* { box-sizing: border-box; }

html { overflow-x: auto; }

body {
	background-color: #4682B4;
	text-align: left;
	padding: 0;
	margin: 0;
	color: #666;
	font-size: 16px;
	line-height: 1.6;
	word-wrap: break-word;
}

#mainTable {
	margin: auto;
	max-width: 900px;
    width: 100%;
	background: #fff;
}

#facebox h3 { margin-top: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1, h2, h3 { margin: 20px 0 10px 0; }
h4, h5 { margin: 10px 0; }

h1 { font-size: 30px; }
h2 { font-size: 25px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }

input[type=text],
input[type=password],
textarea {
	padding: 9px 10px;
	border-radius: 4px;
	border: 1px solid  #ccc;
}

input[type=checkbox] {
	margin: 0 10px 10px 0;
	position: relative;
	top: 2px;
}

input[type=text],
input[type=password],
textarea {
	clear: both;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

textarea {
	min-height: 50px;
	margin-top: 0;
}

input[type=button],
input[type=submit],
button,
.button,
#divContent a.button {
	border: none;
	cursor: pointer;
	display: inline-block;
	padding: 10px 15px;
	background: #eee;
	border-radius: 4px;
	margin: 0 5px 5px 0;
	color: #404040;
	line-height: 1.6;
	font-size: 14px;
}

input[type=button]:disabled ,
input[type=submit]:disabled ,
button:disabled ,
.button:disabled {
	background: #f2f2f2;
	border: 1px solid #ededed;
	color: #bbb;
	cursor: not-allowed;
}

td > input[type=button],
td > input[type=submit],
td > button,
td > .button { border: 1px solid #ccc; }

select {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: block;
	margin-bottom: 10px;
	padding: 9px 10px;
}

select option { padding: 3px 10px; }

input[type=button]::-moz-focus-inner {
	border: 0;
	padding: 0;
}

label {
	font-weight: bold;
	display: inline-block;
	line-height: 1;
	font-size: 14px;
}

.w3-col label { font-size: 12px; }

img { border: none; }

a {
	color: #428bca;
	text-decoration: none;
}

#divAddNewUserContent { width: 100%; }

#divAddNewUserContent label {
	display: block;
	width: auto;
}

.btn-container,
.password-container { width: 100%; }

.password-container input[type=password] { width: 250px; }

.response_success,
.okay,
.response_busy,
.busy,
.response_warning,
.warning { width: auto; }

.js-metar > a,
.js-taf > a {
	display: none;
	float: right;
}

.js-metar:hover > a,
.js-taf:hover > a { display: inline; }

.js-metar:hover,
.js-taf:hover { border-top-color: #CCC; }

div#divFlightOwner { width: auto; }

a:hover,
a:focus {
	color: #2A6496;
	text-decoration: underline;
}

hr {
	height: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #CCC;
	clear: both;
}

th a,
thead td a {
	color: #FFF;
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px; 
}

table caption { text-align: left; }

th,
thead td {
	background: #428BCA;
	color: #FFF;
	padding: 2px 9px;
	font-size: 12px;
	text-align: left;
}

td {
	font-size:11px;
	color:#333;
	padding: 5px;
}

tbody tr { border-bottom: 1px solid #CCC; }

#pending th,
#pending thead td { font-size: 10px; }

#subcontents {
	padding: 1em;
	border: 1px solid;
	background-color: #EAF1F8;
	width: 80%;
}
	
#divContent {
	width: 100%;
	background-color: #FFF;
	padding: 0 30px 20px;
	z-index: 0;
}

#top {
	width: 100%;
	height: 77px;
}

#netsyslogo {
	height: 77px;
	width: 200px;
}

.flightinput,
.flightinputcourier {
	border-style:solid;
	border-width:1px;
	border-color:#6495ED;
	background-color:#FFF;
}

.flightinputcourier { text-transform: uppercase; }

div#personalinfo {
	background: #f6e9bd;
	width: 60%;
	border: 1px solid;
	text-align: left;
}

.likelink {
	color: #4169E1;
	cursor: pointer;
}

span#info {
	color: #0D9E4A;
	font-weight: bold;
}

span#warning {
	color: #A00;
	font-weight: bold;
}

span#error {
	color: #E00;
	font-weight: bold;
}

#divSideMenu {
	background-color: #f4f7fb;
	float: left;
	height: 112%;
	padding: 20px 0;
	margin: 0 0 -20px -30px;
	width: 30%;
}

#divSideMenu > hr {
	border-color: #d2d5d9;
	width: 80%;
}

#divIContent {
	float: right;
	padding: 0 0 0 20px;
	width: 74%;
}

#divSideMenu h3 {
	margin: 0;
	padding: 0 20px;
}

#divSideMenu a {
	display: block;
	padding: 5px 30px;
	font-size: 14px;
}

div#divMenu{
	border-bottom: 5px solid #4682B4;
	position: relative;
	z-index: 100;
	margin-top: 20px;
}

.menu {
	font-weight: bold;
	font-size: 10px/1.5em;
	color:#4169E1;
}

div.result { font-size: 10pt; }
/* General */
#nav,
#nav * {
	padding: 0;
	margin: 0;
}
/* Head links */
#nav li {
	list-style-type: none;
	padding: 10px 20px;
	cursor: pointer;
	display: inline-block;
	text-transform: none;
}

#nav li:hover { color: #63b32e; }

#nav > li {
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

#nav > li li { font-weight: normal; }

#nav li a {
	display: block;
	text-decoration: none;
	color: #666;
}

#nav li .active,
#nav li a:hover { color: #63b32e; }

#nav li ul {
	display: none;
	margin: 5px;
	position: absolute;
	width: 200px;
}

#nav li ul:before {
	border-bottom: 8px solid rgba(245, 245, 245, 0.95);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: "";
	margin: -8px 0 0 10px;
	position: absolute;
}

#nav li:hover ul { display: block; } 

#nav li ul li {
	background: #FFF;
	background:rgba(245, 245, 245, 0.95);
	border-bottom: 1px solid #CCC;
	display: block;
	padding: 0;
	margin: 0;
}

#nav li ul li:hover { background: rgba(255, 255, 255, 0.95); }
#nav li ul li:hover a { color: #63b32e; }
#nav li ul li a,
#nav li ul li a:hover { text-decoration: none; }
#nav li ul li a { padding: 10px 20px; }

.opmet-search { text-align: left; }

#divInputFields { width: 100%; }

.footer {
	padding: 5px 20px;
	text-align: right;
	border-top: 1px solid #CCC;
	margin-bottom: 30px;
}

.footer a { font-size: 12px; } 
.footer small {
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
}

.right { float: right; }
.left { float: left; }

div.left { width: 100%; }

br { clear: both; }
br.clear { display: none;}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	border: 1px solid #428bca;
}

.top-banner { padding: 10px; }

.top-banner ._right-content {
	float: right;
	padding-top: 10px;
	width: 52%;
}

.top-banner ._heading {
	font-weight: bold;
	display: block;
	line-height: 0.6em;
	color: #4682b4;
	font-size: 24px;
}

.top-banner ._sub-h { font-size: 12px; }

label.required { color: #900; }

.js-move-up:after,
.js-move-down:after {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: '';
	display: block;
	height: 0;
	width: 0;
}

.js-move-up:after { border-bottom: 8px solid #808080; }
.js-move-down:after { border-top: 8px solid #808080; }
.js-move-up:hover:after { border-bottom-color: #CCC; }
.js-move-down:hover:after { border-top-color: #CCC; }

.js-move-up,
.js-move-down {
	display: inline-block;
	cursor: pointer;
	padding: 5px 3px;
}

.header-search {
	margin: -10px 30px -10px 0;
	text-align: right;
	display: none
}

.header-search input { 
	width: 150px; 
	display: inline-block; 
	margin-top: 0px; 
	padding: 0 5px; 
	height: 26px;
}

.header-search button { 
	border-radius: 0 3px 3px 0; 
	background: #4682b4; 
	color: #FFF; 
	margin: 0 0 0 -8px; 
	line-height: 1.26em; 
	padding: 0 5px; 
	height: 26px;
}

.paging-count {
	margin: 0 10px; 
	border: 1px solid #CCC; 
	border-top: none;
	border-bottom: none;
	padding: 0px 5px;
}

.GoogleActiveViewClass {
	display: block;
	text-align: center;
}

.subscribe-container {
	background: #f2f2f2;
	border-radius: 5px;
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 15px;
	width: 48%;
}

.subscribe-container .normal { font-weight: normal; }

.browser-icon {
	display: inline-block;
	font-size: 0.9em;
	margin-right: 1.5em;
	text-align: center;
}

.browser-icon.-chrome { background-position: 0 0; }
.browser-icon.-firefox { background-position: -58px 0; }
.browser-icon.-opera { background-position: -118px 0; }
.browser-icon.-safari { background-position: -175px 0; }
.browser-icon.-ie { background-position:  -233px 0; }

div.response_error, div.error {
    background-color: #FADEF9;
}

// For the Safari mobile browser
div img.close {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;  
  top: 0;
  z-index: -1;   
}
 
div button:hover + img {
  display: block;
} 

.frames {
        width: 49%;
        float: right;
        margin-left: 1%;
}




.aside {
	display: inline-block;
	float: right;
	font-size: 11px;
	margin-top: 10px;
	margin-right: 10px;
	color : #222;
	margin-left : 23px;
}

select {
	margin-top : 5px;
}

.template-actions {
	margin-top: 33px;
}

.template-actions a, .template-actions div {
	vertical-align: middle;
}

.legend {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.95);
	z-index: 200;
	margin-left: 7.5%;
	margin-right: 7.5%;
	border: 1px solid #CCC;
	margin-top: -210px;
	padding: 10px;
	display: none;
	left: 0px;
}

.legend ul {
	list-style: square;
}

#legenddiv {
	font-size: 16px;
	cursor : pointer;
}

.universal-flight {
	background-color: #fbff85;
}

.shared-flight {
	background-color: #8cff72;
}

h6 {
	font-size : revert;
}

table#pending tbody tr:nth-child(2n + 1){
	background-color : white;
}

table#active tbody tr:nth-child(2n + 1) {
	background-color : white;
}
