* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  font-size: 16px;
}

body {
  /*background-color: #ebeced;*/
  background-color: #FFFFFF;
  margin: 0;
}

.content {
  width: 1000px;
  margin: 0 auto;
}

.update form, .view form, .capture form, .update {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 400px;
}

.update form .submit-btns, .view .submit-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.update form .submit-btns input:first-child, .view form .submit-btns input:first-child {
  margin-right: 15px;
}


.update form .wrap, .view form .wrap, .capture form .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.update form .wrap label, .update form .wrap select, .view form .wrap label, .view form .wrap select, .capture form .wrap label, .capture form .wrap select, {
  width: 47%;
  margin-right: 0;
}

.update form table, .capture form table {
	width: 100%;
}

.update form .wrap label:first-child, .update form .wrap select:first-child, .view form .wrap label:first-child, .view form .wrap select:first-child, .capture form .wrap label:first-child, .capture form .wrap select:first-child {
  padding-right: 15px;
}

.update form label, .view form label, .capture form label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 5px 0;
  margin-right: 25px;
}

.update form textarea, .update form select, .view form input, .view form textarea, .view form select, .view input {
  padding: 10px;
  width: 100%;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #cccccc;
}

.update form input, .update input {
  padding: 10px;
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #cccccc;
}

.capture form input, .capture form textarea, .capture form select {
  padding: 10px;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 15px;
  border: 1px solid #cccccc;
}


.update form textarea, .view form textarea, .capture form textarea  {
  height: 200px;
}

.update form input[type="submit"], .capture form input[type="submit"] {
  display: block;
  background-color: #252d38/*#407cb9*/;
  border: 0;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
  width: 200px;
  margin-top: 15px;
  border-radius: 4px;
}

.update form input[type="button"], .update input[type="button"] {
  display: block;
  background-color: #252d38/*#407cb9*/;
  border: 0;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
  width: 200px;
  margin-top: 15px;
  border-radius: 4px;
}

.capture form input[type="button"].addapproach , .update form input[type="button"].addcrew, .capture form input[type="button"].chocksoffnow, .capture form input[type="button"].chocksoffclear, .capture form input[type="button"].takeoffnow, .capture form input[type="button"].takeoffclear, .capture form input[type="button"].landingnow, .capture form input[type="button"].landingclear, .capture form input[type="button"].chocksonnow, .capture form input[type="button"].chocksonclear, .capture form input[type="button"].hobbsonnow, .capture form input[type="button"].hobbsonclear, .capture form input[type="button"].hobbsoffnow, .capture form input[type="button"].hobbsoffclear{
	width: 100%;
}

.update form input[type="button"].removecrew {
	width: 150px;
	margin-top: 0px;
}

.update form input[type="submit"]:hover, .view form input[type="submit"]:hover, .update input[type="button"]:hover, .view input[type="button"]:hover, .capture form input[type="submit"]:hover, .capture input[type="button"]:hover{
  background-color: #2e3846/*#396fa6*/;
}

.content h2 {
  margin: 0;
  padding: 25px 0;
  font-size: 22px;
  font-weight: 600;
  border-bottom: 1px solid #dbdddf;/*#ebebeb;*/
  /*color: #767a84;*/
  color: #4a5361;
}

.content .inprogress {
  color: #ffa500;
}
  
.content .scheduled {
  color: #346acd;
}


.update form .wrap, .view form .wrap, .capture form .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.update form .wrap label, .update form .wrap select, .view form .wrap label, .view form .wrap select, .capture form .wrap label, .capture form .wrap select, {
  width: 47%;
  margin-right: 0;
}

#barcode-reader {
            width: 100%;
}

#barcode-reader > video {
width: 100%;
height: 100%;
}

#barcode-reader > canvas.drawing, canvas.drawingBuffer {
position: absolute;
left: 0;
top: 0;
}

/*h1 {
    text-align: center;
}

input, select, textarea, button {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

button {
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #45a049;
}*/

#scanner {
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.login, .register {
  width: 400px;
  background-color: #ffffff;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  margin: 100px auto;
  
}


.login h1, .register h1 {
  text-align: center;
  color: #26292f;
  font-size: 24px;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #dee0e4;
}

.login .links, .register .links {
  display: flex;
  padding: 0 15px;
}

.login .links a, .register .links a {
  color: #9da3ac;
  text-decoration: none;
  display: inline-flex;
  padding: 0 10px 10px 10px;
  font-weight: 500;
}

.login .links a:hover, .register .links a:hover {
  color: #9da3ac;
}

.login .links a.active, .register .links a.active {
  border-bottom: 3px solid #3274d6;
  color: #3274d6;
}

.login form, .register form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}

.login form label, .register form label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12%;
  height: 50px;
  background-color: #252d38/*#26292f*/;
  color: #ffffff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.login form input[type="password"], .login form input[type="text"], .login form input[type="email"], .register form input[type="password"], .register form input[type="text"], .register form input[type="email"] {
  width: 80%;
  height: 50px;
  border: 1px solid #dee0e4;
  border-left: 0;
  margin-bottom: 20px;
  padding: 0 15px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  outline: 0;
}

.login form input[type="password"]::placeholder, .login form input[type="text"]::placeholder, .login form input[type="email"]::placeholder, .register form input[type="password"]::placeholder, .register form input[type="text"]::placeholder, .register form input[type="email"]::placeholder {
  color: #8e97a3;
}

.login form input[type="password"]:focus, .login form input[type="text"]:focus, .login form input[type="email"]:focus, .register form input[type="password"]:focus, .register form input[type="text"]:focus, .register form input[type="email"]:focus {
  border: 1px solid #c2c6cd;
  border-left: 0;
}

.login form input[type="submit"], .register form input[type="submit"] {
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  background-color: #252d38/*#26292f*/;
  border: 0;
  cursor: pointer;
  font-weight: 500;
  color: #ffffff;
  transition: background-color 0.2s;
  border-radius: 0;
  appearance: none;
}

.login form input[type="submit"]:hover, .register form input[type="submit"]:hover {
  background-color: #2868c7;
  transition: background-color 0.2s;
}

.login form #rememberme, .register form #rememberme {
  width: 100%;
  height: auto;
  padding: 5px 20px;
  background-color: transparent;
  color: #000;
  justify-content: flex-start;
}

.login form #rememberme input, .register form #rememberme input {
  transform: scale(1.3);
  margin-right: 7px;
}

.login form .msg, .register form .msg {
  padding: 0 20px;
  width: 100%;
}

.login form .captcha, .register form .captcha {
  display: flex;
}

.login form .fb-btn, .login form .gl-btn, .register form .fb-btn, .register form .gl-btn {
  display: flex;
  text-decoration: none;
  position: relative;
  border-radius: 4px;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  width: 92%;
  margin: 15px 0 5px 0;
  padding: 15px;
  transition: background-color 0.2s;
}

.login form .fb-btn i, .login form .gl-btn i, .register form .fb-btn i, .register form .gl-btn i {
  position: absolute;
  left: 15px;
}

.login form .fb-btn:hover, .login form .gl-btn:hover, .register form .fb-btn:hover, .register form .gl-btn:hover {
  color: #fff;
  transition: background-color 0.2s;
}

.login form .fb-btn, .register form .fb-btn {
  background-color: #507CBF;
}

.login form .fb-btn:hover, .register form .fb-btn:hover {
  background-color: #426fb4;
}

.login form .gl-btn, .register form .gl-btn {
  background-color: #d6523e;
}

.login form .gl-btn:hover, .register form .gl-btn:hover {
  background-color: #cf412c;
}

.login form > a, .register form > a {
  text-decoration: none;
  color: #5b6574;
  width: 100%;
  padding: 5px 20px;
}

.login form > a:hover, .register form > a:hover {
  color: #394049;
}


.navtop {
  background-color: #252d38;/*#26292f;*//*#394557*/;
  height: 60px;
  width: 100%;
  border: 0;
}


.navtop div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 1000px;
  height: 100%;
}

.navtop div h1, .navtop div a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navtop div h1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
  margin: 0;
  color: #ebecee;
}

.navtop div h1 a {
  font-weight: 600;
  font-size: 18px;
  padding: 0;
}

.navtop div a {
  padding: 0 20px;
  text-decoration: none;
  color: #c4c7cd;
  font-weight: bold;
}

.navtop div a i {
  padding: 2px 8px 0 0;
}

.navtop div a:hover {
  color: #ebecee;
}
/* Modal Overlay */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Modal Content Box */
.modal-content {
    background-color: #fff;
    padding: 30px;
    width: 400px;
    max-width: 90%;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    font-family: sans-serif;
}

/* Close Button */
.modal-content .close {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    color: #999;
}
.modal-content .close:hover {
    color: #000;
}

/* Input Labels & Fields */
.modal-content label {
    display: block;
    margin-top: 16px;
    margin-bottom: 6px;
    font-weight: bold;
}
.modal-content select,
.modal-content textarea,
.modal-content input[type="number"] {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

/* Submit Button */
.modal-content input[type="button"] {
    margin-top: 20px;
    width: 100%;
    padding: 12px;
    background-color: #007bff;
    color: #fff;
    border: none;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
}
.modal-content input[type="button"]:hover {
    background-color: #0056b3;
}

.responsive-table-wrapper {
  overflow-x: unset;
}



@media screen and (max-width: 1000px) {
	
 
  .navtop {
    height: auto;
	
  }

   .update form, .view form, .capture form {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
}

    
  .navtop div {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    width: 100%;
  }
  .navtop div h1 {
    display: block;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 15px 10px;
  }
  .navtop div > a {
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    background-color: #252d38;
    border-bottom: 1px solid #1f252f;
  }
  .content {
    padding: 10px;
    width: 90%;
  }
  
  .responsive-width-100 {
    width: 100% !important;
    max-width: 100%;
  }
  
  .responsive-width-50 {
    width: 50%;
    max-width: 50%;
  }
  
  .responsive-hidden {
    display: none !important;
  }
  
  .responsive-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  #movement-table {
    min-width: 600px;
  }
  
  
  .login {
    /*-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;*/
	width:90%;
  }
  /*.login .con {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }*/
  .login .con:last-child {
    padding-left: 0;
    border-left: none;
  }
  
   .nav-toggle {
	display : none; // display none for everyone
	}
	
 }
 
 
  
