* {
  -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;
}

.profile{
  position: relative;
  min-height: 100%;
  color: #555555;
  background-color: #ebeced;
  margin: 0;
}

.profile .profile-detail {
	 padding: 5px;
}

.profile .profile-detail strong {
  display: inline-block;
  color: #777;
  min-width: 120px;
  font-size: 16px;
}

.profile .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding-top: 20px;
}

.profile .links a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  background: #252d38/*#4a79b4*/;
  color: #FFFFFF;
  padding: 12px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
}

.profile .links a:hover {
  background: #436da2;
}

img {
  height: 50px;
  object-fit: contain;
  padding-right:10px;
} 

.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;
}

.content {
  width: 1000px;
  margin: 0 auto;
}

.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;
}

.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btns .btn {
  display: inline-block;
  text-decoration: none;
  background-color: #252d38/*#407cb9*/;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
  color: #FFFFFF;
  padding: 10px 15px;
  margin: 15px 10px 15px 0;
}

.btns .btn:hover {
  background-color: #2e3846/*#396fa6*/;
}

.btns .btn.red {
  background-color: #b63838;
}

.btns .btn.red:hover {
  background-color: #a33232;
}

/*
button {
  display: inline-block;
  text-decoration: none;
  background-color: #407cb9;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
  color: #FFFFFF;
  padding: 10px 15px;
  margin: 15px 10px 15px 0;
  border: 0px;
}*/



.home .flights-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  padding-top: 30px;
}

.home .flights-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 200px;
}


.home .flights-links a i {
  position: absolute;
  z-index: 0;
}

.home .flights-links a .title {
  color: #fff/*#000000*/;
  z-index: 1;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.home .flights-links a .num {
  color: #fff/*#000000*/;
  z-index: 1;
  font-size: 40px;
  font-weight: bold;
  opacity: 0.8;
}

.home .flights-links a.scheduled {
  background-color: #c4c7cd;/*#346acd;*/
}

.home .flights-links a.scheduled i {
  color: #d9dde4/*#4b78cb*/;
}

.home .flights-links a.scheduled:hover {
  background-color: #b7babf/*#3061bc*/;
}

.home .flights-links a.inprogress {
  background-color: /*#ffa500*/#346acd;
}

.home .flights-links a.inprogress i {
  color: /*#feb837*/#4b78cb;
}

.home .flights-links a.inprogress:hover {
  background-color: /*#ff8c00*/#3061bc;
}

.home .flights-links a.completed {
  background-color: #3fa864;
}

.home .flights-links a.completed i {
  color: #43b36b;
}

.home .flights-links a.completed:hover {
  background-color: #3ea462;
}

.home .flights-links a.cancelled {
  background-color: #ffa500/*#a83f3f*/;
}

.home .flights-links a.cancelled i {
  color: #feb837/*#b34343*/;
}
.home .flights-links a.cancelled:hover {
  background-color: #ff8c00/*#a43e3e*/;
}

.home .new {
  padding-top: 60px;
}

.horizontal_line {
            background-color: #252d38/*#407cb9*/;
        	width: 100%;
        	height: 1px;
    	}

.flights .flights-list, .home .flights-list, .view .flight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.flights .flights-list .flight, .home .flights-list .flight {
  padding: 15px 0;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.flights .flights-list .flight .con, .home .flights-list .flight .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.flights .flights-list .flight .con2, .home .flights-list .flight .con2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
	text-align: right;
}

.flights .flights-list .flight i, .home .flights-list .flight i {
  text-align: center;
  width: 80px;
  color: #b3b3b3;
}

.flights .flights-list .flight .title, .home .flights-list .flight .title {
  font-weight: 600;
  color: #666666;
}

.flights .flights-list .flight .msg, .home .flights-list .flight .msg {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 400px;
  color: #999999;
  font-size: 14px;
}

.flights .flights-list .flight .details, .home .flights-list .flight .details {
  overflow: hidden;
  max-width: 400px;
  color: #666666;
  font-size: 14px;
}

.flights .flights-list .flight .created, .home .flights-list .flight .created {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #999999;
  font-size: 14px;
}


.flights .flights-list .flight .status, .home .flights-list .flight {
  /*font-weight: bold;
  font-size: 14px;
  text-transform: capitalize;
  color: #000;*/
}

.status {
  font-weight: bold;
  font-size: 14px;
  text-transform: capitalize;
  color: #000;
  color: green;
}

.latestatus {
  font-weight: bold;
  font-size: 14px;
  text-transform: capitalize;
  color: #000;
  color: red;
}

.flights .flights-list .flight .status.scheduled, .home .flights-list .flight .status.scheduled {
  color: /*#346acd*/#c4c7cd;
}

.flights .flights-list .flight .status.inprogress, .home .flights-list .flight .status.inprogress {
  color: /*#ffa500*/#346acd;
}

.flights .flights-list .flight .status.completed, .home .flights-list .flight .status.completed {
  color: #3fa864;
}

.flights .flights-list .flight .status.cancelled, .home .flights-list .flight .status.cancelled {
  color: #a83f3f;
}

.flights .flights-list .flight:last-child, .home .flights-list .flight:last-child {
  border-bottom: 0;
}

.flights .flights-list .flight:hover, .home .flights-list .flight:hover {
  background-color: #fcfcfc;
}

.flights form, .home form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flights form select, .flights form input, .home form select, .home form input {
  border: 1px solid #cccccc;
  padding: 6px 8px;
  margin-left: 10px;
}

.flights form select, .home form select {
  margin-right: 15px;
}

.flights .pagination, .home .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 0 40px 0;
}

.flights .pagination a, .home .pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 5px 10px;
  margin-left: 10px;
  font-weight: 600;
  background-color: #f2f2f2;
  color: #999999;
}

.flights .pagination a:hover, .home .pagination a:hover {
  background-color: #ebebeb;
}

.view h2 span {
  font-weight: 700;
}

.view h2 .scheduled {
  background-color: #c4c7cd/*#346acd*/;
  color: white;
  padding:4px; 
  
}

.view h2 .inprogress {
  background-color: /*#ffa500*/#346acd;
  color: white;
  padding:4px; 
}

.view h2 .completed {
  background-color: #3fa864;
  color: white;
  padding:4px; 
}

.view h2 .cancelled {
  background-color: #a83f3f;
  color: white;
  padding:4px; 
}

.view .flight {
  padding: 20px 0;
}

.view .flight .status {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 14px;
}

.view .flight .status.scheduled {
  color: #346acd;
}

.view .flight .status.inprogress {
  color: /*#ffa500*/#346acd;
}

.view .flight .status.completed {
  color: #3fa864;
}

.view .flight .status.cancelled {
  color: #a83f3f;
}

.view .flight .sep {
  padding: 0 5px;
}

.view .flight .category {
  color: gray;
}

.view .flight .created {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: gray;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.view .flight div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.view .uploads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.view .uploads a {
  text-decoration: none;
  margin-right: 10px;
}

.view .uploads a:hover {
  opacity: 0.9;
}

.view .comments {
  margin-top: 15px;
  border-top: 1px solid #ebebeb;
  padding: 25px 0;
}

.view .comments .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
}

.view .comments .comment div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  color: #e6e6e6;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.view .comments .comment p {
  margin: 0 0 20px 0;
}

.view .comments .comment p .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
}

.view .comments .comment p .header .name, .view .comments .comment p .header .date {
  font-size: 14px;
  color: gray;
}

.view .comments .comment p .header .name {
  font-weight: 600;
  padding-right: 10px;
  color: #0058ba;
}

.view .comments .comment p .header .name.is-admin {
  color: #b94040;
}

.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: 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;
}

.view .flight table.flight_details, .view .flight table.flight_details th, .view .flight table.flight_details td {
	width: 80%;
	border: 1px solid #396fa6;
	border-collapse: collapse;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

.view .flight table.flight_details td:nth-child(1) {
  width: 30%;
}

.view .flight table.flight_details  td:nth-child(2) {
  width: 35%;
}

.update form table, .capture form table {
	width: 100%;
}

.capture form table .date {
	width: 60%;
}

.capture form table .datebutton {
	width: 25%;
}

.capture form table .clearbutton {
	width: 10%;
}

.capture form table .td1 {
	width: 10%;
}

.capture form table .td1 {
	width: 10%;
}

.capture form table .td2 {
	width: 70%;
}

.capture form table .td3 {
	width: 25%;
}

.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: 10px 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 {
  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"] {
  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;
}

.view form input[type="submit"], .view input[type="button"] {
  background-color: #252d38/*#407cb9*/;
  border: 0;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
  width: 200px;
  margin-top: 15px;
  border-radius: 4px;
}

.capture form input[type="button"]{
  display: block;
  background-color: #252d38/*#407cb9*/;
  border: 0;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
  width: 100px;
  border-radius: 4px;
  margin-right: 0px;
  margin-bottom: 15px;
}

.capture form input[type="button"]:disabled {
  border: 1px solid #cccccc;
  background-color: #cccccc;
  color: #666666;
}

.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-block {
  background-color: #fff;
  margin-top: 25px;
  padding: 15px;
}

.table {
    padding: 0 10px;
}

.table table {
    width: 100%;
    border-collapse: collapse;
}

.table table thead tr {
    border-bottom: 1px solid #f0f1f2;
}

.table table thead td {
    /*font-weight: 600;*/
    padding: 15px 0;
	/*color: #666666;*/
    font-size: 14px;
}

.table table tbody tr {
    border-bottom: 1px solid #f0f1f2;
}


.table table tbody td {
    padding: 5px 0;
	/*color: #666666;*/
    font-size: 14px;
}

.nav-toggle{
   /*display : inline-block; *//* or inline-block or inline : which ever is appropriate for you.*/
   display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    background: #252d38/*#4a79b4*/;
    color: #FFFFFF;
    padding: 12px 15px !important;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
 }
 
 .nav-toggle:hover {
	background-color: #2e3846/*#396fa6*/;
 }
/*
.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  justify-content: center;
}

.login .con {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}



.login h2 {
  border: 0;
}*/

.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;
}

main .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 500px;
  padding: 20px;
}

@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%;
}

  
  /*.update form div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  
  .update form .submit-btns {
	  display: -webkit-box;
  display: -ms-flexbox;
  }*/
  
    
  .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;
  }
  
  
  .flights form, .home form {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  
  .form-group {
    margin-bottom: 15px
}
  .flights form select, .flights form input, .home form select, .home form input, .login form select {
    margin: 10px 0;
  }
  .flights form div, .home form div/*, .login form div */{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  
  /*
  .flights .flights-links, .home .flights-links, .login .flights-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }*/
  
  
  .flights .flights-links, .home .flights-links, .login .flights-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }* 
  
  .flights .flights-links a, .home .flights-links a, .login .flights-links a {
    margin-bottom: 10px;
  }
  
  .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
	}
	
 }
  

  
  
/*# sourceMappingURL=style.css.map */