html, body {
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  color: #25476A;
  font-family: 'Barlow', sans-serif;
  max-width: 1024px;
  margin: auto;
}

img {
  max-width: 100%;
  display: inline-block;
}

a {
  cursor: pointer;
}

.start-logo1 {
  width: 70px;
}

.start-logo2 {
  width: 250px;
}

h1 {
  color: #25476A;
  font-size: 30px;
  font-weight: 800;
  margin-top: 15px;
  margin-bottom: 15px;
}

header {
  padding: 16px;
  border-bottom: 1px solid #25476A;
}

header > nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

header > nav .header-logo1 {
  width: 60px;
}

header > nav .header-logo2 {
  width: 250px;
}

main {
  padding: 16px;
}

iframe {
  border: 0;
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 700px;
}

.btn, form input[type=submit], form input[type=button] {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  background: #25476A;
  border-radius: 20px;
  padding: 6px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
}

p.back {
  float: left;
  margin-right: 15px;
}

.highlight {
  color: #257FC2;
}

.full-width {
  width: 100%;
  max-width: 400px;
}

.fake-link {
  text-decoration: underline;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table.bordered td {
  border-bottom: 1px solid #707070;
}

table tr[onClick] {
  cursor: pointer;
}

table td {
  padding: 2px 6px;
}

table td.small {
  width: 40px;
}

table td.medium {
  width: 100px;
}

table td img {
  width: 40px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

table td p {
  margin-top: 4px;
  margin-bottom: 4px;
}

form input:not([type=checkbox]):not([type=radios]):not([type=submit]):not([type=button]), form textarea, form select {
  width: 100%;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

form textarea {
  min-height: 200px;
}

form input[type=submit], form input[type=button] {
  border: none;
}

form [data-update-range] {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

form [data-update-range] img {
  margin-right: 10px;
  cursor: pointer;
}

.hide {
  display: none;
}

.grid-menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  padding: 0px;
  list-style: none;
}

.grid-menu > li {
  width: 50%;
}

.grid-menu > li a {
  margin: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: -webkit-gradient(linear, left top, right top, from(#25476a), to(#1f94ed));
  background: linear-gradient(90deg, #25476a 0%, #1f94ed 100%);
  display: block;
  padding: 20px;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
}

.grid-menu > li a > div {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.grid-menu > li a > div img {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 40px;
  margin-bottom: 20px;
}

.flash-page {
  text-align: center;
}

.notice {
  padding: 10px;
}

.notice.hide {
  display: none;
}

.notice#success {
  background: green;
  color: #fff;
}

.notice#error {
  background: red;
  color: #fff;
}

.notice#info {
  background: #25476A;
  color: #fff;
}

form[disabled] {
  padding: 10px;
  background: #ccc;
  opacity: 0.3;
  pointer-events: none;
}
/*# sourceMappingURL=style.css.map */