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-top: auto;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: auto;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-align: center;
}
/* 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;
  background-position: 50px 50px;
}
/* HTML5 display-role reset for older browsers */
/*Search Form*/
#SearchResults {
  margin-top: 50px;
}
#searchForm {
  margin-top: 50px;
}
#searchMessage {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 24px;
}
/*Search Form*/
#noresultMessage {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #F10D0D;
  font-size: 24px;
}
#footer {
  text-align: center;
  color: rgba(116, 115, 115, 1.00);
  margin-bottom: 10px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
/*Start CSS*/
body {
  width: 100%;
  background-color: rgba(50, 49, 49, 1.00);
}
a {
  color: #fff;
}
h1 {}
h2 {
  color: red;
  font-size: 2vw;
  text-align: center;
  margin-bottom: 15px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 1.00);
}
#wrapper {
  width: 100%;
}
#title {
  width: 95%;
  text-transform: capitalize;
  letter-spacing: 5px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 1.00);
}
#title h1 {
  color: white;
  font-size: 2vw;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 1.00);
  margin-bottom: 2px;
}
#title h2 {
  color: white;
  font-size: 1vw;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1.00);
  margin-top: 5px;
}
#buttonbar {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
}
#buttonbar hr {
  width: 60%;
  margin: 15px auto;
}
#buttonbar ul {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#buttonbar ul li {
  display: inline-block;
}
#pageMiddle h3 {
  font-size: 25px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1.00);
  margin-top: 0px;
  padding-top: 20px;
}
#pageMiddle {
  width: 470px;
  height: 440px;
  position: relative;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 0px;
  -webkit-box-shadow: 3px 3px 5px 5px #000000;
  box-shadow: 3px 3px 10px 3px #000000;
  background-color: rgba(73, 71, 71, 0.80);
  text-align: center;
  margin-left: auto;
  color: #fff;
}
#loginform {
  margin-top: 24px;
}
#loginform div {
  margin-top: 5px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-weight: bold;
}
#logintxt {
  width: 100%;
}
#logintxt p {
  width: 400px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
  letter-spacing: 1px;
  line-height: 25px;
}
#resetform {
  margin-top: 24px;
}
#resetform div {
  margin-top: 5px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-weight: bold;
}
#uploadform {
  margin-bottom: 5px;
  width: auto;
  margin-left: 65px;
  margin-top: 25px;
  text-align: left;
  font-weight: bold;
}
#loginform > input {
  width: 200px;
  padding: 3px;
  background: #F3F9DD;
  margin-top: 5px;
}
#loginbtn {
  font-size: 15px;
  padding: 5px;
  width: 80px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  text-align: center;
}
#uldedit, #uldadd {
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px .5px 1px #000;
  text-align: left;
}
#wrapper > h1 {
  color: #fff;
  font-size: 5vw;
  text-shadow: 3px 2px 5px rgba(0, 0, 0, 1.00);
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
}
#uldedit > input, #uldadd > input {
  padding: 1px;
  background: #F3F9DD;
  margin-top: 5px;
  margin-right: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 2vw; /*text-transform:uppercase;*/
}
#uldedit > select, #uldadd > select {
  box-sizing: content-box;
  padding: 6px 10px;
  background: #F3F9DD;
  margin-top: 0px;
  text-align: left;
  font-weight: bold;
  font-size: 1.3vw;
}
#uldedit, #uldadd > label {
  color: #fff;
  font-size: 2.5vw;
  text-shadow: 1px .5px 1px #000;
}
#uldedit .btn, #uldadd .btn {
  display: block;
  width: 50%;
  font-size: 3vw;
  text-transform: uppercase;
  padding: 2px 2px;
  color: #fff;
  background: -webkit-linear-gradient(#999, #333);
  background: linear-gradient(#999, #333);
  border: 0px solid #333;
  text-align: center;
  border-radius: 3px;
  text-shadow: 0 1px 0 #000;
  cursor: pointer;
  -webkit-box-shadow: 3px 5px 3px 3px #000000;
  box-shadow: 1px 2px 3px #000000;
  margin-left: auto;
  margin-right: auto;
}
#uldedit .btn2:hover, button:focus {
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;
}
#uldedit hr, #uldadd hr {
  width: 85%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  text-shadow: 1px .5px 1px #000;
}
#unamestatus {
  width: 60px;
  margin-left: 10px;
  color: #ffffff;
}
a:link {
  text-decoration: none;
}
select option {
  color: #000;
  font-size: 1vw;
  font-weight: bold;
}
.btn:hover, button:focus {
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;
}
.btn2:hover, button:focus {
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;
}
.btn3 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  font-size: .8vw;
  text-transform: uppercase;
  padding: 2px 2px;
  color: #fff;
  background: -webkit-linear-gradient(#999, #333);
  background: linear-gradient(#999, #333);
  border: 0px solid #333;
  ;
  text-align: center;
  border-radius: 3px;
  text-shadow: 0 1px 0 #000;
  cursor: pointer;
  -webkit-box-shadow: 3px 5px 3px 3px #000000;
  box-shadow: 1px 2px 3px #000000;
}
.btn3:hover, button:focus {
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;
}
.btn4 {
  display: block;
  text-transform: uppercase;
  margin: 0px 5px;
  color: #fff;
  width: 100%;
  padding-right: 25px;
  background: -webkit-linear-gradient(#999, #333);
  background: linear-gradient(#999, #333);
  border: 0 none;
  border-radius: 3px;
  text-shadow: 0 -1px 0 #000;
  cursor: pointer;
  -webkit-box-shadow: 3px 5px 3px 3px #000000;
  box-shadow: 3px 5px 3px 3px #000000;
}
.btn4:hover, button:focus {
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;
}
.btnedit {
  display: none;
}
.hiddentitle {
  display: none;
}
@-webkit-keyframes pulsate {
  0% {
    color: #ddd;
    text-shadow: 0 -1px 0 #000;
  }
  50% {
    color: #fff;
    text-shadow: 0 -1px 0 #444, 0 0 5px #ffd, 0 0 8px #fff;
  }
  100% {
    color: #ddd;
    text-shadow: 0 -1px 0 #000;
  }
}
@keyframes pulsate {
  0% {
    color: #ddd;
    text-shadow: 0 -1px 0 #000;
  }
  50% {
    color: #fff;
    text-shadow: 0 -1px 0 #444, 0 0 5px #ffd, 0 0 8px #fff;
  }
  100% {
    color: #ddd;
    text-shadow: 0 -1px 0 #000;
  }
}
#dialog-message {
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
buttonbar {
  width: 50%;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0 auto;
  clear: both;
}
#buttonbar ul {
  text-align: center;
  padding: 2px;
  width: 100%;
}
#buttonbar ul li {
  display: inline-block;
}
#start {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 500px;
}
#start input {
  width: 200px;
}
#start .btn5, #start .btn {
  display: inline;
  text-align: center;
  max-width: 6vw;
  min-width: 5vw;
  font-size: .8vw;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px;
  color: rgba(255, 255, 255, 1);
  background: -webkit-linear-gradient(#999, #333);
  background: linear-gradient(#999, #333);
  border: 0 none;
  border-radius: 3px;
  text-shadow: 1px .5px 1px #000;
  cursor: pointer;
  -webkit-box-shadow: 3px 5px 3px 3px #000000;
  box-shadow: 2px 3px 3px #000000;
  margin: 0px;
}
.btn5 {
  display: inline;
  text-align: center;
  width: 7vw;
  font-size: 1vw;
  font-weight: bold;
  text-transform: uppercase;
  padding: 3px;
  margin: 0px 0px;
  color: rgba(255, 255, 255, 1);
  background: -webkit-linear-gradient(#999, #333);
  background: linear-gradient(#999, #333);
  border: 0 none;
  border-radius: 3px;
  text-shadow: 1px .5px 1px #000;
  cursor: pointer;
  -webkit-box-shadow: 3px 5px 3px 3px #000000;
  box-shadow: 2px 3px 3px #000000;
}
.btn6:hover, button:focus {
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;
}
.btn5:hover, button:focus {
  -webkit-animation: pulsate 1.2s linear infinite;
  animation: pulsate 1.2s linear infinite;
}
.fltsub {
  visibility: visible;
}
#fltnotxt {
  font-size: 2vw;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  text-shadow: 1px .5px 1px #000;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
#fltnotxt label {
  font-size: 1.7vw;
}
#fltnoname {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
}
#fltnoname ul {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#fltnoname ul li {
  display: inline-block;
}
#fltnoname label {
  font-size: 1vw;
  margin-right: 10px;
}
#welcome label {
  font-size: 1.5vw;
}
#welcome {
  font-size: 1.5vw;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  text-shadow: 1px .5px 1px #000;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}
.flight {
  font-size: 1.5vw;
  font-weight: bold;
}
#message {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.5vw;
  text-transform: uppercase;
  vertical-align: middle;
  margin-top: 10px;
  margin-bottom: 10px;
}
.logout {
  text-decoration: none;
}
footer {
  margin-bottom: 25px;
}
.whiteText {
  color: #fff;
  display: block;
}
.dshadow {
  text-shadow: 1px 1px 2px #000;
}
#welcome h1 {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #ffffff;
  font-size: 2vw;
}
#desttotal {
  color: #fff;
  font-size: 2vw;
  margin-top: 25px;
  margin-bottom: -10px;
}
#desttotal ul {
  text-align: center;
  padding: 10px;
}
#desttotal ul li {
  display: inline-block;
}
#desttotal ul li label {
  font-size: 1vw;
  color: #B3B0B0;
}
#status {
  margin-top: 10px;
  width: 240px;
  color: #D80A0E;
  font-size: 1em;
  text-shadow: 1px .5px 1px #000;
}
form#setup {
  margin-top: -40px;
}
hr {
  width: 85%;
}
hr.title {
  width: 85%;
  margin-top: 15px;
  overflow: visible; /* For IE */
  padding: 0;
  border: none;
  border-top: medium double #fff;
  color: #333;
  text-align: center;
}
hr.title:after {
  content: "§";
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 1.5em;
  font-weight: 400;
  text-shadow: 1px 1px 1px #fff;
  padding: 0 0.25em;
  color: #000A7C;
  background: transparent;
}
.sections h2 {
  font-size: 3vw;
  color: #C3C3C3;
  padding: 0px;
  text-shadow: 1px 1px 2px #000A7C;
}
iframe {
  display: none;
}

@media screen and (max-device-width: 3840px) {
  .btn {
    display: inline;
    text-align: center;
    vertical-align: middle;
    width: auto;
    min-width: 12vw;
    font-size: 1.7vw;
    font-weight: bold;
    text-transform: uppercase;
    padding: 4px;
    margin: 5px 5px;
    color: #fff;
    background: -webkit-linear-gradient(#999, #333);
    background: linear-gradient(#999, #333);
    border: 0 none;
    border-radius: 3px;
    text-shadow: 2px 1px 3px #000;
    cursor: pointer;
    -webkit-box-shadow: 3px 5px 3px 3px #000000;
    box-shadow: 2px 3px 3px #000000;
  }
}
@media screen and (max-device-width: 2560px) and (min-device-width: 1440px) {
  .btn {
    display: inline;
    text-align: center;
    vertical-align: middle;
    width: auto;
    min-width: 12vw;
    font-size: 1.2vw;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px;
    margin: 5px 5px 5px 5px;
    color: #fff;
    background: -webkit-linear-gradient(#999, #333);
    background: linear-gradient(#999, #333);
    border: 0 none;
    border-radius: 3px;
    text-shadow: 2px 1px 3px #000;
    cursor: pointer;
    -webkit-box-shadow: 3px 5px 3px 3px #000000;
    box-shadow: 2px 3px 3px #000000;
  }
}
@media screen and (max-device-width: 1439px) and (min-device-width: 800px) {
  .btn {
    display: inline;
    text-align: center;
    vertical-align: middle;
    width: auto;
    min-width: 12vw;
    font-size: 1.7vw;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px;
    margin: 5px 5px;
    color: #fff;
    background: -webkit-linear-gradient(#999, #333);
    background: linear-gradient(#999, #333);
    border: 0 none;
    border-radius: 3px;
    text-shadow: 2px 1px 3px #000;
    cursor: pointer;
    -webkit-box-shadow: 3px 5px 3px 3px #000000;
    box-shadow: 2px 3px 3px #000000;
  }
}
@media screen and (max-device-width: 3840px) {
  #uldedit .btn6, #uldlist .btn6 {
    display: inline;
    text-align: left;
    vertical-align: middle;
    width: auto;
    min-width: 3vw;
    font-size: .5vw;
    font-weight: bold;
    text-transform: uppercase;
    padding: 4px;
    margin: 5px 5px;
    color: #fff;
    background: -webkit-linear-gradient(#999, #333);
    background: linear-gradient(#999, #333);
    border: 0 none;
    border-radius: 3px;
    text-shadow: 2px 1px 3px #000;
    cursor: pointer;
    -webkit-box-shadow: 3px 5px 3px 3px #000000;
    box-shadow: 2px 3px 3px #000000;
  }
}
@media screen and (max-device-width: 2560px) and (min-device-width: 1440px) {
  #uldedit .btn6, #uldlist .btn6 {
    display: inline;
    text-align: left;
    vertical-align: middle;
    width: auto;
    min-width: 3vw;
    font-size: .5vw;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px;
    margin: 5px 5px 5px 5px;
    color: #fff;
    background: -webkit-linear-gradient(#999, #333);
    background: linear-gradient(#999, #333);
    border: 0 none;
    border-radius: 3px;
    text-shadow: 2px 1px 3px #000;
    cursor: pointer;
    -webkit-box-shadow: 3px 5px 3px 3px #000000;
    box-shadow: 2px 3px 3px #000000;
  }
}
@media screen and (max-device-width: 1439px) and (min-device-width: 800px) {
  #uldedit .btn6, #uldlist .btn6 {
    display: inline;
    text-align: left;
    vertical-align: middle;
    width: auto;
    min-width: 3vw;
    font-size: .5vw;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px;
    margin: 5px 5px;
    color: #fff;
    background: -webkit-linear-gradient(#999, #333);
    background: linear-gradient(#999, #333);
    border: 0 none;
    border-radius: 3px;
    text-shadow: 2px 1px 3px #000;
    cursor: pointer;
    -webkit-box-shadow: 3px 5px 3px 3px #000000;
    box-shadow: 2px 3px 3px #000000;
  }
}
@media screen and (max-device-width: 3840px) {
  #uldedit .btn7 {
    display: inline;
    text-align: left;
    vertical-align: middle;
    width: auto;
    min-width: 5vw;
    font-size: 1.7vw;
    font-weight: bold;
    text-transform: uppercase;
    padding: 4px;
    margin: 5px 5px;
    color: #fff;
    background: -webkit-linear-gradient(#999, #333);
    background: linear-gradient(#999, #333);
    border: 0 none;
    border-radius: 3px;
    text-shadow: 2px 1px 3px #000;
    cursor: pointer;
    -webkit-box-shadow: 3px 5px 3px 3px #000000;
    box-shadow: 2px 3px 3px #000000;
  }
}
@media screen and (max-device-width: 2560px) and (min-device-width: 1440px) {
  #uldedit .btn7 {
    display: inline;
    text-align: left;
    vertical-align: middle;
    width: auto;
    min-width: 3vw;
    font-size: 1.2vw;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px;
    margin: 5px 5px 5px 5px;
    color: #fff;
    background: -webkit-linear-gradient(#999, #333);
    background: linear-gradient(#999, #333);
    border: 0 none;
    border-radius: 3px;
    text-shadow: 2px 1px 3px #000;
    cursor: pointer;
    -webkit-box-shadow: 3px 5px 3px 3px #000000;
    box-shadow: 2px 3px 3px #000000;
  }
}
@media screen and (max-device-width: 1439px) and (min-device-width: 800px) {
  #uldedit .btn7 {
    display: inline;
    text-align: left;
    vertical-align: middle;
    width: auto;
    min-width: 5vw;
    font-size: 1.7vw;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px;
    margin: 5px 5px;
    color: #fff;
    background: -webkit-linear-gradient(#999, #333);
    background: linear-gradient(#999, #333);
    border: 0 none;
    border-radius: 3px;
    text-shadow: 2px 1px 3px #000;
    cursor: pointer;
    -webkit-box-shadow: 3px 5px 3px 3px #000000;
    box-shadow: 2px 3px 3px #000000;
  }
}
@media (min-device-width: 1280px) {
  .btn2 {
    display: block;
    width: 100%;
    font-size: 2vw;
    text-transform: uppercase;
    padding: 2px 2px;
    color: #fff;
    background: -webkit-linear-gradient(#999, #333);
    background: linear-gradient(#999, #333);
    border: 0px solid #333;
    text-align: center;
    border-radius: 3px;
    text-shadow: 0 1px 0 #000;
    cursor: pointer;
    -webkit-box-shadow: 3px 5px 3px 3px #000000;
    box-shadow: 1px 2px 3px #000000;
  }
}
@media screen and (min-width: 1281px) {
  .btn2 {
    display: block;
    width: 100%;
    font-size: 1vw;
    text-transform: uppercase;
    padding: 2px 2px;
    color: #fff;
    background: -webkit-linear-gradient(#999, #333);
    background: linear-gradient(#999, #333);
    border: 0px solid #333;
    text-align: center;
    border-radius: 3px;
    text-shadow: 0 1px 0 #000;
    cursor: pointer;
    -webkit-box-shadow: 3px 5px 3px 3px #000000;
    box-shadow: 1px 2px 3px #000000;
  }
}
@media screen and (min-width: 256px) {
  .btn2 {
    display: block;
    width: 100%;
    font-size: 1.4vw;
    text-transform: uppercase;
    padding: 2px;
    margin: 2px;
    color: #fff;
    background: -webkit-linear-gradient(#999, #333);
    background: linear-gradient(#999, #333);
    border: 0px solid #333;
    text-align: center;
    border-radius: 3px;
    text-shadow: 0 1px 0 #000;
    cursor: pointer;
    -webkit-box-shadow: 3px 5px 3px 3px #000000;
    box-shadow: 1px 2px 3px #000000;
  }
}
@media (orientation: portrait) and (max-device-width: 390px) {
  .btn2 {
    display: inline;
    text-align: center;
    vertical-align: middle;
    
    font-size: 5vw;
    font-weight: bolder;
    text-transform: uppercase;
    padding: 4px;
    margin: 5px 5px;
    color: #fff;
    background: -webkit-linear-gradient(#999, #333);
    background: linear-gradient(#999, #333);
    border: 0 none;
    border-radius: 3px;
    text-shadow: 2px 1px 3px #000;
    cursor: pointer;
    -webkit-box-shadow: 3px 5px 3px 3px #000000;
    box-shadow: 2px 3px 3px #000000;
  }
}
@media screen and (max-device-width: 390px) and (orientation: portrait) {
  #buttonbar {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0 auto;
    clear: both;
  }
}
@media screen and (max-device-width: 390px) and (orientation: portrait) {
  #title h1 {
    width: 95%;
    font-size: 8vw;
    text-transform: capitalize;
    letter-spacing: 5px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 1.00);
  }
}
@media screen and (max-device-width: 390px) and (orientation: portrait) {
  #fltnotxt {
    font-size: 6vw;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    text-shadow: 1px .5px 1px #000;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-device-width: 390px) and (orientation: portrait) {
  .btn5 {
    display: inline;
    text-align: center;
    min-width: 20vw;
    min-height: 3.5vw;
    font-size: 3vw;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px;
    margin: 0px 0px;
    color: rgba(255, 255, 255, 1);
    background: -webkit-linear-gradient(#999, #333);
    background: linear-gradient(#999, #333);
    border: 0 none;
    border-radius: 3px;
    text-shadow: 1px .5px 1px #000;
    cursor: pointer;
    -webkit-box-shadow: 3px 5px 3px 3px #000000;
    box-shadow: 2px 3px 3px #000000;
  }
}
@media screen and (max-device-width: 390px) and (orientation: portrait) {
  #fltnotxt label {
    text-align: center;
    font-size: 3vw;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px;
    margin: 0px 0px;
    color: rgba(255, 255, 255, 1);
    text-shadow: 1px .5px 1px #000;
  }
}
@media screen and (max-device-width: 390px) and (orientation: portrait) {
  .btn {
    display: inline;
    text-align: center;
    vertical-align: middle;
    width: auto;
    min-width: 25vw;
    font-size: 3.2vw;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    margin: 8px 8px;
    color: #fff;
    background: -webkit-linear-gradient(#999, #333);
    background: linear-gradient(#999, #333);
    border: 0 none;
    border-radius: 3px;
    text-shadow: 2px 1px 3px #000;
    cursor: pointer;
    -webkit-box-shadow: 3px 5px 3px 3px #000000;
    box-shadow: 2px 3px 3px #000000;
  }
}


form#setup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;    /* centers everything horizontally */
  align-items: center;        /* vertical centering */
  gap: 10px;                  /* spacing between items */
  margin: 12px auto;
  width: fit-content;         /* shrink-wrap form to content */
  text-align: center;
}

form#setup label {
  flex-basis: 100%;           /* puts label on its own line */
  text-align: center;
  margin-bottom: 5px;
}

.btn5 {
  background-color: #444;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.95rem;
  transition: background 0.2s ease;
}

.btn5:hover {
  background-color: #32cd32;
}
/* --- Form layout --- */
form#setup {
  display: flex;
  justify-content: center;
  margin-top: 25px;           /* push the whole form lower */
}

.form-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.flight-label {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
}

.btn5 {
  background-color: #444;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.95rem;
  transition: background 0.2s ease;
}

.btn5:hover {
  background-color: #32cd32;
}

@media (max-width: 600px) {
  form#setup {
    flex-direction: column;
    align-items: center;
  }
  .form-group {
    flex-direction: column;
    align-items: stretch;
  }
  .flight-label {
    text-align: center;
  }
}
/* =====================================================
   📱 iPhone Font & Button Size Boost (Keep Original Colors)
   ===================================================== */
@media screen and (max-width: 767px) {
  /* Hide header/footer for more screen space */
  #title, #buttonbar, footer {
    display: none !important;
  }

  /* Base text scaling */
  body {
    font-size: 4.5vw !important;
    line-height: 1.6;
    text-align: center;
    padding: 10px;
  }

  /* Enlarge table text but keep same color scheme */
#deckTable th,
#deckTable td,
#Uldlist th,
#Uldlist td {
  font-size: 7vw !important;  /* Larger ULD + On Deck text */
  padding: 14px 10px !important;
}

/* Show only ULD + On Deck columns */
#deckTable th,
#deckTable td,
#Uldlist th,
#Uldlist td {
  display: none;
}

#deckTable th:nth-child(1),
#deckTable td:nth-child(1),
#deckTable th:nth-child(6),
#deckTable td:nth-child(6),
#Uldlist th:nth-child(1),
#Uldlist td:nth-child(1),
#Uldlist th:nth-child(6),
#Uldlist td:nth-child(6) {
  display: table-cell;
}

/* Make buttons bigger and keep original gradients */
.btn,
.btn5,
.btn6,
.btn7 {
  width: 10% !important;
  font-size: 50vw !important;     /* Large readable buttons */
  padding: 3px !important;
  margin: 6px auto !important;
  font-weight: bold !important;
  text-transform: uppercase;
}

/* Make On Deck column buttons full width + big text */
#deckTable td:nth-child(6) .btn,
#deckTable td:nth-child(6) .btn2,
#deckTable td:nth-child(6) .btn5,
#deckTable td:nth-child(6) .btn6,
#deckTable td:nth-child(6) .btn7,
#Uldlist td:nth-child(6) .btn,
#Uldlist td:nth-child(6) .btn2,
#Uldlist td:nth-child(6) .btn5,
#Uldlist td:nth-child(6) .btn6,
#Uldlist td:nth-child(6) .btn7 {
  display: block;
  width: 100% !important;
  font-size: 5.5vw !important;   /* Larger readable text */
  font-weight: bold;
  padding: 8px 5px !important;
  margin: 4px auto !important;
  text-transform: uppercase;
  text-align: center;
  white-space: normal;
}

/* Keep spacing consistent */
#wrapper, .result {
  width: 100%;
  text-align: center;
  overflow-x: auto;
}

/* Make the On Deck column itself wider for better spacing */
#deckTable th:nth-child(6),
#deckTable td:nth-child(6),
#Uldlist th:nth-child(6),
#Uldlist td:nth-child(6) {
  width: 50% !important;         /* Fill more horizontal space */
}

/* Adjust the ULD column proportionally */
#deckTable th:nth-child(1),
#deckTable td:nth-child(1),
#Uldlist th:nth-child(1),
#Uldlist td:nth-child(1) {
  width: 50% !important;
}

/* Slight padding adjustment for rows */
#deckTable td,
#Uldlist td {
  vertical-align: middle;
  padding: 10px !important;
}

  /* Enlarge messages and headers 
  #message, h1, h2, h3 {
    font-size: 6vw !important;
}*/


/* Buttons keep their FedEx gradient & glow */
#filter-bar .btn,
#filter-bar .btn2,
#filter-bar .btn5,
#filter-bar .btn6 {
  font-size: 3.3vw;
  font-weight: bold;
  padding: 8px 18px;
  min-width: 120px;
  margin: 4px;
  text-transform: uppercase;
  box-shadow: 2px 3px 3px #000;
}
#fsbutton{
	width: 85%;
	text-align: right;
}
#pages{
	color: white;
	font-size: 2vw;
  text-align: center;
  margin-bottom: 2px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 1.00);
}
/* ?? Scanner Layout */
#scanner-container {
  text-align: center;
  color: #fff;
  margin: 15px auto;
  padding: 10px;
  max-width: 700px;
}

#scanner-container h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  text-shadow: 1px 1px 2px #000;
}

#reader {
  width: 340px;
  height: 260px;
  margin: 15px auto;
  border: 2px solid #777;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

/* ?? Button Row */
#scanner-container .button-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

#scanner-container .btn5 {
  font-size: 1rem;
  padding: 6px 14px;
  min-width: 120px;
  white-space: nowrap;
}

/* ?? iPhone Responsive Fix */
@media (max-width: 600px) {
  #scanner-container h2 {
    font-size: 4.5vw;
  }

  #reader {
    width: 90vw;
    height: 60vw;
  }

  #scanner-container select {
    font-size: 4vw;
    padding: 6px;
    width: 80%;
    margin-bottom: 10px;
  }

  #scanner-container .button-row {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    width: 100%;
  }

  #scanner-container .btn5 {
    font-size: 3.8vw;
    padding: 6px 8px;
    min-width: 35%;
    max-width: 40%;
    text-align: center;
  }

  #scan-result {
    font-size: 4vw;
    margin-top: 8px;
  }
}
/* =====================================================
   ? FIX: Scanner Buttons on iPhone (Override Conflicts)
   ===================================================== */
@media (max-width: 600px) {
  #scanner-container .button-row {
    display: flex !important;
    justify-content: space-evenly !important;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    width: 100%;
  }

  #scanner-container .btn5 {
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    width: auto !important;
    min-width: 38% !important;
    max-width: 42% !important;
    font-size: 4vw !important;
    padding: 8px 0 !important;
    margin: 4px !important;
    white-space: nowrap !important;
  }

 
  
}
#status-dashboard .stat {
  transition: background 0.3s ease;
}
#status-dashboard .stat.flash {
  background: rgba(0,255,0,0.2);
}
#continuous-toggle:checked + label,
#continuous-toggle:checked {
  color: #32cd32;
  font-weight: bold;
}
