@import url("https://fonts.googleapis.com/css?family=Damion|Muli:400,600");


body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Muli", sans-serif;
  background-color: white;
  /*background: url("https://www.toptal.com/designers/subtlepatterns/patterns/geometry2.png");*/
}

.body-div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 30px 30px 30px;
  background-color: transparent;
  /*border-color: darkgray;
    border-style: solid;
    border-width: thin;
    border-radius: 5px;*/
}

h1 {
  text-align: center;
  font-family: "Muli", sans-serif;
  /*'Damion', cursive;*/
  font-weight: 400;
  color: #1a75ff;
  font-size: 40px;
  text-align: center;
  position: relative;
}

h2 {
  font-family: "Muli", sans-serif;
  /*'Damion', cursive;*/
  font-weight: 400;
  color: #1a75ff;
  font-size: 30px;
  text-align: center;
  position: relative;
}

h3 {
  font-family: "Muli", sans-serif;
  /*'Damion', cursive;*/
  font-weight: 400;
  color: #1a75ff;
  font-size: 25px;
  text-align: center;
  position: relative;
}

h3:before {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  top: 22px;
  background: #1a75ff;
  height: 1px;
}

h3 i {
  font-style: normal;
  background: #fff;
  position: relative;
  padding: 10px;
}

.schoolname {
  font-family: "Muli", sans-serif;
  /*'Damion', cursive;*/
  font-weight: 400;
  color: #ffffff;
  background-color: #0052cc;
  font-size: 40px;
  text-align: center;
  position: relative;
  padding: 5px 5px 0px 5px;
}

.schoolunit {
  font-family: "Muli", sans-serif;
  /*'Damion', cursive;*/
  font-weight: 400;
  color: #ffffff;
  background-color: #0052cc;
  font-size: 15px;
  text-align: center;
  position: relative;
}

.schooladdress {
  font-family: "Muli", sans-serif;
  /*'Damion', cursive;*/
  font-weight: 400;
  color: #ffffff;
  background-color: #0052cc;
  font-size: 20px;
  text-align: center;
  position: relative;
  padding: 0px 5px 5px 5px;
}

section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: monospace;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
  margin: 0;
}

.input-section {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-label {
  width: 100%;
  font-family: "Muli", sans-serif;
  font-size: 15px;
  line-height: 24px;
  /*font: 15px/24px "Lato", Arial, sans-serif;*/
  /*margin: 0px 3px 0px 0px;*/
}

.input-field {
  font-family: "Muli", sans-serif;
  font-size: 15px;
  line-height: 24px;
  /*font: 15px/24px "Lato", Arial, sans-serif; */
  color: #333;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 1px;
}

.info-section {
  margin: 5px 0px 0px 0px;
  padding: 2px 0px 2px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1a75ff;
  color: #ffffff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info-label {
  width: 100%;
  font-family: "Muli", sans-serif;
  font-size: 18px;
  line-height: 24px;
  /*font: 15px/24px "Lato", Arial, sans-serif;*/
  /*margin: 0px 3px 0px 0px;*/
}

.select-field {
  width: 100%;
  height: 40px;
  font-family: "Muli", sans-serif;
  /*font: 15px/24px "Lato", Arial, sans-serif; */
  cursor: pointer;
  background-color: white;
  -webkit-box-shadow: 0 2px 0 white;
          box-shadow: 0 2px 0 white;
  border-radius: 2px;
}

.input-date-field {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.button-div {
  border: 0;
  border-radius: 3px;
  padding: 5px 0px 5px 0px;
  text-align: center;
  margin: 20px 0px 0px 0px;
  width: 100%;
}

.article-style-1 {
  width: 100%;
  font-family: "Muli", sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.message-style {
  display: none;
  background-color: red;
  text-align: center;
  color: white;
  padding: 3px 3px 3px 3px;
  margin: 5px 0px 5px 0px;
  font-size: 18px;
  font-weight: 500;
}

.centered-screen {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  /* bring your own prefixes */
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.error {
  color: red;
  margin-left: 5px;
}

.common-section {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.common-col-1 {
  float: left;
  width: 25%;
  margin: 4px 2px 0px 0px;
  padding: 2px 2px 2px 2px;
  position: relative;
  background-color: #f2f2f2;
}

.common-col-2 {
  float: left;
  width: 75%;
  padding: 2px 2px 2px 2px;
  margin: 4px 0px 0px 2px;
  position: relative;
  background-color: #f2f2f2;
}

.common-label-title {
  font-family: "Muli", sans-serif;
  /*'Damion', cursive;*/
  font-weight: 900;
  color: #1a75ff;
  font-size: 22px;
  text-align: center;
  position: relative;
}

.common-label-subtitle {
  font-family: "Muli", sans-serif;
  /*'Damion', cursive;*/
  font-weight: 400;
  color: #1a75ff;
  font-size: 18px;
  text-align: left;
  position: relative;
}

.common-label {
  width: 100%;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  line-height: 17px;
  /*font: 15px/24px "Lato", Arial, sans-serif;*/
  /*margin: 0px 3px 0px 0px;*/
}

.loading-animation {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: black;
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    padding-top: 60px;
  }
/*# sourceMappingURL=common.css.map */