
html {
  font-family: 'Helvetica Neue', Arial, Sans-Serif;
}
html .login-wrap {
  position: relative;
  margin: 0 auto;
  background: #ecf0f1;
  width: 350px;
  border-radius: 5px;
  box-shadow: 3px 3px 10px #333;
  padding: 15px;
}
html .login-wrap h2 {
  text-align: center;
  font-weight: 200;
  font-size: 2em;
  margin-top: 10px;
  color: #34495e;
}
html .login-wrap .form {
  padding-top: 20px;
}
html .login-wrap .form input[type="text"],
html .login-wrap .form input[type="password"],
html .login-wrap .form button {
  width: 80%;
  margin-left: 10%;
  margin-bottom: 25px;
  height: 40px;
  border-radius: 5px;
  outline: 0;
  -moz-outline-style: none;
}
html .login-wrap .form input[type="text"],
html .login-wrap .form input[type="password"] {
  border: 1px solid #bbb;
  padding: 0 0 0 10px;
  font-size: 14px;
}
html .login-wrap .form input[type="text"]:focus,
html .login-wrap .form input[type="password"]:focus {
  border: 1px solid #3498db;
}
html .login-wrap .form a {
  text-align: center;
  font-size: 10px;
  color: #3498db;
}
html .login-wrap .form a p {
  padding-bottom: 10px;
}
html .login-wrap .form button {
  background: #d7ebf9;
  border: 1px solid #aed0ea;
  color: #2779aa;
  font-size: 18px;
  font-weight: 200;
  cursor: pointer;
  transition: box-shadow .4s ease;
}
html .login-wrap .form button:hover {
  box-shadow: 1px 1px 5px #555;
}
html .login-wrap .form button:active {
  box-shadow: 1px 1px 7px #222;
}
html .login-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  border-radius: 5px 5px 0 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: black;
}
th   {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: white;
  background-image: url('images/bg.png');
}
td   {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  color: black;
  vertical-align: middle;
  text-align: center;
}
form   {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
 }
A:link    {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  text-decoration: none;
  color: black;
}
A:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  text-decoration: none;
  color: black;
}
A:hover   {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  text-decoration: underline;
  color: red;
}

.invoice_table_header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: white;
  vertical-align: middle;
  text-align: center;
}

.invoice_table {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: black;
  vertical-align: middle;
  text-align: center;
}

.button-booking {
  background:#e2e2e2; 
  border:1 none;
  cursor:pointer;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
;
	width: 72px; 
}

.button-booking:hover {
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#bbb));
	background: -moz-linear-gradient(#ccc, #bbb);
	background: -ms-linear-gradient(#ccc, #bbb);
	background: -o-linear-gradient(#ccc, #bbb);
	background: linear-gradient(#ccc, #bbb);
}
.button-booking:active {
	position: relative;
	top: 1px;
}

.button {
	color: #d7d7d7;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(#444, #000);
	background: -ms-linear-gradient(#444, #000);
	background: -o-linear-gradient(#444, #000);
	background: linear-gradient(#444, #000);
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(grey));
	background: -moz-linear-gradient(#000, grey);
	background: -ms-linear-gradient(#000, grey);
	background: -o-linear-gradient(#000, grey);
	background: linear-gradient(#000, grey);
}
.button:active {
	position: relative;
	top: 1px;
}

.navbar {display: block;background-color:#000;font-family:Verdana;padding:0.5em;  }
.navbar a {background-color:#000;color:#fff;padding:0.5em 0.2em 0.5em 0.2em;text-decoration:none; margin-left: 0.5em;}
.navbar a:hover {background-color:#fff;color:#000;padding:0.5em 0.2em 0.5em 0.2em}
.navbar a.selected {background-color:#fff;color:#333;}


.form-style-2{    
    padding: 20px 12px 10px 20px;
    font: 15px Arial, Helvetica, sans-serif;
}
.form-style-2-heading{
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
    font-size: 15px;
    padding-bottom: 3px;
}
.form-style-2 label{
    display: block;
    margin: 0px 0px 15px 0px;
}
.form-style-2 label > span{
    width: 100px;
    font-weight: bold;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}
.form-style-2 span.required{
    color:red;
}
.form-style-2 .tel-number-field{
    width: 40px;
    text-align: center;
}
.form-style-2 input.input-field{
    width: 48%;
    
}

.form-style-2 input.input-field, 
.form-style-2 .tel-number-field, 
.form-style-2 .textarea-field, 
 .form-style-2 .select-field{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
}
.form-style-2 .input-field:focus, 
.form-style-2 .tel-number-field:focus, 
.form-style-2 .textarea-field:focus,  
.form-style-2 .select-field:focus{
    border: 1px solid #0C0;
}
.form-style-2 .textarea-field{
    height:100px;
    width: 55%;
}

input[type=checkbox], input[type=RADIO] {
  transform: scale(1.5);
  margin: 7px;
}

.form-label   {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
}

div.weightbalance
{
  margin:        0px;
  margin-left:    auto;
  margin-right:    auto;
  padding:      0px;
  text-align:      left;
  background-repeat:  no-repeat;
  background-position: 0px 0px;
  background-color:  white;
  border:        1px solid black;
}

img.crosshair
{
  position:      relative;
  left:        0px;
  top:        0px;
  margin:        0px;
  padding:      0px;
}

table.dialog
{
  margin:        0px;
  padding:      0px;
  width:        100%;
  color:        ButtonText;
  background-color:  ThreeDFace;
  font-family:    message-box, verdana, arial, "sans serif";
  font-size:      90%;
  border-right:    1px solid ThreeDShadow;
  border-bottom:    1px solid ThreeDShadow;
  border-top:        1px solid ThreeDHighlight;
  border-left:      1px solid ThreeDHighlight;
}

.dialog input,
.dialog select
{
  font-size: 100%;
}

.dialog input.disabled,
.dialog select.disabled
{
  color:         ButtonText;
  text-decoration:  none;
  background-color:  ThreeDFace;
}

table.dialog hr
{
  width: 100%;
}

table.dialog td,
table.dialog th
{
  border: none; /*1px solid black;*/
}

table.dialog label
{
  border: none; /*1px solid black;*/
}

table.dialog label.disabled
{
  color: GrayText;
}

table.dialog input[type="checkbox"],
table.dialog input[type="radio"]
{
  margin: 0 3px 0 0;
}

table.dialog th
{
  font-weight:    normal;
  text-align:      right;
}

table.dialog th.caption
{
  color:        #fff;
  background-color:  ActiveCaption;
  border:        1px solid ThreeDFace;
  font-weight:    bold;
  text-align:      left;
}

table.dialog td.error_indicator,
table.dialog th.error_indicator
{
  font-weight: normal;
  width: 18px;
}

table.dialog td#warning_text_cell
{
  width: 100%;
}

div.dialog
{
  margin:  auto;
  padding: 0px;
  border-top:  1px solid ThreeDLightShadow;
  border-left:  1px solid ThreeDLightShadow;
  border-right: 1px solid ThreeDDarkShadow;
  border-bottom: 1px solid ThreeDDarkShadow;
}

div#weightbalancecalculator
{
  width:  60em;
}

div#takeoffcalculator
{
  width:  36em;
}

div#fuelcalculator
{
  width:  36em;
}

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

ul.topnav li {float: left;}

ul.topnav li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
}

ul.topnav li a:hover {background-color: #555;}

ul.topnav li.icon {display: none;}

@media screen and (max-width:680px) {
  ul.topnav li {display: none;}
  ul.topnav li.icon {
    float: left;
    display: inline-block;
  }
}

@media screen and (max-width:680px) {  
  ul.topnav.responsive li.icon {
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }
}

.tab-inactive {
width: 140px;
background-color:#464646;
display: inline-block;
border-radius: 5px 5px 0px 0px;
border-top: thin #000000 solid;
border-right: thin #000000 solid;
border-left: thin #000000 solid;	
}

.tab-active {
width: 140px;
background-color:#FFFFFF;
color: #000000;
display: inline-block;
border-radius: 5px 5px 0px 0px;
border-top: thin #000000 solid;
border-right: thin #000000 solid;
border-left: thin #000000 solid;	
}

.bookCell1 {
    background: white;
}

.bookCell2 {
    background: white;
}

.pointer {
	cursor: pointer;
}

