input[type="submit"] {
    color: white;
    background-color: #005ad5;
    border: 1px solid #002f6f;
    box-shadow: inset 0px 1px 0px 0px #2280ff;
    font-size: 1.3em;
    font-weight: bold;
    padding: 4px 15px;
    margin: 5px 3px;
    cursor: pointer;
}


body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
}

body #nav_bar {
  background-color: #005ad5;
  position: fixed;
  top: 0;
  left: 0;
  width: 350px;
  height: 100%;
  text-align: center;
}
@media (orientation: portrait) {
  body #nav_bar {
    position: relative;
    width: 100%;
    padding-bottom: 16px;
  }
}
body #nav_bar #logo {
  max-height: 90px;
}
body #nav_bar #nav_footer {
  position: absolute;
  width: 100%;
  bottom: 2px;
  color: white;
  font-variant: small-caps;
  font-size: 0.8em;
}
body #nav_bar #nav_footer a,
body #nav_bar #nav_footer a:link,
body #nav_bar #nav_footer a:hover,
body #nav_bar #nav_footer a:visited,
body #nav_bar #nav_footer a:active {
  color: white;
  text-decoration: underline;
  cursor: pointer;
}
body #nav_bar #nav_menu {
  color: black;
  list-style-type: none;
  padding: 0px;
  margin: 8px;
}
body #nav_bar #nav_menu li {
  background-color: white;
  border-radius: 4px;
  margin: 12px;
  padding: 12px;
  position: relative;
}
body #nav_bar #nav_menu li a:link,
body #nav_bar #nav_menu li a:hover,
body #nav_bar #nav_menu li a:visited,
body #nav_bar #nav_menu li a:active {
  color: black;
}
body #nav_bar #nav_menu li.dropdown {
  padding-bottom: 36px;
}
body #nav_bar #nav_menu li .enquiry_params {
  overflow-y: hidden;
  max-height: 0;
  width: 100%;
  transition: all 0.5s;
}
    body #nav_bar #nav_menu li .enquiry_params input[type="button"] input[type="submit"] {
        color: white;
        background-color: #005ad5;
        border: 1px solid #002f6f;
        box-shadow: inset 0px 1px 0px 0px #2280ff;
        font-size: 1.5em;
        font-weight: bold;
        padding: 6px 30px;
        cursor: pointer;
    }
body #nav_bar #nav_menu li .enquiry_params input[type="button"]:hover {
  background-color: #0044a2;
  border: 1px solid #00193c;
  box-shadow: inset 0px 1px 0px 0px #0065ef;
}
body #nav_bar #nav_menu li .enquiry_params[data-extended] {
  max-height: 500px;
}
body #nav_bar #nav_menu li .enquiry_params[data-extended] .toggle::before {
  content: "\25b2";
}
body #nav_bar #nav_menu li .enquiry_params .toggle {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  display: block;
  position: absolute;
  height: 18px;
  bottom: 8px;
  left: 0;
  right: 0;
  margin: 0;
  cursor: pointer;
}
body #nav_bar #nav_menu li .enquiry_params .toggle::before {
  content: "\25bc";
}
body #nav_bar #nav_menu li h2 {
  margin: 0 2px;
}
body #content_wrapper {
  margin-left: 350px;
  padding: 6px;
}
@media (orientation: portrait) {
  body #content_wrapper {
    margin-left: 0;
  }
}
body .notice_box {
  background-color: #bcd8ff;
  border: 1px solid #569dff;
  border-radius: 4px;
  margin: 0 auto;
  max-width: 1000px;
  padding: 6px;
  position: relative;
}
body .notice_box.viewed {
  display: none;
}
body .notice_box .notice_entry {
  color: #555;
  margin: 3px;
}
body .notice_box .close_button {
  text-align: center;
  background-color: #005ad5;
  border-radius: 0 0 0 4px;
  color: white;
  cursor: pointer;
  font-weight: 700;
  font-size: 12px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}
body .dialog {
  margin: 12px auto;
  padding: 12px;
  max-width: 500px;
  border: 1px solid #005ad5;
  border-radius: 8px;
}
body #login_box {
  text-align: center;
  position: relative;
  margin-top: 100px;
  padding-top: 40px;
}
body #login_box #user_icon {
  position: absolute;
  left: calc(50% - 50px);
  top: -50px;
  height: 64px;
  padding: 16px;
  border: 1px solid #005ad5;
  background-color: #005ad5;
  border: 1px solid #002f6f;
  box-shadow: inset 0px 1px 0px 0px #2280ff;
  border-radius: 50px;
}
body #login_box input {
  display: block;
  margin: 30px auto;
}
body #login_box input[type="text"],
body #login_box input[type="password"] {
  text-align: center;
  font-size: 1.3em;
  height: 30px;
  width: 300px;
}
body #login_box input[type="submit"] {
  color: white;
  background-color: #005ad5;
  border: 1px solid #002f6f;
  box-shadow: inset 0px 1px 0px 0px #2280ff;
  font-size: 1.5em;
  font-weight: bold;
  padding: 6px 30px;
  cursor: pointer;
}
body #login_box input[type="submit"]:hover {
  background-color: #0044a2;
  border: 1px solid #00193c;
  box-shadow: inset 0px 1px 0px 0px #0065ef;
}
body #enquiry_result {
  text-align: center;
}
body #enquiry_result table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #999;
}
@media (orientation: portrait) {
  body #enquiry_result table {
    position: relative;
    width: 100%;
    padding-bottom: 16px;
  }
}
body #enquiry_result table tr > td,
body #enquiry_result table tr > th {
  padding: 4px;
  border: 1px solid #999;
  vertical-align: top;
}
body #enquiry_result .pagination_nav {
  margin: 0 auto;
  margin-top: 8px;
}
body #enquiry_result .pagination_nav .page_button {
  border: 1px solid #005ad5;
  margin: 0 5px;
  background-color: white;
  width: 28px;
  height: 28px;
  color: #005ad5;
  text-align: center;
  line-height: 26px;
  border-radius: 14px;
  cursor: pointer;
  font-weight: 700;
  transition: all 0.2s;
  opacity: 0.8;
  box-shadow: 0px 0px 0px 2px rgba(0, 90, 213, 0);
  display: inline-block;
}
body #enquiry_result .pagination_nav .page_button:hover,
body #enquiry_result .pagination_nav .page_button[data-selected] {
  opacity: 1;
  box-shadow: 0px 0px 0px 2px #005ad5;
}
