
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


@font-face {
  font-family: "DM Sans", sans-serif;
  src: url('./../fonts/DMSans.ttf');
}

@font-face {
  font-family: "Titillium Web";
  font-weight: 700;
  src: url('./../fonts/TitilliumWeb-Bold.ttf');
}
button {
  cursor: pointer;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Titillium Web", sans-serif;
}
body {
  font-family: "DM Sans", sans-serif;
}
.vertical-center {
  display: flex;
  align-items: center;
}

.topest {
    width: 100%;
    background-color: rgb(0, 31, 84);
    height: 40px;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}

.top {
  width: 100%;
  background-color: rgb(248, 249, 251);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 28px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  height: 100px;
  display: inline-block;
}

.column-start {
  float: left;
  display:flex;
  align-items: center;
  justify-content: center;
  width: 30%;
}

.column-mid {
  float: left;
  display:flex;
  align-items: center;
  justify-content: center;
  width: 30%;
}

.column-end {
  display:flex;
  float: right;
  align-items: center;
}
.next-to {
  display: inline-block;
}

li a {
  display: block;
  font-size: 16px;
  float: left;
}

li {
  float: left;
}

.logo {
  height: 42px;
  width: 280px;
  background: url("./../images/logo.svg");
  background-size: 280px;
  margin-top: 29px;
}


.menu-button {
  margin: 20px;
  margin-right: 35px;
  float: right;
  width: 60px;
  height: 60px;
  background: #89B92E;
  border-radius: 5px;
}
.form-button, .loggedin-form-item button {
  background: rgb(0, 31, 84);
  border-radius: 3px;
  color: rgb(245, 245, 254);
  width: 97%;
  border: 3px solid rgb(0, 31, 84);
  padding: 7px;
  font-family: "DM Sans", sans-serif;
  margin: auto;
  font-size: 17px;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}
 .loggedin-form-item a {
  padding: 0px;
  margin-top: 25px;
  width:100%;
  background: #FFF;
}
.form-item-holder, .loggedin-form .loggedin-form-item {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  width: 100%;
}
.container {
  background: #89B92E;
  margin: auto;
  margin-top: 40px;
  width: 70%;
  padding: 20px;
  padding-top: 34px;
  box-shadow: rgba(0, 0, 0, 0.65) 1px 1px 30px -5px;
}
.loggedin-form {
  padding-bottom: 35px;
  padding-top: 25px;
}
.loggedin-container {
  background: #fff;
  margin: auto;
  margin-top: 40px;
  width: 70%;
  padding: 20px;
  padding-top: 34px;
  box-shadow: rgba(0, 0, 0, 0.65) 1px 1px 30px -5px;
  margin-bottom: 65px;
}
.loggedin-form-item.checkbox {
  width: 20%;
}
.checkbox label {
  width: 200px;
}
.checkbox input {
  width: 20% !important;
}

.form-data input, .loggedin-form input, .loggedin-form select, .loggedin-form option {
  width: 97%;
  border: none;
  padding: 5px;
  font-family: "DM Sans", sans-serif;
  margin: auto;
  font-size: 17px;
  font-weight: 500;
  border-radius: 3px;
}

.cardID input {
  width: 40%; 
}
.loggedin-form input, .loggedin-form select, .loggedin-form option  {
  background: white;
  border: 1px solid #89B92E;
}
.loggedin-form .half {
  width: 47%;
}
.loggedin-form .spacey {
  width: 35%;
  
}
a.block button {
  padding: 3px;
  margin-top: -25px;
}
a.block {
  width: 25%;
  color: #fff;
  background: rgba(0, 0, 0, 0);
}
h2 {
  font-size: 32px;
  margin-left: 35px;
}
.left {
  justify-content: left:
}
a {
  text-decoration: none;
  color: rgb(5, 5, 10);
}
h3 {
  margin-left: 70px;
}
.loggedin-form-item button{
  margin-top: 0px;
}
button.plus {
  margin-top: 35px;
  background: #89B92E;
  border: 3px solid #89B92E;
}
button.nfc-button {
  background: #FFFFFF;
  border: 3px solid #89B92E;
}
.topest a {
  float: right;
  margin-right: 35px;
  font-size: 16px;
  margin-top: 9px;
  color: #eeeeee;
  cursor: pointer;
}
.pagination {
  margin: auto;
}
.loggedin-form-pagination {
  margin-top: 43px;
  display: flex;
  align-items: center;
}
.pagination button {
  width: 30px;
  height: 30px;
  margin: 25px;
  font-size: 20px;
  border-radius: 4px;
  color: white;
}
p.form-error {
  color: darkred;
  width: 100%;
}
.loggedin-form-item input {
  margin-left: 7px;
  margin-right: 7px;
}
.loggedin-form-item .form-item-holder p {
  margin-left: 50px;
}
p.form-info {
  margin-top: 35px;
  margin-left: 45px;
  width: 100%;
}
.error-flex-center {
  display:flex;
  justify-content: left;
  align-items:center;
  width: 50%;
  height: 35px;
  margin-left: 45px;
}
.checkbox-parrent.error-flex-center {
  width: 100%;
  margin-bottom: 20px;
  margin-left: 13px;
}
.login-msg {
  color: darkred;
  font-size: 17px;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 35px;
}
.fifth {
  width: 20% !important; 
}
input.radio {
  margin-top: 20px;
  width: 20% !important;
  }
.hidden {
  display: none;
}
  
@media only screen and (min-width: 1100px) {
  li a {
    border: 0px;
    margin: 35px;
  }
  .column-mid {
    width: 64%;
  }
  .menu-button {
    display: none;
  }

  .right {
    float: right;
  }
  .mobile-nav {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  .container {
    width: 80%;
  }
  

.mobile-hidden {
  display: none;
}

  .menu-button {
    
    position: absolute;
    margin: 0px;
    top: 20px;
    right: 35px;
  }
  .toppest {
    display: none;
  }
  .nav-bar-hide {
    display: none;
  }
  .nav-bar {
    margin-top: 100px;
    background: #E7F5FF;
    width: 100%;
  }
  .right: {
    float: left;
  }
  .column-start {
    width: 66%;
  }
  .mobile-nav {
    display: block;
    width: 90%;
  }
.cardID input {
  
}
  .column-mid {
    position: absolute;
    width: 100%;
    float: right;
    display: flex;
    right: 0px;
  }
  
  li {
    padding-left: 35px;
    width: 90%;
  }
  li a {
    display: block;
    font-size: 14px;
    width: 80%;
    border: 0px;
    margin-top: 11px;
    padding: 18px;
    font-size: 32px;
    line-height: 40px;
  }
}     


