/*
 * colors:
 * Maroon:#800000
 * Red: #FF0000 
 * Dark Red: #8B0000
 * Green: #4e8359
 * Blue:  #405F6F #768187 #6CA0BB #EFF4FF #23333C
 */
* { box-sizing: border-box; }

html {
	overflow-x: auto;
	position: relative;
	min-height: 100%;
}

body {
	background: url("cartographer.png") repeat scroll 0 0 #EEE;
	text-align: left;
	padding: 0;
	margin: 0 0 33px;
	font-size: 16px;
	line-height: 1.6;
	word-wrap: break-word;
}

#mainTable { margin: auto; }

#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],
input[type=search],
input[type=number],
textarea {
	padding: 9px 10px;
	border-radius: 2px;
	border: 1px solid  #ccc;
	clear: both;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	color: #404040;
}

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

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

input[type=button],
input[type=submit],
button,
.button {
	background: #204394;
	border: medium none;
	border-radius: 4px;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 1.6;
	margin: 0 5px 5px 0;
	padding: 10px 15px;
	text-align: center;
	transition: background 0.5s ease 0s;
}

input[type="button"]:hover,
input[type="submit"]:hover,
button:hover, .button:hover {
	background: #cad9e3;
	color: #FFF;
	text-decoration: none;
}

input[type=button]:disabled ,
input[type=submit]:disabled ,
button:disabled ,
.button:disabled {
	background: #cad9e3;
	color: #768187;
	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: 2px;
	display: block;
	margin-bottom: 10px;
	padding: 9px 10px;
	color: #404040;
	margin-top: 5px;
}

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: #6CA0BB;
	text-decoration: none;
}

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

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

.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: #204394;
	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 {
	background-color: #fff;
	border-radius: 0 0 5px 5px;
	border-top: 3px solid #ccc;
	margin: auto auto 100px;
	padding: 1px 30px 20px;
	border-bottom: 3px solid #1b5029;
	width: 100%;
	z-index: 0;
}

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

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

.response_success,
.okay {
	border-color: #466f2a;
	background: url("../../images/yes_16x16.png") no-repeat 2px 12px #4CAF50;
	color : white;
	border-radius : 5px;
}

div.error {
	color : white;
	background-color : #f44336;
	border-radius : 5px;
}

div.error a {
	color : #FFF010;
}

.response_busy,
.busy {
	background-color: #ebeff9; 
	border-color: #6c91db;
}

.response_warning,
.warning {
	border-color: #d27f45;
	background: url("../../images/warning_24.png") no-repeat 2px 5px #ffc107;
	color : black;
	border-radius : 5px;
}

.info {
	border: 1px solid #405f6f;
	padding: 12px 12px 12px 30px;
	margin-bottom: 10px;
	background: url("../../images/info_24.png") no-repeat 2px 8px #2196F3;
	border-radius : 5px;
	color : white;
}

.help{
	border: 1px solid #6c91db;
	padding: 12px 12px 12px 30px;
	margin-bottom: 4px;
	background: url("../../images/help_24.png") no-repeat 2px 12px #dcdef4;
}

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

.header {
	background: #fff;
	padding-top: 10px;
}

#divMenu{
	position: relative;
	z-index: 100;
	color: #FFF;
	background: #204394;
	min-height: 5px;
}

.header .-container {
	width: 100%;
	margin: auto;
}

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

div.result { font-size: 10pt; }
/* General */
#nav {
	width: 100%;
	margin: auto;
}

#nav,
#nav * { padding: 0; }
/* Head links */
#nav li {
	list-style-type: none;
	padding: 10px 20px;
	cursor: pointer;
	display: inline-block;
	text-transform: none;
}

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

#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: #FFF;
	border: none;
}

#nav li ul {
	display: none;
	margin: 10px 5px 5px -50px;
    z-index: 1;
	padding: 0 50px 50px;
	position: absolute;
	width: 300px;
}

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

#nav li ul li {
	background: #7288bb;
	border-bottom: 1px solid #DEE3EE;
	display: block;
	padding: 0;
	margin: 0;
}

#nav li ul li:hover { background: #204364; }

#nav li ul li a,
#nav li ul li a:hover { text-decoration: none; }

#nav li ul li a {
	padding: 10px 20px;
	color: #FFF;
}

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

#divInputFields { width: 100%; }

.footer {
	padding: 5px 20px;
	text-align: right;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 33px;
	width: 100%;
}

.footer .-container {
	width: 100%;
	margin: auto;
}

.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 #6CA0BB; }

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

.required { color: #900; }

pre .js-metar, pre .js-taf { padding: 0 2px; border-top: 1px solid transparent; }
pre { font-family: monospace; }

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

.header .-logo {
	margin-left: 10px;
	margin-bottom: 10px;
}

.aside {
	display: inline-block;
	float: right;
	font-size: 11px;
	margin-top: 10px;
	margin-right: 10px;
}

#DivFlags { display: inline-block; }

.container.-inline {
	display: inline-block;
	margin-right: 20px;
}

#img {
	width: 100%;
}

table.image-list tr td {
	width: 33.33%;
	text-align: center;
	font-weight: bold;
}

table.image-list {
	width: 100%;
}

.store-images img {
	width: 100%;
	background-color: #000;
}

.controls img:hover {
	cursor: pointer;	
}

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

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

.controls {
	position: relative;
}

.hidden {
	display: none;
}

.visible {
	display: inline-block;
}

#animationframe {
	width: 100%;
}	

.bullet {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        border: 2px solid #4682B4;
        background-color: white;
        display: inline-block;
}

.separate {
        background-color: #4682B4;
        display: inline-block;
        height: 2px;
        position: relative;
        top: -4px;
}

.separate:last-child {
        width: 0px !important;
        height: 0px !important;
}

.good-graphic {
        background-color: #4682B4;
}

.bad-graphic {
        background-color: #B97D4B;
}

.animation-headings h3 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.hidden {
        display: none;
}

.enlarged {
        width: 100vw;
        position: fixed;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        top: 0px;
        z-index: 999;
}

.enlarged img#animationframe {
        position: relative;
        margin: auto;
        display: block;
        top: 50%;
}

#animation-box {
        background-color: rgba(0,0,0,0.8);
        line-height: 0em;
}

#animation-box .controls {
        padding: 20px;
}

.colour-selection {
	display: none;
	font-family: monospace;
	font-size: 16px;
	margin-left: 20px;
	line-height: 25px;
	vertical-align: middle;
}

.query-container:hover .colour-selection {
	display: inline;
}

.query-container .result .js-taf span, .query-container .result .js-metar span{
	font-weight: normal ;
}

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

.query-container .temp-diff-min,.query-container .temp-diff-eq,.query-container .cloud-height-min, .query-container .weather, .speci, .trend {
	font-weight: normal;
}

input.inputerror, input.inputerror:focus , textarea.inputerror, textarea.inputerror:focus{ 
	border: 1px solid red; 
}

.uppercase {
	text-transform: uppercase;
}

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

#divStatus .okay a,#status.okay  a, #progressbar  a {
	color : #EED0C5;
}

#divStatus .okay a:hover, #status a:hover, #progressbar a:hover {
	color : #2a6496;
}

.station-list {
	font-family : monospace;
}

#nav li.parent-item > span {
	padding: 10px 20px;
	color: #404040;
	display: block;
}

#nav ul.subitem {
	position: absolute;
	top: -40.8px;
	left: 230px;
	padding: 0px ;
	display: none;
	width: 200px;
}

#nav .subitem-container {
	position: relative;
}

#nav ul.subitem li {
	display: none;
	border-left: 1px solid #DEE3EE;
}

#nav li.parent-item:hover ul.subitem li {
	display: block;
}

.parent-item:before {
	display: inline;
	content: '›';
	float: right;
	top: 5px;
	position: relative;
	left: -10px;
	font-size: 18px;
}

.parent-item:hover:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

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

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

#result {
	margin: 20px 10px 20px 10px;
	max-height: 600px;
	overflow-y: auto;
}

.explorer-window {
	z-index: 1000;
	position: absolute;
	background-color: #fff;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 15%;
	top: 0px;
	left: 0px;
}

.explorer-window .title-bar {
	background-color: #43bab8;
	color: #fff;
	overflow-x: hidden;
}

.explorer-window .title-bar .close {
	float: right;
	display: inline-block;
	margin: 5px 15px;
}

.explorer-window .title-bar h3 {
	float: left;
	display: inline-block;
	margin: 5px 5px;
}

.explorer-window .explorer-content {
	border: 1px solid #43bab8;
	padding: 10px;
}

.explorer-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: block;
	opacity: 0.4;
	z-index: 999;
	background-color: #000;
}

.explorer-window .explorer-content img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.explorer-window iframe {
	width: 100%;
	height: 700px;
}

#result table.result-table tr:nth-child(2n+2) {
	background-color: #fff;
}

#result table.result-table tr {
	border-bottom: 0px;
}

#result table.result-table tr:hover {
	background-color: #ADE3FF;
	cursor: pointer;
}

#result table.result-table tr td:nth-child(2) {
	width: 350px;
}

#result table.result-table tr td:nth-child(3) {
	text-align: right;
}

#result table.result-table thead tr:hover {
	cursor: default;
}

.explorer-actions .buttons{
	text-align: right;
}

#result {
	border: 1px solid #43bab8;
}

.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
.button.disabled {
	background: #43bab8;
}

table.result-table tr.dir td:first-child {
	background: url('../../images/folder_16.png') no-repeat 6px; 
}

table.result-table tr.undefined td:first-child,
 table.result-table tr.plain td:first-child{
	background: url('../../images/doc_16.png') no-repeat 6px; 
}

table.result-table tr.php td:first-child {
	background: url('../../images/php_16.png') no-repeat 6px; 
}

table.result-table tr.png td:first-child {
	background: url('../../images/png_16.png') no-repeat 6px; 
}

table.result-table tr.gif td:first-child {
	background: url('../../images/gif_16.png') no-repeat 6px; 
}

table.result-table tr.jpg td:first-child {
	background: url('../../images/jpg_16.png') no-repeat 6px; 
}

table.result-table tr.pdf td:first-child {
	background: url('../../images/adobe_16x16.png') no-repeat 6px; 
}

table.result-table td {
	font-size: 12px;
}

#explorer-bar {
	width: 92.7%;
	margin-left: 1.3%;
	display: inline-block;
}

.explorer-actions span img {
	margin-left: 10px;
}

#result table.result-table tr.selected {
	background-color: #69C8B5;
}

.result .legend {
	left: 21.25%;
}

#result .error {
	margin-bottom: 0px;
}

.small-text {
	font-size: 10px !important;
}

#mainTable {
	margin: auto;
	width: 100%;
}


.template-actions {
	margin-top: 33px;
}
#divContent .ui-tabs .ui-tabs-panel {
	padding: 0px 0px;
}
#divContent #tabs .product-block > h4 {
	display: none;
}
#divContent .ui-widget-header .ui-state-active, #divContent .ui-state-default:hover {
	background: #FFF;
	border-bottom: 3px solid #6CA0BB;
}
#divContent .ui-widget-header {
	background: #FFF;
	/*background: linear-gradient(#EAF1F8, #6CA0BB);
	background: -moz-linear-gradient(#EAF1F8, #6CA0BB);
	background: -webkit-linear-gradient(#EAF1F8, #6CA0BB);
	background: -o-linear-gradient(#EAF1F8, #6CA0BB);
	background: -ms-linear-gradient(#EAF1F8, #6CA0BB);*/
}
#divContent .ui-state-default {
	background: #FFF;
	/*background: linear-gradient(#FFF, #EAF1F8);
	background: -moz-linear-gradient(#FFF, #EAF1F8);
	background: -webkit-linear-gradient(#FFF, #EAF1F8);
	background: -o-linear-gradient(#FFF, #EAF1F8);
	background: -ms-linear-gradient(#FFF, #EAF1F8);*/
}
#divContent .ui-state-active a.ui-tabs-anchor {
	outline: none;
}
#divContent .ui-corner-all {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
#divContent .ui-tabs-anchor {
	font-size: 16px;
}
#divContent .ui-tabs .ui-tabs-nav li a {
	padding: 10px 10px;
}
#divContent .ui-tabs.ui-corner-all {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#divContent .ui-widget-header {
	border: none;
}

#divContent .ui-widget-header li{
	border : none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
