@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 12px;
  height: 100vh;
  overflow: hidden;
}

/* Base */
input,
select {
  padding: 3px;
  font-size: 11px;
  width: 100%;
}

option {
  padding: 6px;
}

label {
  font-weight: 600;
}

#page {
  position: relative;
}

section {
  max-width: 960px;
  margin: 0 auto;
}

#header div {
  display: grid;
  grid-template-columns: 120px 1fr;
  background-color: #575757;
  height: 46px;
  line-height: 46px;
}
#header div img {
  max-height: 46px;
}
#header div h1 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding-left: 18px;
}

#body {
  background-image: url(../img/hexagons.png);
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 16px;
  height: calc(100vh - 66px);
  position: relative;
  overflow: hidden;
}

#bodyDiv {
  height: 84vh;
  align-content: center;
}

#mainMenu {
  background-color: #eaeaea;
  display: none;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}

.menuItem {
  padding: 9px;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid #a0a0a0;
  cursor: pointer;
}

#welcome {
  width: 440px;
  margin: 0 auto;
}

h2 {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 0;
}

h3 {
  font-size: 16px;
  font-weight: 700;
  padding: 9px 0;
}

p {
  text-align: justify;
}

li {
  margin: 3px 26px;
}

#footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #575757;
  color: #fff;
  font-size: 10px;
  padding: 3px 16px;
  font-weight: 100;
}

#loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
}
#loading img {
  width: 100px;
  height: 100px;
}

#login {
  max-width: 280px;
  margin: 24px auto 0 auto;
  border: 1px solid #bbb;
  background-color: #fff;
}
#login #loginTitle {
  background-color: #575757;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 12px;
}
#login #loginBody {
  padding: 12px;
}

#loginError {
  font-size: 90%;
  text-align: center;
}

.memberTable {
  display: grid;
}

.memberData {
  display: grid;
}

/* Colour settings */
.red {
  color: rgb(252, 65, 65);
}

.white {
  background-color: #fff;
}

.lightGrey {
  background-color: rgb(219, 219, 219);
}

.lightOrange {
  background-color: #f8ccbc;
}

.btnOrange {
  color: #fff;
  background-color: rgba(248, 110, 60, 0.75);
}

.btnBlue {
  color: #fff;
  background-color: rgba(15, 76, 247, 0.644);
}

.btnGreen {
  color: #fff;
  background-color: rgba(23, 126, 40, 0.75);
}

.btnRed {
  color: #fff;
  background-color: rgba(243, 14, 14, 0.75);
}

.btnLightOrange {
  color: #000;
  background-color: rgb(248, 204, 188);
}

.inputOrange {
  background-color: rgb(239, 154, 95);
}

.txtRed {
  color: rgb(221, 40, 40);
  padding-top: 9px;
  font-weight: 700;
}

.error {
  color: rgb(221, 40, 40);
  font-size: 80%;
  text-align: right;
  padding-right: 16px;
  margin-top: -3px;
}

.headings {
  grid-template-columns: 2fr 1.4fr 2fr 2fr 4fr 0.8fr;
  background-color: #565656;
  text-align: center;
  border: 1px solid #ddd;
  color: #fff;
  font-weight: 600;
}
.headings span {
  border-right: 1px solid #ddd;
  padding: 6px;
}

.s-no:after {
  content: "";
  float: right;
}

.s-up:after {
  content: "⇓";
  float: right;
}

.s-dn:after {
  content: "⇑";
  float: right;
}

.details {
  grid-template-columns: 2fr 1.4fr 2fr 2fr 4fr 0.8fr;
  color: #222;
  text-align: center;
  border: 1px solid #ddd;
}
.details span {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tableNav {
  margin-top: 9px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.navLeft {
  display: grid;
  grid-column-gap: 2vw;
  grid-template-columns: 1fr 1fr;
}

.navRight {
  display: grid;
  grid-column-gap: 2vw;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#frmMember {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  justify-content: center;
  align-content: center;
}

#frmMember {
  align-content: baseline;
}

#gm_getCoB {
  margin-top: 12px;
}

#frmQuestion,
#frmPopup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  justify-content: center;
  align-content: center;
}

.window {
  margin: 60px auto;
  border: 1px solid #ddd;
}
.window .fHead {
  padding: 4px 9px;
  background-color: #575757;
  color: #fff;
  font-size: 120%;
  font-weight: 500;
}
.window .fBody {
  padding: 9px;
  background-color: #fff;
  color: #000;
}

.fLine {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 3px;
  margin-top: 9px;
}

.fLine1 {
  display: grid;
  grid-template-columns: 1fr;
  padding: 3px;
  margin-top: 9px;
}

.fLine2 {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  padding: 3px;
  margin-top: 9px;
}

.fLine2l {
  display: grid;
  grid-template-columns: 5fr 1fr;
  padding: 3px;
  border: 1px solid #999;
  align-items: center;
  font-size: 76%;
  line-height: 1.6rem;
}
.fLine2l div {
  padding: 0 0.3rem;
}

.ltGrey {
  background-color: rgba(187, 187, 187, 0.7333333333);
}

.closeForm {
  float: right;
  background-color: red;
  margin: -3px -9px;
  padding: 0 9px;
  line-height: 26px;
  cursor: pointer;
}

button {
  width: 100%;
  border: 1px solid #eee;
  padding: 4px;
  border-radius: 5px;
  cursor: pointer;
}
button:disabled {
  background-color: rgb(206, 206, 206);
  color: rgb(150, 150, 150);
}

.btnTiny {
  font-size: 80%;
  padding: 2px 4px;
  border-radius: 5px;
}

#disclaimer {
  font-size: 90%;
  display: none;
}

#messagebar {
  display: none;
  min-width: 250px;
  margin-left: -125px;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
  -webkit-animation: fadein 1s, fadeout 1s 4s;
  animation: fadein 1s, fadeout 1s 3s;
}

.bold {
  font-weight: 700;
}

.txtCenter {
  text-align: center;
}

.txtRight {
  text-align: right;
}

.mb1 {
  margin-bottom: 4px;
}

.mb2 {
  margin-bottom: 8px;
}

.mt1 {
  margin-top: 1rem;
}

.toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 41px;
  height: 21px;
  display: inline-block;
  position: relative;
  border-radius: 33px;
  overflow: hidden;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: #434cc4;
  transition: background-color ease 0.3s;
}

.toggle:before {
  content: "pt en";
  display: block;
  position: absolute;
  z-index: 2;
  width: 17px;
  height: 17px;
  background: #fff;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  font: 7px/17px Helvetica;
  text-transform: uppercase;
  font-weight: bold;
  text-indent: -14px;
  word-spacing: 25px;
  color: #fff;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s;
}

.toggle:checked {
  background-color: #247932;
}

.toggle:checked:before {
  left: 21px;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
@media print {
  #listCoBs {
    page-break-after: always;
  }
  #mainMenu {
    display: none;
  }
}}