main-page .main-container {
  color: #707070;
  height: 100%;
  width: 100%;
  overflow: auto;
}

main-page .main-container > .vc-header {
  position: relative;
}

main-page .main-container > .vc-header #vcBgImg {
  position: absolute;
  right: 0;
  z-index: -1;
  height: 11.5vh;
  width: 45vh;
}

main-page .main-container > .vc-header #vcLogoImg {
  width: 25vh;
  padding-top: 40px;
  padding-left: 40px;
}

main-page .main-container > .vc-header #headerBar {
  height: 5vh;
  width: 100%;
  background-color: #28BAEE;
  margin-top: 20px;
}

main-page .main-container > .vc-header #headerBar > #headerText {
  color: white;
  margin-left: 4vh;
  font-size: 3vh;
  position: relative;
  top: 10px;
}

main-page .main-container > .checkbox-container {
  /*& .kiosk-label:hover input ~ .checkmark {
                background-color: rgba(173, 173, 173, .25);
            }*/
}

main-page .main-container > .checkbox-container > #selectText {
  font-size: 30px;
  padding-bottom: 35px;
}

main-page .main-container > .checkbox-container .kiosk-label {
  display: block;
  position: relative;
  padding-left: 50px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 75px;
  -webkit-tap-highlight-color: transparent;
  width: 380px;
}

main-page .main-container > .checkbox-container .kiosk-label > .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  width: 35px;
  background-color: white;
  border-style: solid;
  border-width: 1px;
}

main-page .main-container > .checkbox-container .kiosk-label > .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

main-page .main-container > .checkbox-container .kiosk-label > .checkmark:after {
  left: 10px;
  top: 5px;
  width: 10px;
  height: 20px;
  border: solid #28BAEE;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 690px) and (max-width: 1200px) and (min-height: 690px) and (max-height: 1200px) {
  main-page .main-container > .checkbox-container .kiosk-label {
    display: block;
    position: relative;
    padding-left: 50px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 75px;
    -webkit-tap-highlight-color: transparent;
    width: 320px;
  }
  main-page .main-container > .checkbox-container .kiosk-label > .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    background-color: white;
    border-style: solid;
    border-width: 1px;
  }
  main-page .main-container > .checkbox-container .kiosk-label > .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  main-page .main-container > .checkbox-container .kiosk-label > .checkmark:after {
    left: 10px;
    top: 5px;
    width: 10px;
    height: 20px;
    border: solid #28BAEE;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

main-page .main-container > .checkbox-container .kiosk-label input:checked ~ .checkmark:after {
  display: block;
}

main-page .main-container > .checkbox-container input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

main-page .main-container > .checkbox-container > .button-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main-page .main-container > .checkbox-container > .button-container .load-button {
  cursor: pointer;
  border-style: solid;
  font-size: 30px;
  padding: 10px;
  color: #28BAEE;
  border-color: #28BAEE;
  margin: 0 auto;
  margin-bottom: 55px;
}

main-page .main-container > .checkbox-container > .button-container .load-button:hover {
  background-color: #194984;
  border-color: #194984;
  color: white;
}

main-page .main-container > .checkbox-container > .button-container > .note-text {
  text-align: center;
  margin-bottom: 80px;
  color: red;
}

main-page .main-container > .vc-footer {
  position: absolute;
  bottom: 0;
  height: 50px;
  width: 100%;
  background-color: #28BAEE;
}

main-page .main-container > .vc-footer #footerText {
  position: relative;
  top: 15px;
  left: 30px;
  color: white;
}
/*# sourceMappingURL=main-page.css.map */