/*
*******************************************

Flightradar24
General Screen Styles

Created by gocrash MEDIA
http://www.gocrash.se

*******************************************
*/

/*-------------------------------------------
    Reset styles
-------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*-------------------------------------------
    General layout
-------------- min-width: 1024px;---------------------*/

html { height: 100% !important; width: 100% !important;  -webkit-tap-highlight-color: rgba(0,0,0,0); }
body { height: 100% !important; width: 100% !important;  min-width: 320px; min-height: 264px; position: relative; margin: 0px; padding: 0px; font: normal 80% Helvetica Neue, Arial, sans-serif; color: #333; background: #333; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
a { color: #333; text-decoration: none; }
.hidden { display: none; }
ul { list-style-type: none; padding: 0; margin: 0; }
/*-------------------------------------------
    Left col
-------------------------------------------*/
#leftCol { position: absolute; z-index: 495; height: 100%; width: 200px; background: url(../images/leftCol_bg.png) repeat-y; border-right: 1px solid #000; box-shadow: 0px 0 2px rgba(0, 0, 0, 0.6);}
#leftCol #pageLogo a { width: 200px; height: 51px; display: block; background: url('../images/userUI_sprite.png?14') 0 0 no-repeat; border-bottom: 1px solid #000; }
#leftCol ul.menuChoices { box-shadow: -1px 2px 3px rgba(0,0,0,0.2); -moz-box-shadow: -1px 2px 3px rgba(0,0,0,0.2); -webkit-box-shadow: -1px 2px 3px rgba(0,0,0,0.2); }
#leftCol ul.menuChoices li > a{ font-size: 0.9em; width: 188px; height: 35px; color: #bbb; font-weight: normal; text-shadow: 0 1px 0 #000; padding: 0 0 0 12px; line-height: 33px; display: block; position: relative; border-top: 1px solid #333; border-bottom: 1px solid #1b1b1b; background: #282828; background: -moz-linear-gradient(top,#2a2a2a 0,#262626 100%); background: -ms-linear-gradient(top,#2a2a2a 0,#262626 100%); background: -o-linear-gradient(top,#2a2a2a 0,#262626 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#2a2a2a),color-stop(100%,#262626)); background: -webkit-linear-gradient(top,#2a2a2a 0,#262626 100%); background: linear-gradient(to bottom,#2a2a2a 0,#262626 100%); }
#leftCol ul.menuChoices li.buttons { width: 194px; height: 26px; border-top: 1px solid #333; padding: 5px 0 0 6px; border-bottom: 1px solid #1b1b1b; background: #282828; background: -moz-linear-gradient(top,#2a2a2a 0,#262626 100%); background: -ms-linear-gradient(top,#2a2a2a 0,#262626 100%); background: -o-linear-gradient(top,#2a2a2a 0,#262626 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#2a2a2a),color-stop(100%,#262626)); background: -webkit-linear-gradient(top,#2a2a2a 0,#262626 100%); background: linear-gradient(to bottom,#2a2a2a 0,#262626 100%); }
#leftCol ul.menuChoices li.buttons a { background: none; border: none; width: auto; height: auto; display: inline; }
/*#leftCol ul.menuChoices li a:hover { background: #111; }*/
#leftCol ul.menuChoices li.active a { text-shadow: 0 1px 0 #173546; color: #fff; border-top: 1px solid #42c4dc; border-bottom: 1px solid #082a46; background: #3baad3; background: -moz-linear-gradient(top,#3baad3 0,#2574a5 100%); background: -ms-linear-gradient(top,#3baad3 0,#2574a5 100%); background: -o-linear-gradient(top,#3baad3 0,#2574a5 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#3baad3),color-stop(100%,#2574a5)); background: -webkit-linear-gradient(top,#3baad3 0,#2574a5 100%); background: linear-gradient(to bottom,#3baad3 0,#2574a5 100%); }

#leftCol ul.menuChoices a { cursor: pointer; }
#leftCol ul.menuChoices a span.icon { background-image: url('../images/userUI_sprite.png?14'); display: inline-block; vertical-align: middle; }
#leftCol ul.menuChoices a span.icon.planes { background-position: -11px -68px; width: 16px; height: 17px; margin-right: 6px; }
#leftCol ul.menuChoices a span.icon.map { background-position: 0 -68px; width: 11px; height: 17px; margin-right: 11px; }
#leftCol ul.menuChoices a span.icon.stats { background-position: -26px -50px; width: 16px; height: 15px; margin-right: 6px; }

#leftCol ul.menuChoices li.active a span.icon.map { background-position: 0 -51px; }
#leftCol ul.menuChoices li.active a span.icon.planes { background-position: -11px -51px; }


#leftCol ul.menuChoices a span.icon.empty { background: none; width: 12px; margin-right: 6px; margin-left: 26px; }
#leftCol ul.menuChoices a span.choiceTitle { color: #fff; display: inline-block; vertical-align: middle; font-weight: bold; }
#leftCol ul.menuChoices li a span.choiceValue { position: absolute; color: #fff; top: 9px; right: 8px; font-weight: bold; line-height: 1em; font-size: 0.9em; background: #212121; padding: 4px 9px; border-radius: 12px; -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.1); -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.1); box-shadow: inset 0 2px 3px rgba(0,0,0,0.4), 0 1px 0 rgba(255,255,255,0.1); }
#leftCol ul.menuChoices li.active a span.choiceValue { background: #0b6593; }
#leftCol ul.menuChoices li a span.choiceValue.update { background: #ee0000; text-shadow: 0 -1px #770707; }


#leftCol #mainView,
#leftCol #secondaryView { width: 100%; position:relative; z-index: 10; }

#leftCol h5 { margin: 4px; color: #fff; text-shadow: 0 1px 0 #000; }
#leftCol h5.twitter { background: url('../images/userUI_sprite.png?14') 0 -85px no-repeat; line-height: 19px; padding-left: 30px; margin-left: 8px; font-size: 0.9em; }
#leftCol h5.facebook { background: url('../images/userUI_sprite.png?14') -199px -88px no-repeat; line-height: 21px; padding-left: 30px; }
#leftCol h5.time { background: url('../images/userUI_sprite.png?14') 3px -285px no-repeat; line-height: 16px; padding-left: 23px; }
#leftCol .insetBox { background: #111; color: #c0c0c0; font-size: 0.9em; padding: 8px 6px; display; block; border: none; border-bottom: 1px solid #333; word-wrap: break-word; -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.8); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.8); box-shadow: inset 0 1px 1px rgba(0,0,0,0.8); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
#leftCol .insetBox#latestTwitterContainer div { clear:both; margin-bottom: 18px; }
#leftCol .insetBox span.twitterText a { color: #c0c0c0;  display: block; }
#leftCol .insetBox span.twitterTime { color: #777; display: block; float:right; clear: both; }
#leftCol ul.secondaryMenu { margin-bottom: 15px; }
#leftCol ul.secondaryMenu li { display: inline; margin-right: 10px; font-size: 0.9em; }
#leftCol ul.secondaryMenu li a { color: #999; text-decoration: underline; }

#leftCol #gad-container { width:200px; height: 200px; overflow: hidden; position: absolute; bottom: 5px; z-index: 999; }
#leftCol #menuSocialmedia { margin: 8px 0px 0px; }

a.pop-link:link,a.pop-link:visited,a.pop-link:hover { color: #880000 !important; font-size: 1em !important;}
/*-------------------------------------------
    Tooltip
-------------------------------------------*/
.hasTooltip { cursor: help; }
.tooltipWrapper { position: absolute; z-index: 1699; opacity: 0; visibility: 0;
	transition-duration: 0;
	transition-timing-function: linear, linear, cubic-bezier(0, 0, 0.265, 1.55);
	transition-property: visibility, opacity, transform;
	-moz-transition-duration: 0;
	-moz-transition-timing-function: linear, linear, cubic-bezier(0, 0, 0.265, 1.55);
	-moz-transition-property: visibility, opacity, transform;
	-webkit-transition-duration: 0;
	-webkit-transition-timing-function: linear, linear, cubic-bezier(0, 0, 0.265, 1.55);
	-webkit-transition-property: visibility, opacity, transform;
}
.tooltipWrapper span.text { background: #fff; padding: 2px 5px; font-size: 0.9em; font-weight: bold; color: #444; display: block; text-align: center;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	box-shadow: inset 0 -1px 0 #ccc, 0 1px 3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0 -1px 0 #ccc, 0 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: inset 0 -1px 0 #ccc, 0 1px 3px rgba(0, 0, 0, 0.6);
}
.tooltipWrapper span.arrow { width: 10px; height: 7px; display: block; position: relative; left: 50%; margin: -1px 0 0 -5px; background: url('../images/tooltipArrow.png') no-repeat; }
.tooltipWrapper.alignLeft span.arrow { left: 19px; }
.tooltipWrapper.alignRight span.arrow { left: 9px; }

.tooltipWrapper.enroute span.arrow { -moz-transform: rotate(90deg); -moz-transform-origin: 50% 50%; -webkit-transform: rotate(90deg); -webkit-transform-origin: 50% 50%; -o-transform: rotate(90deg); -o-transform-origin: 50% 50%; transform: rotate(90deg); transform-origin: 50% 50%; filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); left: -3px; }
.tooltipWrapper.enroute span.text { text-align: left; }
.tooltipWrapper.enroute span.arrowTop { -moz-transform: rotate(180deg); -moz-transform-origin: 50% 50%; -webkit-transform: rotate(180deg); -webkit-transform-origin: 50% 50%; -o-transform: rotate(180deg); -o-transform-origin: 50% 50%; transform: rotate(180deg); transform-origin: 50% 50%; filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0); left: 50%; }

.tooltipWrapper.scale-start { opacity: 0.1; transform: scale(0.8); -moz-transform: scale(0.8); -webkit-transform: scale(0.8); }
.tooltipWrapper.scale-end { opacity: 1; transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); transition-duration: 0ms, 150ms, 150ms; -moz-transition-duration: 0ms, 150ms, 150ms; -webkit-transition-duration: 0ms, 150ms, 150ms; }


/*-------------------------------------------
    Left col overlay
-------------------------------------------*/

#leftColOverlay { display: none; position: absolute; z-index: 1101; width: 225px; height: 500px; top: 51px; left: -227px; background: #fff; overflow: hidden; -moz-border-radius: 0 8px 0 0; -webkit-border-radius: 0 8px 0 0; border-radius: 0 8px 0 0; box-shadow: 1px 0 2px rgba(50, 50, 50, 0.9); -moz-box-shadow: 1px 0 2px rgba(50, 50, 50, 0.9); -webkit-box-shadow: 1px 0 2px rgba(50, 50, 50, 0.9); }
#leftColOverlay a.close { width: 23px; height: 23px; background: url('../images/userUI_sprite.png?14') 0 -104px no-repeat; display: block; position: absolute; top: 0; right: 0; cursor: pointer; z-index: 100; }
#leftColOverlay span.loader { background: url('../images/loader_info.gif'); display: block; width: 32px; height: 32px; margin: 90px 97px 0 97px; }
#leftColOverlay span.loader.error { background: url('../images/loader_error.png') no-repeat; }
#leftColOverlay span.errorMsg { color: #bbb; display: block; text-align: center; font-size: 0.95em; padding: 15px; }
#leftColOverlay .aircraftImage { position: relative; margin: 7px 7px 2px 7px; }
#leftColOverlay .imageOwner { position: absolute; bottom: 0; width: 204px; padding: 2px 3px; color: #f0f0f0; font-size: 0.8em; text-align: left; text-shadow: 0 1px 0 #000;
}
#leftColOverlay .imageOwner a { display: inline-block; font-weight: bold; float: right; color: inherit; text-shadow: inherit; }
#leftColOverlay .imageOwner a i { font-size: 1.8em; font-weight: bold; margin-top: -6px; margin-right: 4px; }
#leftColOverlay .aircraftImage a { cursor: pointer; }
#leftColOverlay .aircraftImage img { width: 210px; vertical-align: bottom; min-height: 130px; display: block; }
#leftColOverlay .aircraftImage img.sideView { min-height: 94px; }
#leftColOverlay .aircraftImage .sideview-mag {
	position: absolute;
	border-radius: 3px;
	width: 18px;
	height: 18px;
	font-size: 16px;
	padding: 1px 0 0 2px;
	box-sizing: border-box;
	right: 4px;
	bottom: 4px;
	color: #fff;
	cursor: pointer;
}

#leftColOverlay .titleBox { background: #000; margin: 2px 7px 7px 7px; border: 1px solid #000; padding: 2px 6px; color: #fff; font-size: 0.9em; text-shadow: 0 1px 0 #000; position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	background: #808080; /* Old browsers */
	background: -moz-linear-gradient(top,  #808080 0%, #303030 2%, #0c0c0c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#808080), color-stop(2%,#303030), color-stop(100%,#0c0c0c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #808080 0%,#303030 2%,#0c0c0c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #808080 0%,#303030 2%,#0c0c0c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #808080 0%,#303030 2%,#0c0c0c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #808080 0%,#303030 2%,#0c0c0c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#0c0c0c',GradientType=0 ); /* IE6-9 */
}
#leftColOverlay .titleBox span.large { font-size: 1.6em; font-weight: bold; }
#leftColOverlay .titleBox a.flightLink { color: #fff; cursor: pointer; }
#leftColOverlay .routeInformationBox { border-top: 1px solid #005c90; border-bottom: 1px solid #005c90; margin-top: -29px; color: #fff; padding-bottom: 5px;
	box-shadow: 0 0 1px #9BE3F6 inset, 0 1px 0 #9BE3F6 inset, 0 -1px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 1px #9BE3F6 inset, 0 1px 0 #9BE3F6 inset, 0 -1px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 1px #9BE3F6 inset, 0 1px 0 #9BE3F6 inset, 0 -1px 3px rgba(0,0,0,0.4);
	background: rgb(92,184,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(92,184,229,1) 0%, rgba(43,114,173,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(92,184,229,1)), color-stop(100%,rgba(43,114,173,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(92,184,229,1) 0%,rgba(43,114,173,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(92,184,229,1) 0%,rgba(43,114,173,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(92,184,229,1) 0%,rgba(43,114,173,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(92,184,229,1) 0%,rgba(43,114,173,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cb8e5', endColorstr='#2b72ad',GradientType=0 ); /* IE6-9 */
}
#leftColOverlay .routeInformationBox .airportInfo { margin: 25px 0 0 0; font-size: 0.95em; text-shadow: 0 1px 0 #003958; position: relative;}
#leftColOverlay .routeInformationBox .airportInfo .airport { cursor: pointer; }
#leftColOverlay .routeInformationBox .airport { width: 48%; text-align: center; padding: 0 2px; }
#leftColOverlay .routeInformationBox .airportInfo .airport h3 { font-size: 1.95em; line-height: 1.1em; text-shadow: 0 1px 0 #6fc9ff, 0 2px 0 #1F77AC, 0 2px 1px #000; }
#leftColOverlay .routeInformationBox .airportInfo span.arrow { width: 45px; height: 16px; display: block; position: absolute; top: 7px; left: 88px; border: none;
	background: url('../images/userUI_sprite.png?14') 0 -464px no-repeat;
}
#leftColOverlay .routeInformationBox .airportInfo span.fa-random { background: none; font-size: 20px; color: #fff; text-align: center; -webkit-animation: animateIcon 2s linear 0s infinite alternate; animation: animateIcon 2s linear 0s infinite alternate; cursor: pointer; }
@-webkit-keyframes animateIcon { 0%   { color: #fff; } 25%  { color: #C0E8FF; } 50%  { color: #83AEC6; } 75%  { color: #C0E8FF; } 100% { color: #fff; } }
@keyframes animateIcon { 0%   { color: #fff; } 25%  { color: #C0E8FF; } 50%  { color: #83AEC6; } 75%  { color: #C0E8FF; } 100% { color: #fff; } }
#leftColOverlay .routeInformationBox .progressBar { background: #33699E; width: 211px; height: 8px; margin: 5px 7px 0 7px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 2px 5px #0F396D inset, 0 1px 0 #5092c0;
	-moz-box-shadow: 0 2px 5px #0F396D inset, 0 1px 0 #5092c0;
	-webkit-box-shadow: 0 2px 5px #0F396D inset, 0 1px 0 #5092c0;
}
#leftColOverlay .routeInformationBox .progressBar .progress { width: 40%; height: 100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 1px 0 #0060ab;
	-moz-box-shadow: 0 1px 0 #0060ab;
	-webkit-box-shadow: 0 1px 0 #0060ab;
	background: #ecf6fc; /* Old browsers */
	background: -moz-linear-gradient(top,  #ecf6fc 0%, #b3d7f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecf6fc), color-stop(100%,#b3d7f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ecf6fc 0%,#b3d7f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ecf6fc 0%,#b3d7f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ecf6fc 0%,#b3d7f2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ecf6fc 0%,#b3d7f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf6fc', endColorstr='#b3d7f2',GradientType=0 ); /* IE6-9 */
}
#leftColOverlay .routeInformationBox .statusInfo { margin: 5px 0 0 0; font-size: 0.9em; text-shadow: 0 1px 0 #253b4b; }
#leftColOverlay .routeInformationBox .statusInfo #atdWrapper { font-size: 1.1em; }
#leftColOverlay .routeInformationBox .statusInfo #etaWrapper { font-size: 1.1em; }
#leftColOverlay .routeInformationBox .statusInfo #atdVal { font-weight: bold; }
#leftColOverlay .routeInformationBox .statusInfo #etaVal { font-weight: bold; }
#leftColOverlay .routeInformationBox .statusInfo span.small { font-size: 0.8em; }
#leftColOverlay .routeInformationBox .statusInfo span.blue { color: #c1eaff; }
#leftColOverlay ul.aircraftActions { height: 38px; background: #f9f9f9; position: relative;}
#leftColOverlay ul.aircraftActions li { box-shadow: 0 1px 1px #c0c0c0; -moz-box-shadow: 0 1px 1px #c0c0c0; -webkit-box-shadow: 0 1px 1px #c0c0c0; float: left; width: 55px; height: 100%; width: 25%; }
#leftColOverlay ul.aircraftActions li a { display: block; padding: 10px 15px; height: 18px; cursor: pointer; }
#leftColOverlay ul.aircraftActions li a:hover { background: #fcfcfc; }
#leftColOverlay ul.aircraftActions li a.disabled { cursor: default; }
#leftColOverlay ul.aircraftActions li a.disabled:hover { background: #f9f9f9; }
#leftColOverlay ul.aircraftActions li a span.icon { display: block; background: url('../images/userUI_sprite.png?14') -50px -464px no-repeat; }
#leftColOverlay ul.aircraftActions li a span.icon.route { width: 19px; height: 22px; background-position: -50px -464px; margin: 0 0 0 3px; }
#leftColOverlay ul.aircraftActions li a.disabled span.icon.route { background-position: -50px -487px; }
#leftColOverlay ul.aircraftActions li a.active span.icon.route { background-position: -50px -510px; }
#leftColOverlay ul.aircraftActions li a span.icon.center { width: 21px; height: 21px; background-position: -73px -464px; margin: 0 0 0 2px; }
#leftColOverlay ul.aircraftActions li a.active span.icon.center { background-position: -73px -510px; }
#leftColOverlay ul.aircraftActions li a span.icon.threeD { width: 24px; height: 17px; background-position: -97px -464px; margin: 2px 0 0 1px; }
#leftColOverlay ul.aircraftActions li a.disabled span.icon.threeD { background-position: -97px -487px; }
#leftColOverlay ul.aircraftActions li a span.icon.share { width: 23px; height: 19px; background-position: -125px -464px; margin: 0 0 0 2px; }
#leftColOverlay ul.aircraftActions li a.active span.icon.share { background-position: -125px -510px; }
#leftColOverlay table.aircraftInfoGrid { width: 100%; border-collapse: collapse; }
#leftColOverlay table.aircraftInfoGrid td { padding: 3px 6px; vertical-align: top; line-height: 1.1em; color: #666; border-left: 1px solid #dadada; border-bottom: 1px solid #dadada; }
#leftColOverlay table.aircraftInfoGrid tr.first td { padding-top: 5px; }
#leftColOverlay table.aircraftInfoGrid td span.strong { color: #333; font-weight: bold; font-size: 1.1em; line-height: 1.3em; }
#leftColOverlay table.aircraftInfoGrid tr td.iconContainer { width: 31px; background: #dadada; padding: 0; }
#leftColOverlay table.aircraftInfoGrid tr td.iconContainer span.icon { display: block; background: url('../images/userUI_sprite.png?14') -208px -464px no-repeat; }
#leftColOverlay table.aircraftInfoGrid tr td.iconContainer span.icon.aircraft { width: 23px; height: 26px; background-position: -208px -464px; margin: 8px 0 0 4px; }
#leftColOverlay table.aircraftInfoGrid tr td.iconContainer span.icon.cloud { width: 24px; height: 17px; background-position: -178px -464px; margin: 3px 0 0 4px; }
#leftColOverlay table.aircraftInfoGrid tr td.iconContainer span.icon.satellite { width: 20px; height: 27px; background-position: -153px -464px; margin: 1px 0 0 6px; }

#leftColOverlay .regLink { cursor: pointer; }

#notifications {
	width: 220px;
	position: absolute;
	z-index: 599;
	font-size: 0.9em;
	bottom: 28px;
	left: 230px;
}

#notifications .notify-msg {
	padding: 5px 10px;
	border-radius: 5px;
	color: #eee;
	border:0;
	margin-top: 10px;
	display: none;
}

#notifications .notify-msg a {
	color: #eee;
	text-decoration: underline;
}

#notifications .notify-msg a:hover {
	color: white;
}

#notifications .notify-msg button {
	float:right;
	background-color: #66aa00;
	border: 0;
	border-radius: 3px;
	font-size: 0.9em;
	color: #111;
	margin-top: 8px;
}

#notifications .notify-msg button:hover {
	background-color: #99FF00;
}

#notifications .showall-msg {
	cursor: pointer;
	background: #0060ab;
}

#notifications .cookielaw-msg {
	background: #222;
	padding-bottom: 1.2em;
}


.shareBoxWrapper { position: absolute; z-index: 1600; opacity: 0; visibility: 0;
	transition-duration: 0;
	transition-timing-function: linear, linear, cubic-bezier(0, 0, 0.265, 1.55);
	transition-property: visibility, opacity, transform;
	-moz-transition-duration: 0;
	-moz-transition-timing-function: linear, linear, cubic-bezier(0, 0, 0.265, 1.55);
	-moz-transition-property: visibility, opacity, transform;
	-webkit-transition-duration: 0;
	-webkit-transition-timing-function: linear, linear, cubic-bezier(0, 0, 0.265, 1.55);
	-webkit-transition-property: visibility, opacity, transform;
}
.shareBoxWrapper .shareBoxContent { background: #fff; padding: 5px; font-size: 0.9em; font-weight: bold; color: #444; display: block;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	box-shadow: 0 -1px 0 #CCCCCC inset, 0 1px 3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 -1px 0 #CCCCCC inset, 0 1px 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 -1px 0 #CCCCCC inset, 0 1px 3px rgba(0, 0, 0, 0.6);
}
.shareBoxWrapper span.arrow { width: 18px; height: 11px; display: block; position: relative; left: 50%; margin: -1px 0 0 -9px; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAALCAYAAAByF90EAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozNDhGMjZGQ0RCNDQxMUUyQUQ3RUQxNURDQjMwMzI4NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozNDhGMjZGRERCNDQxMUUyQUQ3RUQxNURDQjMwMzI4NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM0OEYyNkZBREI0NDExRTJBRDdFRDE1RENCMzAzMjg3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM0OEYyNkZCREI0NDExRTJBRDdFRDE1RENCMzAzMjg3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+113XYAAAAOhJREFUeNqckkEKglAURZ9RUEFBNGlU0NSWUAsQbBltpUFbKNpAEGpRCC5BcA+NGihBkxqEdh8+QeRX2oWDfv6758tHIqJmFEWr5M+EYbhkB6AOGAdBsK0q8X1/zV1xUBsMwczzvH1Zieu6O3Sm0mUHNUAfTMDccZzzL4llWUfMmkCXLjtIy8l0kZ0qSjTCnkpmqmQfJRwWlZHZtn34KOEXkaQLBI866IIBGOFSFzFiGMYG6wu4gjt48QFppSBSyPjknmzdQJSXyDxR/tMKyWSt7GdDnuDBEr4RVYG+yGoCJxYS1fBbgAEAjeE7g41wzuQAAAAASUVORK5CYII=') no-repeat; }
.shareBoxWrapper.scale-start { opacity: 0.1; transform: scale(0.8); -moz-transform: scale(0.8); -webkit-transform: scale(0.8); }
.shareBoxWrapper.scale-end { opacity: 1; transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); transition-duration: 0ms, 150ms, 150ms; -moz-transition-duration: 0ms, 150ms, 150ms; -webkit-transition-duration: 0ms, 150ms, 150ms; }
.shareBoxContent input.flightLink { width: 110px; margin-bottom: 5px; background: #f5f5f5; border: 0; font-size: 0.9em; color: #aaa; text-shadow: 0 1px 0 #fff; padding: 4px 5px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; box-shadow: inset 0 1px 2px #757575; -moz-box-shadow: inset 0 1px 2px #757575; -webkit-box-shadow: inset 0 1px 2px #757575; }
.shareBoxContent ul.buttons { }
.shareBoxContent ul.buttons li { float: left; margin-right: 3px; }
.shareBoxContent ul.buttons li.last { margin: 0; }
.shareBoxContent ul.buttons li a.button { width: 28px; height: 28px; display: block; background: url('../images/social_icons.png') 0 0 no-repeat; cursor: pointer; }
.shareBoxContent ul.buttons li a.button.twitter { background-position: 0 0; }
.shareBoxContent ul.buttons li a.button.facebook { background-position: -30px 0; }
.shareBoxContent ul.buttons li a.button.gplus { background-position: -60px 0; }
.shareBoxContent ul.buttons li a.button.email { background-position: -90px 0; }


#leftColOverlayHeader { background: #fff; -moz-border-radius: 0 5px 0 0; -webkit-border-radius: 0 5px 0 0; border-radius: 0 5px 0 0; }
#leftColOverlayHeader #headerTitle { color: #333; float: left; text-shadow: none; line-height: 27px; padding-left: 5px;  }
#leftColOverlayHeader a.close { width: 23px; height: 23px; background: url('../images/userUI_sprite.png?14') 0 -104px no-repeat; float: right; margin: 2px 2px 0 0; display: block; cursor: pointer; -moz-border-radius: 0 5px 0 0; -webkit-border-radius: 0 5px 0 0; border-radius: 0 5px 0 0; }
#leftColOverlayHeader a.followAircraft { width: 30px; height: 14px; background: url('../images/userUI_sprite.png?14') -24px -104px no-repeat; float: left; display: block; cursor: pointer; margin: 7px 2px 0 5px; }
#leftColOverlayHeader a.followAircraft.active { background-position: -24px -118px; }
#leftColOverlay #headerBottom { width: 210px; height: 9px; background: url(../images/leftColOverlayBottom.png) repeat-x; }
#leftColOverlay #leftColAircraftImage  { padding: 0 5px;  }
#leftColOverlay #leftColAircraftImage #aircraft-image-container { padding-bottom: 5px; }
#leftColOverlay #leftColAircraftImage img { min-height: 130px; }
#leftColOverlay #leftColAircraftImage img.sideView { cursor: pointer; }
#leftColOverlay .insetBox { background: #ccc; font-size: 0.8em; color: #fff; font-size: 0.8em; padding: 3px 5px; display: block; text-shadow: 0 -1px 0 #aaa; border: none; border-bottom: 1px solid #eee; -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.3); box-shadow: inset 0 1px 1px rgba(0,0,0,0.3); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
#leftColOverlay .flightdiaryHeader { background: url(../images/flightdiaryColorbar.png) no-repeat; padding: 5px 0 2px 2px; margin-top: 5px; }
#leftColOverlay p { padding: 3px; }

#leftColOverlay span.thickButtonContainer { padding-bottom: 4px; margin: 3px 0 3px 0; background: #226f98; box-shadow: 0 2px 0 #c3c3c3; -moz-box-shadow: 0 2px 0 #c3c3c3; -webkit-box-shadow: 0 2px 0 #c3c3c3; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;  }
#leftColOverlay a.thickButton { text-decoration: none; cursor: pointer; padding: 3px 6px 2px 6px; font-size: 0.87em; color: #fff; text-shadow: 0 1px 0 #0f69a5; box-shadow: inset 0 -1px 0 #74a9e1; -moz-box-shadow: inset 0 -1px 0 #74a9e1; -webkit-box-shadow: inset 0 -1px 0 #74a9e1; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #4aa1da; background: -moz-linear-gradient(top,#4dbbe4 0,#4892d5 100%); background: -ms-linear-gradient(top,#4dbbe4 0,#4892d5 100%); background: -o-linear-gradient(top,#4dbbe4 0,#4892d5 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4dbbe4),color-stop(100%,#4892d5)); background: -webkit-linear-gradient(top,#4dbbe4 0,#4892d5 100%); background: linear-gradient(to bottom,#4dbbe4 0,#4892d5 100%); }
#leftColOverlay a.thickButton:hover { padding-bottom: 3px;}
#leftColOverlay a.thickButton span.small { font-size: 0.85em; }

#leftColOverlay span.thickButtonContainer#fb-share { background: #1a4d83;  }
#leftColOverlay span.thickButtonContainer#fb-share a.thickButton { position: relative; padding-left: 18px; text-shadow: 0 1px 0 #0a345f; box-shadow: inset 0 -1px 0 #6582c3; -moz-box-shadow: inset 0 -1px 0 #6582c3; -webkit-box-shadow: inset 0 -1px 0 #6582c3; background: #3e78be; background: -moz-linear-gradient(top,#3e88c3 0,#3d6bb5 100%); background: -ms-linear-gradient(top,#3e88c3 0,#3d6bb5 100%); background: -o-linear-gradient(top,#3e88c3 0,#3d6bb5 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#3e88c3),color-stop(100%,#3d6bb5)); background: -webkit-linear-gradient(top,#3e88c3 0,#3d6bb5 100%); background: linear-gradient(to bottom,#3e88c3 0,#3d6bb5 100%); }
#leftColOverlay span.thickButtonContainer#fb-share a.thickButton span.icon { background: url('../images/share_fb.png') no-repeat; width: 7px; height: 12px; display: block; position: absolute; top: 4px; left: 6px; }

#leftColOverlay span.thickButtonContainer#tw-share { background: #1b8599;  }
#leftColOverlay span.thickButtonContainer#tw-share a.thickButton { position: relative; padding-left: 21px; text-shadow: 0 1px 0 #137082; box-shadow: inset 0 -1px 0 #72bde3; -moz-box-shadow: inset 0 -1px 0 #72bde3; -webkit-box-shadow: inset 0 -1px 0 #72bde3; background: #43bede; background: -moz-linear-gradient(top,#44d5e5 0,#3fb2cf 100%); background: -ms-linear-gradient(top,#44d5e5 0,#3fb2cf 100%); background: -o-linear-gradient(top,#44d5e5 0,#3fb2cf 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#44d5e5),color-stop(100%,#3fb2cf)); background: -webkit-linear-gradient(top,#44d5e5 0,#3fb2cf 100%); background: linear-gradient(to bottom,#44d5e5 0,#3fb2cf 100%); }
#leftColOverlay span.thickButtonContainer#tw-share a.thickButton span.icon { background: url('../images/share_twitter.png') no-repeat; width: 12px; height: 12px; display: block; position: absolute; top: 4px; left: 5px; }


#leftColOverlay #leftColOverlayAdContainer.ad_180 { height: 160px; }
#leftColOverlay #leftColOverlayAdContainer.ad_180 iframe { width: 180px; height: 150px; margin: 5px 0 0 22px; }
#leftColOverlay #leftColOverlayAdContainer.ad_0 { height: 0; }
#leftColOverlay #leftColOverlayAdContainer.ad_0 iframe { width: 0; height: 0; margin: 0; }
/*-------------------------------------------
    Map overlays
-------------------------------------------*/
.map-opacity-overlay { background: #000 url(../images/map-overlay-noise.png); }
.overlayBoxContainer { display: none; position: absolute; z-index: 510; right: 68px; width: 240px; }
.overlayBoxContainer .overlayBoxArrow { position: absolute; z-index: 2; width: 6px; height: 8px; background: url(../images/overlayBoxArrow.png) no-repeat; margin-top: 10px; }
.overlayBoxContainer .overlayBoxContent { position: absolute; z-index: 1; left: 6px; width: 214px; background: #fff; padding: 6px 10px; -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.6); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.6); box-shadow: 0 1px 4px rgba(0,0,0,0.6); -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: linear-gradient(top, rgb(255,255,255) 0%, rgb(223,223,223) 100%); background: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(223,223,223) 100%); background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(223,223,223) 100%); background: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(223,223,223) 100%); background: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(223,223,223) 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(223,223,223))); }
.overlayBoxClose { position: absolute; z-index: 3; width: 23px; height: 23px; display: block; cursor: pointer; right: -6px; top: -6px; background: url('../images/userUI_sprite.png?14') 0 -104px no-repeat; }
.overlayBoxContainer h2, .overlayBoxContainer h3, .overlayBoxContainer h4 { color: #333; text-shadow: 0 1px 0 #fff; }
.overlayBoxContainer p { font-size: 0.95em; }

.selectContainer { position: relative; -moz-box-shadow: inset 0 1px 1px #000; -webkit-box-shadow: inset 0 1px 1px #000; box-shadow: inset 0 1px 1px #000; border-bottom: 1px solid #fff; background: #3f3f3f; background: linear-gradient(top, rgb(63,63,63) 0%, rgb(56,56,56) 100%); background: -o-linear-gradient(top, rgb(63,63,63) 0%, rgb(56,56,56) 100%); background: -moz-linear-gradient(top, rgb(63,63,63) 0%, rgb(56,56,56) 100%) #333; background: -webkit-linear-gradient(top, rgb(63,63,63) 0%, rgb(56,56,56) 100%); background: -ms-linear-gradient(top, rgb(63,63,63) 0%, rgb(56,56,56) 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(63,63,63)),color-stop(1, rgb(56,56,56))); -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.selectContainer .arrow { position: absolute; z-index: 1; top: 2px; right: 0; width: 14px; height: 21px; line-height: 20px; padding-left: 6px; background: #333; border-left: 1px solid #313132; -moz-border-radius: 0 3px 3px 0; -webkit-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; }
.selectContainer select { position: relative; z-index: 2; color: #fff; font-size: 0.75em; height: 23px; padding: 4px 25px 5px 5px; background: none; border: none; -moz-appearance: window; -webkit-appearance: none; }

#logoTrans { position: absolute; z-index: 494; top: 5px; left: 10px; width: 183px; height: 42px; display: block; background: url('../images/userUI_sprite.png?14') 0 -415px no-repeat; }
#logoTrans.small { background: url('../images/logo_trans_small.png') 0 0 no-repeat; width: 154px; height: 39px; }
#appStore { position: absolute; z-index: 495; bottom: 70px; right: 5px; width: 135px; height: 39px; display: block; background: url('../images/apps/app_store_small.png?8') no-repeat; }
#appStore.small { background-size: 81px 23px; width: 81px; height: 23px; bottom: 50px; }
#googlePlay { position: absolute; z-index: 496; bottom: 20px; right: 5px; width: 135px; height: 47px; display: block; background: url('../images/apps/google_play_small.png?8') no-repeat; }
#googlePlay.small { background-size: 81px 28px; width: 81px; height: 28px; }


#responsiveBottomPanel { position: absolute; z-index: 600; right: 0px; bottom: 28px; border-radius: 8px 0px 0px 8px; border: 8px solid #222; border-right:0px}

#responsiveBottomPanel #bottomRightPanelAdContainer {  overflow: hidden; background-color: #1F1F1F; text-align: right; position: absolute; bottom: 0px; right: 0px; width: 468px; height: 60px; display: block; }


#responsiveBottomPanel .remove-ads-link { display:none; position:absolute; right: 4px; font-size: 0.9em; color: #b7b7b7; }
#responsiveBottomPanel .remove-ads-link a { font-size: 1.0em; display: inline-block; color: #b7b7b7; font-weight: normal;  white-space: nowrap;}
#responsiveBottomPanel .remove-ads-link a:hover { color: white; }
#responsiveBottomPanel .remove-ads-link div.countdown-text { width: 12em; text-align:center }

#responsiveBottomPanel .remove-ads-link .tab-shim {
	width: 1em;
	height: 6px;
	background-color: #222;
	position:absolute;
	left: -1em;
	bottom: -6px;
}

#responsiveBottomPanel .remove-ads-link hr {
	margin: 2px 0 2px 0;
	border: 0;
	border-top: 1px dashed #333;
}

.noads .noads_msg {
	background-color:white;
	position: relative;
	color: black;
	height: 100%;
	width: 100%;
	text-align: center;
}

.noads .noads_msg div {
	width: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}



.noads .noads_msg div p {
 	padding: 3px 14px;
 	font-size: 1.0em;
}

#bottomRightPanelAdContainer .noads_msg div p {
	padding: 0 6px;
	font-size: 0.8em;
}


#leftColOverlayAdContainer {  overflow: hidden; text-align: center; width: 225px; height: 0px; background: #fff; position: absolute; bottom: 0; margin-bottom: 5px; }

@media only screen and (min-height: 641px) {
	#leftColOverlayAdContainer { height: 31px; }
}

@media only screen and (min-height: 665px) {
	#leftColOverlayAdContainer { height: 60px; }
}

@media only screen and (min-height: 755px) {
	#leftColOverlayAdContainer { height: 150px; }
}

@media only screen and (max-height: 710px) {
	#latestTwitterContainer div:nth-child(2) { display: none; }
}

@media only screen and (max-height: 765px) {
	#latestTwitterContainer div:nth-child(3) { display: none; }
}

@media only screen and (min-height: 805px) {
	#leftColOverlayAdContainer { height: 200px; }
}

@media only screen and (min-height: 1205px) {
	#leftColOverlayAdContainer { height: 600px; }
}

@media only screen and (max-width: 449px) {
	#responsiveBottomPanel, #responsiveBottomPanel #bottomRightPanelAdContainer { width:320px; height: 50px; right:0; }
	#responsiveBottomPanel .remove-ads-link { bottom: 58px; }
	#bottomRightPanelAdContainer .noads_msg div p { padding: 2px 6px; }
}

@media only screen and (min-width: 450px) {
	#responsiveBottomPanel, #responsiveBottomPanel #bottomRightPanelAdContainer { width:234px; height: 60px; }
	#responsiveBottomPanel .remove-ads-link { bottom: 68px; }
}


@media only screen and (min-width: 534px) {
	#responsiveBottomPanel, #responsiveBottomPanel #bottomRightPanelAdContainer { width:320px; height: 50px; }
	#responsiveBottomPanel .remove-ads-link { bottom: 58px; }
	#bottomRightPanelAdContainer .noads_msg div p { font-size: 0.9em;}
}

@media only screen and (min-width: 680px) {
	#responsiveBottomPanel, #responsiveBottomPanel #bottomRightPanelAdContainer { width:468px; height: 60px; }
	#responsiveBottomPanel .remove-ads-link { bottom: 68px; }

}

@media only screen and (min-width: 944px) {
	#responsiveBottomPanel, #responsiveBottomPanel #bottomRightPanelAdContainer { width: 728px; height: 90px; }
	#responsiveBottomPanel .remove-ads-link { bottom: 98px; }
	#bottomRightPanelAdContainer .noads_msg div p { font-size: 1.2em; padding: 0 14px;}
}

@media only screen  and (min-width : 1024px), only screen and (max-width : 1023px) {
    div#playbackTimelineContainer { width: 500px; }
    div#playbackStatus{width: 70px;}
    div#playbackControlsOverlay { margin-left: -314px !important; }
}

@media only screen and (min-width: 1200px) {
    div#playbackTimelineContainer { width: 600px; }
    div#playbackStatus{width: auto;}
}

@media only screen  and (min-width : 1575px) {
    div#playbackTimelineContainer { width: 800px; }
    div#playbackStatus{width: auto;}
}

/* iPads (portrait and landscape) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    div#playbackControlsOverlay { bottom: 120px !important; }
}

@media only screen and (max-width: 550px) {
	div#notifications { left: 10px; }
}
@media only screen and (max-width: 1200px) {
	div#notifications { bottom: 140px; }
}

/* Fix for ie device widths */
@media only screen {
    @-ms-viewport { width: device-width; }
}

.noads_gfx {
	background: transparent url('../images/ad_block_placeholder.png') no-repeat center bottom;
}

/*
@media screen and (orientation: portrait) {
	#responsiveBottomPanel #bottomRightPanelAdContainer { background-color: green;	height: 600px; width: 120px; right: 3px; bottom: 46px; }
	#responsiveBottomPanel #apppage_badge { right: 135px; }
	#responsiveBottomPanel a#noads_badge { bottom: 0; }
	#responsiveBottomPanel #planecolor_badge { bottom: 650px;right: 2px; }
}*/

div#showRouteExitOverlay { position: absolute; text-align: center; bottom: 30px; width: 85px; left: 50%; margin-left: 20px; z-index: 1512; background: #fff; padding: 8px 10px; -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6); -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6); box-shadow: 0 1px 5px rgba(0,0,0,0.6); -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: linear-gradient(top, rgb(255,255,255) 0%, rgb(223,223,223) 100%); background: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(223,223,223) 100%); background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(223,223,223) 100%); background: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(223,223,223) 100%); background: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(223,223,223) 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(223,223,223))); }
div#showRouteExitOverlay input { height: 3em; padding: 0 2em; }

div#playbackControlsOverlay { position: absolute; top: auto; bottom: 30px; left: 50%; margin-left: -345px; z-index: 499; background: #fff; padding: 6px 10px; -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6); -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6); box-shadow: 0 1px 5px rgba(0,0,0,0.6); -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: linear-gradient(top, rgb(255,255,255) 0%, rgb(223,223,223) 100%); background: -o-linear-gradient(top, rgb(255,255,255) 0%, rgb(223,223,223) 100%); background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(223,223,223) 100%); background: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(223,223,223) 100%); background: -ms-linear-gradient(top, rgb(255,255,255) 0%, rgb(223,223,223) 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(223,223,223))); min-width: 500px;}
div#playbackControlsOverlay ul li { float:left; padding: 5px; margin: 0 2px; border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px; background: #f2f2f2; background: linear-gradient(top, #ddd 0%, #eee 100%); background: -o-linear-gradient(top, #ddd 0%, #eee 100%); background: -moz-linear-gradient(top, #ddd 0%, #eee 100%); background: -webkit-linear-gradient(top, #ddd 0%, #eee 100%); background: -ms-linear-gradient(top, #ddd 0%, #eee 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ddd),color-stop(1, #eee));}
div#playbackControlsOverlay ul li.none { background: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; padding: 0; }
div#playbackControlsOverlay li.last button.playbackButton, div#playbackControlsOverlay li.first button.playbackButton { padding: 2px; }
div#playbackControlsOverlay li.last, div#playbackControlsOverlay li.first { margin: 3px 5px; }
div#playbackControlsOverlay button.playbackButton { border: 0; padding: 6px; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; box-shadow: 0 0 1px #aaa, 0 1px 1px #555, inset 0 2px 1px rgba(255,255,255,0.6); -moz-box-shadow: 0 0 1px #aaa, 0 1px 1px #555, inset 0 2px 1px rgba(255,255,255,0.6); -webkit-box-shadow: 0 0 1px #aaa, 0 1px 1px #555, inset 0 2px 1px rgba(255,255,255,0.6); background: #f2f2f2; background: linear-gradient(top, #f2f2f2 0%, #c4c4c4 100%); background: -o-linear-gradient(top, #f2f2f2 0%, #c4c4c4 100%); background: -moz-linear-gradient(top, #f2f2f2 0%, #c4c4c4 100%); background: -webkit-linear-gradient(top, #f2f2f2 0%, #c4c4c4 100%); background: -ms-linear-gradient(top, #f2f2f2 0%, #c4c4c4 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f2f2f2),color-stop(1, #c4c4c4));}
div#playbackControlsOverlay button.playbackButton:active, div#playbackControlsOverlay button.playbackButton:disabled { box-shadow: inset 0 1px 1px #555, 0 1px 0 #fff; -moz-box-shadow: inset 0 1px 1px #555, 0 1px 0 #fff; -webkit-box-shadow: inset 0 1px 1px #555, 0 1px 0 #fff; }
div#playbackControlsOverlay button img { border: 0; width: 10px; height: 11px; display: block; background: url(../images/playbackControls.png) no-repeat; }
div#playbackControlsOverlay button img.play { background-position: 0 0; }
div#playbackControlsOverlay button img.pause { background-position: -11px 0; }
div#playbackControlsOverlay button img.stop { background-position: -22px 0; }
div#playbackControlsOverlay button img.fwd { background-position: -33px 0; }
div#playbackControlsOverlay button img.rwd { background-position: -44px 0; }
div#playbackControlsOverlay button:disabled img.play { background-position:  0 -22px; }
div#playbackControlsOverlay button:disabled img.fwd { background-position: -33px -22px; }
div#playbackControlsOverlay button:disabled img.rwd { background-position: -44px -22px; }

#playbackOverlay { top: 125px; }

div#playbackControls { display: inline; }
div#playbackControls button { padding: 0 0.3em; height: 2em; font-size: 0.85em; border-radius: 0px; margin: 6px 0 0 0px; }
div#playbackControls button.first { border-radius: 3px 0 0 3px; }
div#playbackControls button.last { border-radius: 0 3px 3px 0; border-left: none; }
div#playbackControls button.middle { border-left: none; }
div#playbackControls button img { border: 0; width: 10px; height: 11px; display: block; background: url(../images/playbackControls.png) no-repeat; }
div#playbackControls button img.play { background-position: 0 0; }
div#playbackControls button img.pause { background-position: -11px 0; }
div#playbackControls button img.stop { background-position: -22px 0; }
div#playbackControls button img.fwd { background-position: -33px 0; }
div#playbackControls button img.rwd { background-position: -44px 0; }

div#playbackControls button:hover img.play { background-position:  0 -11px; }
div#playbackControls button:hover img.pause { background-position: -11px -11px; }
div#playbackControls button:hover img.stop { background-position: -22px -11px; }
div#playbackControls button:hover img.fwd { background-position: -33px -11px; }
div#playbackControls button:hover img.rwd { background-position: -44px -11px; }

div#playbackControls button:disabled img.play { background-position:  0 -22px; }
div#playbackControls button:disabled img.fwd { background-position: -33px -22px; }
div#playbackControls button:disabled img.rwd { background-position: -44px -22px; }

div#saveViewOverlay { top: 90px; right: 60px; left: auto; width: 198px; }
div#saveViewOverlay .overlayBoxContent { left: 0; top: 6px; width: 170px; }
div#saveViewOverlay .overlayBoxContent #saveViewContent,
div#saveViewOverlay .overlayBoxContent #listViewsContent { background-color: transparent; }
div#saveViewOverlay .overlayBoxContent h5.pull-left { margin-top: 7px; margin-bottom: 15px; }
div#saveViewOverlay .overlayBoxArrow { margin-top: 0; margin-left: 90px; width: 8px; height: 6px; background: url(../images/overlayBoxArrow_vertical.png) no-repeat; }
div#saveViewOverlay .overlayBoxClose { right: 0; top: 0; }
div#saveViewOverlay input.viewName { margin-bottom: 10px; border: 1px solid #ccc; padding: 5px 8px; width: 100%; font-size: 1.05em; box-shadow: inset 0 1px 1px #eee, 0 1px 0 #fff; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
div#saveViewOverlay input.viewName:focus { border-color: #aaa; }
div#saveViewOverlay ul.viewList li { margin: 5px 0; }
div#saveViewOverlay ul.viewList li input.viewName { float: left; width: 100px; }
div#saveViewOverlay ul.viewList li input.viewName.loading { background: url('../images/loading_16_3.gif') no-repeat 95% center #fff; color: #ddd; }
div#saveViewOverlay ul.viewList li a.deleteView { float: left; background: url('../images/cross_16.png') no-repeat; width: 16px; height: 16px; display: block; cursor: pointer; margin: 6px 5px 0 0; }
div#saveViewOverlay ul.viewList li a.moveUp { float: left; background: url('../images/arrow_up.png') no-repeat; width: 10px; height: 16px; display: block; cursor: pointer; margin: 6px 5px 0 0; }
div#saveViewOverlay ul.viewList li a.moveDown { float: left; background: url('../images/arrow_down.png') no-repeat; width: 10px; height: 16px; display: block; cursor: pointer; margin: 6px 5px 0 0; }

/*-------------------------------------------
    General styles
-------------------------------------------*/

.lightNoise { background: url('../images/bg_noise.png'); }

.standardButton { margin: 0; cursor: pointer; color: #333; font-weight: bold; box-shadow: inset 0 0 1px #fff, 0 1px 0 #fff; -moz-box-shadow: inset 0 0 1px #fff, 0 1px 0 #fff; -webkit-box-shadow: inset 0 0 1px #fff, 0 1px 0 #fff; text-shadow: 0 1px 0 #fff; padding: 0 0.8em; height: 2.1em; border: 1px solid #a3a3a3; border-bottom: 1px solid #888; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; background: #eee; background: -moz-linear-gradient(top,#fefefe 0,#e0e0e0 100%); background: -ms-linear-gradient(top,#fefefe 0,#e0e0e0 100%); background: -o-linear-gradient(top,#fefefe 0,#e0e0e0 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fefefe),color-stop(100%,#e0e0e0)); background: -webkit-linear-gradient(top,#fefefe 0,#e0e0e0 100%); background: linear-gradient(to bottom,#fefefe 0,#e0e0e0 100%); }
.standardButton:hover { box-shadow: inset 0 0 1px #fff, 0 1px 0 #f0f0f0, 0 1px 2px rgba(0,0,0,0.15); -moz-box-shadow: inset 0 0 1px #fff, 0 1px 0 #f0f0f0, 0 1px 2px rgba(0,0,0,0.15); -webkit-box-shadow: inset 0 0 1px #fff, 0 1px 0 #f0f0f0, 0 1px 2px rgba(0,0,0,0.15); border: 1px solid #888; }
.standardButton:active { box-shadow: 0 2px 2px rgba(0,0,0,0.1) inset, 0 2px 1px rgba(0, 0, 0, 0.1); background: #e6e6e6; background: -moz-linear-gradient(top,#e6e6e6 0,#dcdcdc 100%); background: -ms-linear-gradient(top,#e6e6e6 0,#dcdcdc 100%); background: -o-linear-gradient(top,#e6e6e6 0,#dcdcdc 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e6e6e6),color-stop(100%,#dcdcdc)); background: -webkit-linear-gradient(top,#e6e6e6 0,#dcdcdc 100%); background: linear-gradient(to bottom,#e6e6e6 0,#dcdcdc 100%);}
.standardButton:disabled { color: #999; }

ul.rows { color: #333; font-size: 0.9em; text-shadow: 0 1px 0 #fff; }
ul.rows .dark { background: #e0e0e0; }
ul.rows p { padding: 3px 6px; margin: 0; }
ul.rows a { color: #333; text-decoration: underline; }
ul.rows .small { font-size: 0.85em; }

div.aircraft-image-overlay { position: absolute; width: 100%; background: rgba(0,0,0,0.4); bottom: 0; text-align: right; color: #eee; font-size: 0.6em; text-transform: uppercase; padding: 2px 0; text-shadow: 0 1px 0 #333; }
div.aircraft-image-overlay span { padding-right: 5px; }

table { border-collapse: collapse; }
table tr th { text-align: left; padding: 2px 3px; text-shadow: 0 1px 0 #fff; }
table tr td { padding: 3px 5px; font-size: 0.9em; }
table tr.odd td, table tr.dark td { background: #e0e0e0; }

#content-container { position: absolute; z-index: 494; width: 100% !important;  height: 100%; } /* min-width: 1024px; */
#content { margin: 0 auto; width: 960px; }

#map_canvas { width: 100%; height: 100%; }

#disable-page-text { width: 100%; padding-top: 100px; position: absolute; z-index: 1901; display: none; text-align: center; color: #fff; }
#disable-page-text h1 { color: #fff; text-shadow: 0 0 5px #000; }
#disable-page-text a { color: #fff; text-decoration: underline; }

.airport_marker { position: absolute; z-index: -1; width: 12px; height: 11px; background: url(../images/airport-marker.png) no-repeat; cursor: help; }
.aircraft_marker { position: absolute; cursor: pointer; }

.aircraft_label_container { margin: -28px 0 0 -22px; position: relative; z-index: 400; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none;-moz-user-select: none;-ms-user-select: none; user-select: none;}
.gm-style div .aircraft_label, .aircraft_label { width: 65px; background: #fff; color: #333; padding: 3px 0; text-align: center; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; font-size: 11px; font-weight: bold; font-family: "Helvetica Neue",Arial,sans-serif; box-shadow: inset 0 -1px 0 #ccc, 0 1px 3px rgba(0, 0, 0, 0.6); -moz-box-shadow: inset 0 -1px 0 #ccc, 0 1px 3px rgba(0, 0, 0, 0.6); -webkit-box-shadow: inset 0 -1px 0 #ccc, 0 1px 3px rgba(0, 0, 0, 0.6); }
.aircraft_label_bottom { width: 10px; height: 7px; background: url('../images/tooltipArrow.png') no-repeat; margin: -1px 0 0 27px; }
.aircraft_marker .temporary_label { font-size: 0.8em; color: #fff; text-shadow: 0 1px 0 #000; padding: 3px 0 0 25px; position: absolute; top: 0; }

.marker_label { white-space: nowrap; hyphens:none; border-radius: 3px; -moz-hyphens: none; -ms-hyphens:none; -webkit-hyphens: none; font-size: 10.9px; font-family: "Helvetica Neue",Arial,sans-serif; color: #fff; text-shadow: 0 1px 0 #000; position: absolute; line-height: 110%; background: rgba(0,0,0,.2); border: 1px solid rgba(0,0,0,0.15); padding: 2px 3px; }

.min-width { width: 100% !important; min-width: 1024px; }


.left { float: left; }
.right { float: right; }
img { border: 0; }
a:focus { outline: 0; }
.clear { clear: both; }
.clearRight { clear: right; }
.clearLeft { clear: left; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.no-margin { margin: 0; }
p { margin: 0; }

.block { display: block; }

input { margin: 0; outline: 0; }
form { margin: 0; padding: 0; }
.input-grey { color: #ccc; background: #fff; border: 1px solid #ccc; font-size: 1em; padding: 3px 5px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
.black-submit { background: url(../images/interface-sprite.png) 0 -196px repeat-x #bfbfbf; padding: 2px 7px; border: 0; text-shadow: 0 1px 0 #fff; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
.black-submit:disabled { color: #aaa; }
.black-submit:active { color: #fff; text-shadow: 0 1px 0 #000; }

input.input-white { background: #fff; border: 1px solid #999999; padding: 4px; color: #333; font-size: 0.9em; -moz-box-shadow: inset 2px 2px 2px #e1e1e1; -webkit-box-shadow: inset 2px 2px 2px #e1e1e1; box-shadow: inset 2px 2px 2px #e1e1e1; width: 200px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; outline: none; }
input#search-callsign { background: url(../images/search-icon.png) 2px 1px no-repeat #fff; border: 1px solid #999999; padding: 3px 5px 3px 23px; color: #333; font-size: 0.9em; -moz-box-shadow: inset 2px 2px 2px #e1e1e1; -webkit-box-shadow: inset 2px 2px 2px #e1e1e1; box-shadow: inset 2px 2px 2px #e1e1e1; width: 200px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; outline: none; }

input[type="checkbox"] { background: transparent; border: 0; }

h1 { margin: 0; color: #333; text-shadow: 0 1px 0 #fff; }
h3 { margin: 0; color: #333f; text-shadow: 0 1px 0 #fff; }
h4 { margin: 0; color: #333; text-shadow: 0 1px 0 #fff; }
h5 { margin: 0; color: #333; text-shadow: 0 1px 0 #fff; }

div.content-category { background: url(../images/leftColOverlay_bg.png); color: #333; margin: 5px 5px 10px 0; padding: 12px 15px; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
div.content-category .separator-x { height: 0; border-top: 1px solid #dcdcdc; border-bottom: 1px solid #fff; margin: 10px 0; }
div.content-category .radio-buttons { font-size: 0.9em; }
div.content-category .radio-buttons input { margin: 0px 3px 0 0; background: none; }
div.content-category a { color: #333; text-decoration: underline; }

.opacity_0 { filter:alpha(opacity=0); -moz-opacity: 0; opacity: 0; }
.opacity_100 { filter:alpha(opacity=100); -moz-opacity: 1; opacity: 1; }
.opacity_80 { filter:alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8; }

/*-------------------------------------------
    Dynamic overlays
-------------------------------------------*/

div#mapDynamicOverlays {  }
div#mapDynamicOverlays div.dynamicOverlay { position: fixed; top:0; bottom: 0; left: 0; right: 0; z-index: 1103; display: none; }
div#mapDynamicOverlays div.dynamicOverlay.active { display: block; }

/*-------------------------------------------
    Airport page
-------------------------------------------*/

#section-airport .sectionContainer { margin-top: 20px; }

div.dynamicOverlay div.header { width: 1000px; margin: 0 auto; padding-top: 6px;}
div.dynamicOverlay div.header div.left { margin-top: 4px; }
div.dynamicOverlay div.header h1 { color: #fff; font-size: 2.2em; text-shadow: 0 0 10px #000; display: inline; }
div.dynamicOverlay div.header h1 span.name { font-weight: normal; }
div.dynamicOverlay div.header h3 { color: #fff; font-size: 1.4em; text-shadow: 0 0 10px #000; font-weight: normal; display: inline; margin-left: .3em; }
div.dynamicOverlay div.header a.close { display: block; width: 41px; height: 42px; cursor: pointer; background: url('../images/airportInfo_sprite.png') no-repeat -414px -1px; }

div.dynamicOverlay div.shadowContainer { box-shadow: 0 5px 45px 10px #000000; -moz-box-shadow:0 5px 45px 10px #000000; -webkit-box-shadow: 0 5px 45px 10px #000000; }

#section-airport div.airportInfoContainer { background: url('../images/airportInfo_bg.png'); margin-top: 8px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04); }
#section-airport div.airportInfo { width: 1000px; margin: 0 auto; color: #fff; padding-bottom: 50px; }
#section-airport div.airportInfo h4 { color: #fff; text-shadow: 0 1px 0 #000; font-size: .87em; }
#section-airport div.airportInfo h5 { color: #999; text-shadow: 0 1px 0 #000; font-size: .8em; font-weight: normal; }
#section-airport div.airportInfo div.insetBox { background: #111; margin: 3px 5px 0 0; padding: 5px; box-shadow: inset 0 2px 2px #000, 0 1px 0 #333; -moz-box-shadow: inset 0 2px 2px #000, 0 1px 0 #333; -webkit-box-shadow: inset 0 2px 2px #000, 0 1px 0 #333; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;  }

#section-airport div.airportInfo .clockContainer { padding: 8px 0; margin-right: 20px; }
#section-airport div.airportInfo .clockContainer .insetBox { height: 44px; }
#section-airport div.airportInfo .clockContainer .insetBox.last { margin-right: 0;}
#section-airport div.airportInfo .clockContainer .digitContainer span { background: url('../images/airportInfo_sprite.png') no-repeat 0 0; width: 31px; height: 44px; float: left; display: block; }
#section-airport div.airportInfo .clockContainer .digitContainer span.digit-0 { background-position: -1px -283px; }
#section-airport div.airportInfo .clockContainer .digitContainer span.digit-1 { background-position: -33px -283px; }
#section-airport div.airportInfo .clockContainer .digitContainer span.digit-2 { background-position: -65px -283px; }
#section-airport div.airportInfo .clockContainer .digitContainer span.digit-3 { background-position: -97px -283px; }
#section-airport div.airportInfo .clockContainer .digitContainer span.digit-4 { background-position: -129px -283px; }
#section-airport div.airportInfo .clockContainer .digitContainer span.digit-5 { background-position: -161px -283px; }
#section-airport div.airportInfo .clockContainer .digitContainer span.digit-6 { background-position: -193px -283px; }
#section-airport div.airportInfo .clockContainer .digitContainer span.digit-7 { background-position: -225px -283px; }
#section-airport div.airportInfo .clockContainer .digitContainer span.digit-8 { background-position: -257px -283px; }
#section-airport div.airportInfo .clockContainer .digitContainer span.digit-9 { background-position: -289px -283px; }

#section-airport div.airportInfo .weatherContainer { padding: 8px 0; margin-right: 15px; }
#section-airport div.airportInfo .weatherContainer .insetBox { height: 51px; padding: 0 40px 3px 3px; position: relative; }
#section-airport div.airportInfo .weatherContainer span.metar { display: none; color: #666; font-size: .75em; position: absolute; left: 6px; bottom: 3px; }
ul.weatherWidget { }
ul.weatherWidget li { float: left; font-size: 0.86em; text-shadow: 0 1px 0 #000; }
ul.weatherWidget li.text { padding: 10px 0 0 8px; }
ul.weatherWidget li.text span.large { font-size: 1.65em; font-weight: bold; line-height: 1em; }
ul.weatherWidget span.weatherSymbol { background: url('../images/airportInfo_sprite.png') no-repeat 0 0; width: 0px; height: 0px; display: block; }
ul.weatherWidget span.weatherSymbol.clear { background-position: -2px -165px; width: 50px; height: 50px; }
ul.weatherWidget span.weatherSymbol.cloudy { background-position: -57px -165px; width: 48px; height: 46px; }
ul.weatherWidget span.weatherSymbol.overcast { background-position: -112px -174px; width: 44px; height: 31px; margin: 10px 0 0 6px; }
ul.weatherWidget span.weatherSymbol.drizzle { background-position: -165px -171px; width: 44px; height: 36px; margin: 7px 0 0 6px; }
ul.weatherWidget span.weatherSymbol.fog { background-position: -215px -167px; width: 48px; height: 42px; margin: 3px 0 0 3px }
ul.weatherWidget span.weatherSymbol.rain { background-position: -275px -170px; width: 44px; height: 43px; margin: 6px 0 0 6px; }
ul.weatherWidget span.weatherSymbol.snow { background-position: -327px -169px; width: 40px; height: 45px; margin: 6px 0 0 6px; }
ul.weatherWidget span.weatherSymbol.thunder { background-position: -379px -172px; width: 44px; height: 43px; margin: 6px 0 0 6px; }
ul.weatherWidget span.weatherSymbol.clear.night { background-position: -2px -215px; }
ul.weatherWidget span.weatherSymbol.cloudy.night { background-position: -57px -215px; }
ul.weatherWidget span.weatherSymbol.overcast.night { background-position: -112px -224px; }
ul.weatherWidget span.weatherSymbol.drizzle.night { background-position: -165px -221px; }
ul.weatherWidget span.weatherSymbol.fog.night { background-position: -215px -217px; }
ul.weatherWidget span.weatherSymbol.rain.night { background-position: -275px -220px; }
ul.weatherWidget span.weatherSymbol.snow.night { background-position: -327px -219px; }
ul.weatherWidget span.weatherSymbol.thunder.night { background-position: -379px -222px; }
ul.weatherWidget span.windSymbol { background: url('../images/airportInfo_sprite.png') no-repeat 0 0; width: 0px; height: 0px; display: block; margin: 6px 0 0 20px; }
ul.weatherWidget span.windSymbol.calm { background-position: -121px -116px; width: 24px; height: 41px; }
ul.weatherWidget span.windSymbol.mod { background-position: -151px -116px; width: 29px; height: 41px; }
ul.weatherWidget span.windSymbol.strong { background-position: -191px -116px; width: 35px; height: 41px; }

#section-airport div.airportInfo .separator { width: 15px; height: 90px; display: block; margin: 0 8px 0 0; background: url('../images/airportInfo_sprite.png') no-repeat -395px -3px; }

#section-airport div.airportInfo .delaysContainer { padding: 8px 0; }
#section-airport div.airportInfo .delaysContainer .arrChart { margin-right: 20px; }
#section-airport div.airportInfo .delaysContainer .donutChart { background: #3d3d3d; width: 54px; height: 54px; float: left; position: relative; margin-top: 3px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
#section-airport div.airportInfo .delaysContainer .donutChart .donutProgress { width: 100%; height: 100%; position: absolute; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; clip: rect(0px, 54px, 54px, 27px); -moz-clip: rect(0px, 54px, 54px, 27px); -webkit-clip: rect(0px, 54px, 54px, 27px); }
#section-airport div.airportInfo .delaysContainer .donutChart.rev .donutProgress { clip: rect(0px, 27px, 54px, 0px); -moz-clip: rect(0px, 27px, 54px, 0px); -webkit-clip: rect(0px, 27px, 54px, 0px); }
#section-airport div.airportInfo .delaysContainer .donutChart .donutProgress .donutFill { width: 100%; height: 100%; position: absolute; background: #fff; transform: rotate(180deg); border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; clip: rect(0px, 27px, 54px, 0px); -moz-clip: rect(0px, 27px, 54px, 0px); -webkit-clip: rect(0px, 27px, 54px, 0px); }
#section-airport div.airportInfo .delaysContainer .donutChart.rev .donutProgress .donutFill { clip: rect(0px, 54px, 54px, 27px); -moz-clip: rect(0px, 54px, 54px, 27px); -webkit-clip: rect(0px, 54px, 54px, 27px); }
#section-airport div.airportInfo .delaysContainer .donutChart .donutInner { width: 46px; height: 46px; background: url("../images/airportInfo_bg.png"); text-align: center; line-height: 2.5em; font-size: 1.45em; font-weight: bold; text-shadow: 0 1px 0 #000; position: absolute; top: 4px; left: 4px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
#section-airport div.airportInfo .delaysContainer span.name { float: left; font-size: .9em; margin: 41px 0 0 3px; text-shadow: 0 1px 0 #000; }
#section-airport div.airportInfo .delaysContainer span.name.green { color: #7bd686; }
#section-airport div.airportInfo .delaysContainer span.name.yellow { color: #fbbe29; }
#section-airport div.airportInfo .delaysContainer span.name.red { color: #f85151; }

#section-airport div.airportInfo .delaysContainer .donutChart.green .donutProgress .donutFill { background: #71d07d; }
#section-airport div.airportInfo .delaysContainer .donutChart.green.rev .donutProgress .donutFill { background: #3d3d3d; }
#section-airport div.airportInfo .delaysContainer .donutChart.green.rev { background: #71d07d; }
#section-airport div.airportInfo .delaysContainer .donutChart.green .donutInner { color: #7bd686; }
#section-airport div.airportInfo .delaysContainer .donutChart.yellow .donutProgress .donutFill { background: #f1b011; }
#section-airport div.airportInfo .delaysContainer .donutChart.yellow.rev .donutProgress .donutFill { background: #3d3d3d; }
#section-airport div.airportInfo .delaysContainer .donutChart.yellow.rev { background: #f1b011; }
#section-airport div.airportInfo .delaysContainer .donutChart.yellow .donutInner { color: #fbbe29; }
#section-airport div.airportInfo .delaysContainer .donutChart.red .donutProgress .donutFill { background: #ec4646; }
#section-airport div.airportInfo .delaysContainer .donutChart.red.rev .donutProgress .donutFill { background: #3d3d3d; }
#section-airport div.airportInfo .delaysContainer .donutChart.red.rev { background: #ec4646; }
#section-airport div.airportInfo .delaysContainer .donutChart.red .donutInner { color: #f85151; }

#section-airport div.airportInfo .flightdiaryContainer .commentContainer { margin-right: 15px; }
#section-airport div.airportInfo .flightdiaryContainer .infoContainer { width: 95px; }
#section-airport div.airportInfo .flightdiaryContainer { margin-top: 10px; }
#section-airport div.airportInfo .flightdiaryContainer .comment { padding: 7px 3px 7px 10px; font-size: .82em; line-height: 1.3em; color: #e1e1e1; text-shadow: 0 1px 0 #111; position: relative; width: 118px; max-height: 54px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.6), 0 1px 1px rgba(0, 0, 0, 0.5); -moz-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.6), 0 1px 1px rgba(0, 0, 0, 0.5); -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.6), 0 1px 1px rgba(0, 0, 0, 0.5); background: -moz-linear-gradient(top,  rgba(255,255,255,0.17) 0%, rgba(150,150,150,0.23) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.17)), color-stop(100%,rgba(150,150,150,0.23))); background: -webkit-linear-gradient(top,  rgba(255,255,255,0.17) 0%,rgba(150,150,150,0.23) 100%); background: -o-linear-gradient(top,  rgba(255,255,255,0.17) 0%,rgba(150,150,150,0.23) 100%); background: -ms-linear-gradient(top,  rgba(255,255,255,0.17) 0%,rgba(150,150,150,0.23) 100%); background: linear-gradient(to bottom,  rgba(255,255,255,0.17) 0%,rgba(150,150,150,0.23) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2bffffff', endColorstr='#3b969696',GradientType=0 ); }
#section-airport div.airportInfo .flightdiaryContainer .comment span.arrow { width: 8px; height: 8px; display: block; position: absolute; top: 12px; right: -7px; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAJCAIAAACAMfp5AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4QTE0MjMzNTBGMjA2ODExODA4M0ExODhEOUEzOEIxNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDRTBEMTE1OEZFQjUxMUUzODcyRTk0NDE4NERDQzEwOSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDRTBEMTE1N0ZFQjUxMUUzODcyRTk0NDE4NERDQzEwOSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RURFOEE3MjEzMTIwNjgxMTgwODNBMTg4RDlBMzhCMTciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEExNDIzMzUwRjIwNjgxMTgwODNBMTg4RDlBMzhCMTciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7FGj58AAAArUlEQVR42hyOPQqFMBCETbJK8AfBzsbGFFbexmvmKmkFQfAIggqKT9+HU4SdndmZqGEYzvMcx9EYc993HMfXdYmI3rYtz/OmaeBaa7QoipRSGuO+73Vd933P/DwPdmTTti3kOI6iKJxzbJnZmK7rOHzf9/ehqiqu0YREEqgpy3JZlhDCuq5JkggWaqdpmucZE1FpmvILBvHeW2vh5gN2XkEkJ8sy/YFaKsn4CzAATNlSq9DA1xEAAAAASUVORK5CYII=') no-repeat; }
#section-airport div.airportInfo .flightdiaryContainer img.commentAvatar { margin: 3px 0 0 0; border: 2px solid #fff; width: 28px; height: 28px; border-radius: 30px; -moz-border-radius: 30px; -webkit-border-radius: 30px; box-shadow: 0 1px 2px #000; -moz-box-shadow: 0 1px 2px #000; -webkit-box-shadow: 0 1px 2px #000; }
#section-airport div.airportInfo .flightdiaryContainer img.rating { margin-top: 3px; }
#section-airport div.airportInfo .flightdiaryContainer span.flightdiaryLogo { display: block; margin-top: 5px; background: url('../images/airportInfo_sprite.png') no-repeat -2px -118px; width: 81px; height: 28px; }

#section-airport div.airportInfo .flightdiaryContainer .percentRating { width: 52px; height: 20px; line-height: 1.15em; padding: 5px 0; color: #fff; text-align: center; font-size: 1.3em; font-weight: bold; margin-top: 4px; border-radius: 5px; background: #333; text-shadow: 0 -1px 0 rgba(0,0,0,0.3); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset, 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 rgba(0, 0, 0, 0.3); }

#section-airport div.airportInfo .flightdiaryContainer .percentRating.green { background: #69d2aa; background: -moz-linear-gradient(top,  #69d2aa 0%, #00bc82 1%, #00bc82 1%, #00ae6d 41%, #009e56 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#69d2aa), color-stop(1%,#00bc82), color-stop(1%,#00bc82), color-stop(41%,#00ae6d), color-stop(100%,#009e56)); background: -webkit-linear-gradient(top,  #69d2aa 0%,#00bc82 1%,#00bc82 1%,#00ae6d 41%,#009e56 100%); background: -o-linear-gradient(top,  #69d2aa 0%,#00bc82 1%,#00bc82 1%,#00ae6d 41%,#009e56 100%); background: -ms-linear-gradient(top,  #69d2aa 0%,#00bc82 1%,#00bc82 1%,#00ae6d 41%,#009e56 100%); background: linear-gradient(to bottom,  #69d2aa 0%,#00bc82 1%,#00bc82 1%,#00ae6d 41%,#009e56 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69d2aa', endColorstr='#009e56',GradientType=0 ); }
#section-airport div.airportInfo .flightdiaryContainer .percentRating.yellow { background: #dca500; background: -moz-linear-gradient(top,  #dca500 0%, #eccc69 1%, #eccc69 1%, #e0ae01 41%, #d59102 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dca500), color-stop(1%,#eccc69), color-stop(1%,#eccc69), color-stop(41%,#e0ae01), color-stop(100%,#d59102)); background: -webkit-linear-gradient(top,  #dca500 0%,#eccc69 1%,#eccc69 1%,#e0ae01 41%,#d59102 100%); background: -o-linear-gradient(top,  #dca500 0%,#eccc69 1%,#eccc69 1%,#e0ae01 41%,#d59102 100%); background: -ms-linear-gradient(top,  #dca500 0%,#eccc69 1%,#eccc69 1%,#e0ae01 41%,#d59102 100%); background: linear-gradient(to bottom,  #dca500 0%,#eccc69 1%,#eccc69 1%,#e0ae01 41%,#d59102 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dca500', endColorstr='#d59102',GradientType=0 ); }
#section-airport div.airportInfo .flightdiaryContainer .percentRating.red { background: #e20e00; background: -moz-linear-gradient(top,  #e20e00 0%, #fb764c 1%, #fb764c 1%, #cd0f02 41%, #c00d01 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e20e00), color-stop(1%,#fb764c), color-stop(1%,#fb764c), color-stop(41%,#cd0f02), color-stop(100%,#c00d01)); background: -webkit-linear-gradient(top,  #e20e00 0%,#fb764c 1%,#fb764c 1%,#cd0f02 41%,#c00d01 100%); background: -o-linear-gradient(top,  #e20e00 0%,#fb764c 1%,#fb764c 1%,#cd0f02 41%,#c00d01 100%); background: -ms-linear-gradient(top,  #e20e00 0%,#fb764c 1%,#fb764c 1%,#cd0f02 41%,#c00d01 100%); background: linear-gradient(to bottom,  #e20e00 0%,#fb764c 1%,#fb764c 1%,#cd0f02 41%,#c00d01 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e20e00', endColorstr='#c00d01',GradientType=0 ); }
#section-airport div.airportInfo .flightdiaryContainer .percentRating small { font-weight: normal; font-size: .75em; }

div.dynamicOverlay div.contentContainer { background: #e1e1e1; border-top: 1px solid #fff; }
div.dynamicOverlay div.contentBox { width: 1000px; margin: 0 auto; box-shadow: 0 0 3px rgba(0,0,0,0.2); -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2); }

div.dynamicOverlay div.contentTabs { background: #fff; width: 100%; height: 51px; margin-top: -51px; border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; }
div.dynamicOverlay div.contentTabs ul.tabNav { float: left; }
div.dynamicOverlay div.contentTabs ul.tabNav li { float: left; height: 100%; width: 180px; border-right: 1px solid #e8e8e8; position: relative; }
div.dynamicOverlay div.contentTabs ul.tabNav li.last { }
div.dynamicOverlay div.contentTabs ul.tabNav li a { display: block; height: 100%; text-align: center; font-size: 1.25em; font-weight: bold; color: #aaa; cursor: pointer; }
div.dynamicOverlay div.contentTabs ul.tabNav li a.active { color: #333; }
div.dynamicOverlay div.contentTabs ul.tabNav li a span.arrow { width: 18px; height: 10px; position: absolute; z-index: 10; left: 81px; bottom: -10px; display: none; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAKCAYAAAC5Sw6hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBQTM3REM2NUUwOUUxMUUyODIxOENBQ0MzNkM4ODg0QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBQTM3REM2NkUwOUUxMUUyODIxOENBQ0MzNkM4ODg0QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFBMzdEQzYzRTA5RTExRTI4MjE4Q0FDQzM2Qzg4ODRDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkFBMzdEQzY0RTA5RTExRTI4MjE4Q0FDQzM2Qzg4ODRDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+vaikMwAAAPNJREFUeNqskM8KgkAQxnf7T4f+vU90jI5B53qA6BIdgh5H8OzJm3gThECfQfAWHQoszV2bsSFUUgoa+Fh25/t+zA5jjPEwDPdJksjkt5KQO2CeUdVAXc/zttCMv4QI3/d3mKN8WkhsgYaO46yllFHlGFI+XNfdgH8Ear8ngl4OZlnWEsxBCeRm2/YKfeR/fysFZWBN0MAwjLkQ4pL7ixBX0zQX2Ccfp1weVID1NU2bxnF8QgicZ13XZ/iehZSCMrAGqKcoyjgIgqOqqhO80zsv+F+LzlEzxTnHUId2EYHuONwHXzWITHWaMF1TiYf9tZ4CDAARtiqV4WcZCgAAAABJRU5ErkJggg==') no-repeat; }
div.dynamicOverlay div.contentTabs ul.tabNav li a.active span.arrow { display: block; }
div.dynamicOverlay div.contentTabs ul.tabNav li a span.title { line-height: 50px; background: url('../images/airportInfo_sprite.png') no-repeat 0 0; }
div.dynamicOverlay div.contentTabs ul.tabNav li a span.arrivals { width: 27px; height: 20px; padding: 1px 0 0 40px; background-position: -468px -27px; }
div.dynamicOverlay div.contentTabs ul.tabNav li a.active span.arrivals { background-position: -468px -2px; }
div.dynamicOverlay div.contentTabs ul.tabNav li a span.departures { width: 30px; height: 17px; padding-left: 42px; background-position: -468px -79px; }
div.dynamicOverlay div.contentTabs ul.tabNav li a.active span.departures { background-position: -468px -55px; }
div.dynamicOverlay div.contentTabs ul.tabNav li a span.ground { padding-left: 30px; background-position: -480px -232px; }
div.dynamicOverlay div.contentTabs ul.tabNav li a.active span.ground { background-position: -480px -254px; padding-bottom: 2px; }
div.dynamicOverlay div.contentTabs ul.tabNav li a span.planes { background: none; font-size: 32px; }
div.dynamicOverlay div.contentTabs ul.tabNav li a span.delays { background: none; font-size: 32px;}

div.dynamicOverlay div.contentTabs input.airportSearch { width: 60px; border: 0; margin: 10px 15px 0 0; padding: 8px 15px 8px 32px; box-shadow: inset 0 1px 1px #ccc; -moz-box-shadow: inset 0 1px 1px #ccc; -webkit-box-shadow: inset 0 1px 1px #ccc; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; background: url('../images/airportInfo_sprite.png') no-repeat -465px -105px #ececec; transition: all 800ms; -moz-transition: all 800ms; -webkit-transition: all 800ms; }

#section-airport div.airportContent .contentLoader, #section-search div.searchContent .contentLoader { display: block; width: 32px; height: 32px; margin: 50px auto; background: url('../images/loader_info.gif') no-repeat; }
#section-airport div.airportContent .content { position: relative; transition: all 900ms; -moz-transition: all 900ms; -webkit-transition: all 900ms; }
#section-airport div.airportContent .content.trans { opacity: 0; }
#section-airport div.airportContent .flightListHeader { position: relative; z-index: 5; box-shadow: 0 0 5px 7px #f9f9f9; -moz-box-shadow: 0 0 5px 7px #f9f9f9; -webkit-box-shadow: 0 0 5px 7px #f9f9f9; }
#section-airport div.airportContent .flightListContent { height: 355px; overflow: auto; }
#section-airport div.airportContent .disclaimer, #section-search div.searchContent .disclaimer { color: #666; font-size: .73em; padding: 5px; }

#section-airport div.airportContent { padding: 10px; overflow: auto; background: #f9f9f9; box-shadow: inset 0 5px 3px -5px rgba(0, 0, 0, 0.25); -moz-box-shadow: inset 0 5px 3px -5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: inset 0 5px 3px -5px rgba(0, 0, 0, 0.25); width: 98%; }
div.dynamicOverlay table.flightList { border-collapse: separate; border-spacing: 0; font-size: 1.1em; width: 100%; }
div.dynamicOverlay table.flightList th { color: #b5b5b5; border-bottom: 0; padding: 0 5px; }
div.dynamicOverlay table.flightList td { border-bottom: 1px solid #e0e0e0; padding: 7px; }
#section-search table.flightList td { white-space: nowrap; }
div.dynamicOverlay table.flightList tr:nth-child(1) td { border-top: 0; }
div.dynamicOverlay table.flightList tr.odd td { background-color: #f5f5f5; }
div.dynamicOverlay table.flightList tr.codeshareFlights div.codeshareFlightsContent { display: none; box-shadow: inset 0 4px 5px -5px rgba(0, 0, 0, 0.2); -moz-box-shadow: inset 0 4px 5px -5px rgba(0, 0, 0, 0.2); -webkit-box-shadow: inset 0 4px 5px -5px rgba(0, 0, 0, 0.2); }
div.dynamicOverlay table.flightList td.codeshareFlights { padding: 0; border: 0; }
div.dynamicOverlay table.flightList tr.codeshare { font-size: 0.94em; color: #888; }
div.dynamicOverlay table.flightList tr.codeshare td { border-bottom: 1px dashed #e0e0e0; }
div.dynamicOverlay table.flightList tr.codeshare:nth-last-child(1) td { border-bottom: 1px solid #e0e0e0; }
div.dynamicOverlay table.flightList tr.codeshare td a.airportLink { color: #888; }
div.dynamicOverlay table.flightList td span.flightNr.csToggle { cursor: pointer; border-bottom: 1px dashed #bbb; }
div.dynamicOverlay table.flightList td a.csArrow { display: block; width: 13px; height: 13px; float: right; margin: 1px -2px 0 0; cursor: pointer; background: url('../images/airportInfo_sprite.png') no-repeat -247px -131px; }
div.dynamicOverlay table.flightList td a.csArrow.up { background-position: -247px -116px; }
div.dynamicOverlay table.flightList td .status { display: block; float: left; width: 15px; height: 15px; margin: 1px 5px -1px 0; background: url('../images/airportInfo_sprite.png') no-repeat -483px -216px; }
div.dynamicOverlay table.flightList td .status.green { background-position: -483px -147px; }
div.dynamicOverlay table.flightList td .status.yellow { background-position: -483px -170px;}
div.dynamicOverlay table.flightList td .status.red { background-position: -483px -193px; }
div.dynamicOverlay table.flightList td .statusMsg { float: left; width: 130px; }
div.dynamicOverlay table.flightList td a.gotoArrow { display: block; width: 22px; height: 22px; float: right; cursor: pointer; margin: -3px 5px -3px 0; background: url('../images/airportInfo_sprite.png') no-repeat -264px -116px; }
div.dynamicOverlay table.flightList td a.gotoArrow:hover { background-position: -290px -116px; }
div.dynamicOverlay table.flightList td a.airportLink { cursor: pointer; border-bottom: 1px dashed #bbb; }
div.dynamicOverlay table.flightList td a.regLink { cursor: pointer; border-bottom: 1px dashed #bbb; white-space: nowrap; }
div.dynamicOverlay table.flightList tr.active td a.regLink { color: #fff; border-bottom: 1px dashed #fff; }
div.dynamicOverlay table.flightList td a.flightLink { cursor: pointer; border-bottom: 1px dashed #bbb; }
div.dynamicOverlay table.flightList tr.active td a.flightLink { color: #fff; border-bottom: 1px dashed #fff; }
div.dynamicOverlay table.flightList tr.incomplete { color: #fff; border-bottom: 1px dashed #fff; }
div.dynamicOverlay table.flightList tr.incomplete { background: #ffd3d3; }
div.dynamicOverlay table.flightList tr.incomplete td{height: 24px; border-bottom: 1px solid #e0e0e0; vertical-align: middle; padding: 3px; color: #333; text-align: center;}

#section-airport div.airportContent a.loadButton { display: block; cursor: pointer; padding: 10px 20px; color: #fff; text-align: center; border: 1px solid #333; font-weight: bold; margin: 10px 5px; text-shadow: 0 -1px #000;
  border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.3); -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.3);
  background: #555; background: -webkit-linear-gradient(top, #707070, #555 52%, #4a4a4a); background: -moz-linear-gradient(top, #707070, #555 52%, #4a4a4a); background: -o-linear-gradient(top, #707070, #555 52%, #4a4a4a); background: linear-gradient(to bottom, #707070, #555 52%, #4a4a4a);
}
#section-airport div.airportContent a.loadButton:hover { box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 35px rgba(255,255,255,0.1) inset; -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 35px rgba(255,255,255,0.1) inset; -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 35px rgba(255,255,255,0.1) inset; }
#section-airport div.airportContent a.loadButton.loading { background: #eee; border: 0; padding: 11px 20px; color: #aaa; text-shadow: 0 1px 0 #fff; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07); }
#section-airport div.airportContent a.loadButton span { line-height: 16px; }
#section-airport div.airportContent a.loadButton.loading span { background: url('../images/loader_16.gif') no-repeat; padding-left: 24px; }
#section-airport div.airportContent a.loadButton.bottomMargin { margin-bottom: 100px; }

#section-airport div.airportContent .delayStatsBar,  #section-airport div.airportContent .DisclaimerBar{ position: absolute; bottom: -10px; left: -10px; width: 1000px; height: 100px; background: #fff; box-shadow: 0 0px 3px rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.25); -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.25); z-index: 1200;}
#section-airport div.airportContent .DisclaimerBar { bottom: 90px; height: auto; color: #6f6f6f; font-size: 11px; }
#section-airport div.airportContent .DisclaimerBar p { padding: 10px; }
#section-airport div.airportContent .DisclaimerBar .icon { float: left; font-size: 18px; color: rgb(189, 189, 189); padding: 7px 0px 0px 10px; }
#section-airport div.airportContent .DisclaimerBar .text { float: left; width: 974px; }
#section-airport div.airportContent .delayStatsBar a.closeStats { position: absolute; right: 10px; top: 10px; z-index: 10; display: block; cursor: pointer; width: 16px; height: 16px; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyODQwMEZFOTUwNkExMUU0QTFFQUU5NUE3RTM5OUFBOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyODQwMEZFQTUwNkExMUU0QTFFQUU5NUE3RTM5OUFBOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjI4NDAwRkU3NTA2QTExRTRBMUVBRTk1QTdFMzk5QUE4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjI4NDAwRkU4NTA2QTExRTRBMUVBRTk1QTdFMzk5QUE4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+W97j2gAAAWlJREFUeNqEUk2rglAQ9VqRBUXfRW1cBAnRonYV/nb/QAQtLAhBCEpdKFlaIn28I7433N5Hb0AY7z3nzjkzw57Pp/AVt9ttv98fj8fr9coYKxaLtVqt2+0iJwwjgmEYu91O+C0Gg0Gv13shLBaL0+kk/B0ggIZExLder9+jEZBqWVZCgFzbtulCkiQel8/nKd9sNgnBNE06arVas9ksLY0YDofz+bxarfJ1sr7v038YhrAEuUhEUWy32/f7PYoiAniexzRNezwevIzJZFKpVJC4rrtarfircrks8j2mOmlyPp+/XaFstlAoBEHw2WPGRqNRo9HA25lMRpZl9ABeaVYAi81mkx7odDpAXy4XKFkul3Ec46RerxMArhgMwAYdYREOhwMJAIF+c7mcqqrJpB3H0XVd+C+m02kiKS3U7/ffo8fjMdAvy4ft2G63P3cEHhRFoZEzfr3TVmI68I2OlUoljBlLzgM+BBgAy5SpVQqudf8AAAAASUVORK5CYII='); }
#section-airport div.airportContent .delayStatsBar ul, #airportDelays .delayStatsBar ul{ height: 100px; overflow: hidden; }
#section-airport div.airportContent .delayStatsBar ul li, #airportDelays .delayStatsBar ul li{ float: left; padding-top: 10px; width: 249px; border-right: 1px solid #e1e1e1; height: 100%; text-align: center; }
#section-airport div.airportContent .delayStatsBar ul li.last, #airportDelays .delayStatsBar ul li.last{ border: none; }
#section-airport div.airportContent .delayStatsBar .halfDonutChartContainer, #airportDelays .delayStatsBar .halfDonutChartContainer{ width: 90px; height: 45px; overflow: hidden; margin: 10px auto 0 auto; }
#section-airport div.airportContent .delayStatsBar .halfDonutChart, #airportDelays .delayStatsBar .halfDonutChart{ background: #e6e6e6; width: 90px; height: 90px; position: relative; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; }
#section-airport div.airportContent .delayStatsBar .halfDonutChart .progress, #airportDelays .delayStatsBar .halfDonutChart .progress{ width: 100%; height: 100%; clip: rect(0px, 90px, 90px, 45px); -moz-clip: rect(0px, 90px, 90px, 45px); -webkit-clip: rect(0px, 90px, 90px, 45px); border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; }
#section-airport div.airportContent .delayStatsBar .halfDonutChart .progress .fill, #airportDelays .delayStatsBar .halfDonutChart .progress .fill{ width: 100%; height: 100%; position: absolute; transform: rotate(0deg); -moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); clip: rect(0px, 45px, 90px, 0px); -moz-clip: rect(0px, 45px, 90px, 0px); -webkit-clip: rect(0px, 45px, 90px, 0px); border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; }
#section-airport div.airportContent .delayStatsBar .halfDonutChart.red .progress .fill, #airportDelays .delayStatsBar .halfDonutChart.red .progress .fill { background: #ec544b; }
#section-airport div.airportContent .delayStatsBar .halfDonutChart.yellow .progress .fill, #airportDelays .delayStatsBar .halfDonutChart.yellow .progress .fill { background: #f8c023; }
#section-airport div.airportContent .delayStatsBar .halfDonutChart.green .progress .fill, #airportDelays .delayStatsBar .halfDonutChart.green .progress .fill { background: #6ccb78; }
#section-airport div.airportContent .delayStatsBar .halfDonutChart .inner, #airportDelays .delayStatsBar .halfDonutChart .inner { background: #fff; width: 78px; height: 78px; position: absolute; left: 6px; top: 6px; font-size: 2.2em; font-weight: bold; line-height: 2em; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; }
#section-airport div.airportContent .delayStatsBar .halfDonutChart .inner small, #airportDelays .delayStatsBar .halfDonutChart .inner small { font-weight: normal; font-size: .7em; }
#section-airport div.airportContent .delayStatsBar .halfDonutChart.green .inner, #airportDelays  .delayStatsBar .halfDonutChart.green .inner { color: #6ccb78; }
#section-airport div.airportContent .delayStatsBar .halfDonutChart.yellow .inner, #airportDelays .delayStatsBar .halfDonutChart.yellow .inner { color: #f8c023; }
#section-airport div.airportContent .delayStatsBar .halfDonutChart.red .inner, #airportDelays .delayStatsBar .halfDonutChart.red .inner { color: #ec544b; }
#section-airport div.airportContent .delayStatsBar .halfDonutChart.gray .inner, #airportDelays .delayStatsBar .halfDonutChart.gray .inner { color: #666; }
#section-airport div.airportContent .delayStatsBar .avgDelay.green, #airportDelays .delayStatsBar .avgDelay.green { color: #6ccb78; }
#section-airport div.airportContent .delayStatsBar .avgDelay.yellow, #airportDelays .delayStatsBar .avgDelay.yellow { color: #f8c023; }
#section-airport div.airportContent .delayStatsBar .avgDelay.red, #airportDelays .delayStatsBar .avgDelay.red  { color: #ec544b; }
#section-airport div.airportContent .delayStatsBar .avgDelay .avgDelayNumber, #airportDelays .delayStatsBar .avgDelay .avgDelayNumber { font-weight: bold; font-size: 3.5em; line-height: 1em; }
#section-airport div.airportContent .delayStatsBar .avgDelay .avgDelayMinutes, #airportDelays .delayStatsBar .avgDelay .avgDelayMinutes { font-weight: normal; font-size: 1.2em; line-height: 1em; }
#section-airport div.airportContent .delayStatsBar .trend.green { color: #6ccb78; }
#section-airport div.airportContent .delayStatsBar .trend.yellow { color: #f8c023; }
#section-airport div.airportContent .delayStatsBar .trend.red { color: #ec544b; }
#section-airport div.airportContent .delayStatsBar .trend.gray { color: #666; }
#section-airport div.airportContent .delayStatsBar .trend .fa-long-arrow-right{ font-size: 3.7em; margin: 0 0 -2px 0; display: block; }
#section-airport div.airportContent .delayStatsBar .trend .fa-long-arrow-right.down { margin: 4px 0 -4px 0; transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); }
#section-airport div.airportContent .delayStatsBar .trend .fa-long-arrow-right.up  { margin: 0 0 0 2px; transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
#section-airport div.airportContent .delayStatsBar .trend .trendText  { font-weight: bold; font-size: .85em; }

#section-airport #disclaimer { width: 990px; margin: 10px auto 10px auto; color: #aaa; font-size: .7em; }

div.dynamicOverlay .adContainer { width: 728px; height: 90px; margin: 0px auto; display: none; padding: 10px 0 2px 0; }

div.dynamicOverlay .adContainer iframe { width: 728px; height: 90px; overflow: hidden; }

/*-------------------------------------------
    Search result
-------------------------------------------*/

#section-search .sectionContainer { margin-top: 20px; }
#section-search .header { margin-bottom: 60px; }
#section-search table.flightList span.small { font-size: 0.8em; color: #777; }
#section-search table.flightList span.ampm { font-size: 0.8em; }
#section-search table.flightList td.first { font-weight: bold; }
#section-search table.flightList tr.active td { background: #6baf00; color: #fff; }
#section-search table.flightList tr.active td a.airportLink { color: #fff; border-color: #fff; }
#section-search table.flightList tr.active td .small { color: #edffd0; }
#section-search table.flightList td a.gotoArrow { margin-right: 0; background: url('../images/userUI_sprite.png?14') no-repeat -148px -307px; width: 21px; height: 20px; }

#section-search div.searchContent { padding: 10px; background: #f9f9f9; box-shadow: inset 0 5px 3px -5px rgba(0, 0, 0, 0.25); -moz-box-shadow: inset 0 5px 3px -5px rgba(0, 0, 0, 0.25); -webkit-box-shadow: inset 0 5px 3px -5px rgba(0, 0, 0, 0.25); }
#section-search div.searchContent .flightListContent { overflow: auto; }


/*-------------------------------------------
    Modal
-------------------------------------------*/

div#modalBlackout { width: 100%; height: 100%; position: absolute; z-index: 1102; background: rgba(0,0,0,0); transition: all 400ms; -moz-transition: all 400ms; -webkit-transition: all 400ms;  }
div#modalBlackout.show { background: rgba(0,0,0,0.97); }
div#modalBlackout img.loader { display: block; opacity: 0; margin: 200px auto 0 auto; box-shadow: 0 0 120px 90px #000000; -moz-box-shadow: 0 0 120px 90px #000000; -webkit-box-shadow: 0 0 120px 55px #000000; transition: all 200ms ease 300ms; -moz-transition: all 200ms ease 300ms; -webkit-transition: all 200ms ease 300ms; }
div#modalBlackout.show img.loader { opacity: 1; }
div#modalBlackout.show .loadError { width: 180px; margin: 200px auto; color: #fff; text-align: center; }
div#modalBlackout.show .loadError img { box-shadow: 0 0 120px 90px #000000; -moz-box-shadow: 0 0 120px 90px #000000; -webkit-box-shadow: 0 0 120px 55px #000000; }
div#modalBlackout.show .loadError span { display: block; margin-top: 15px; }
div#modalBlackout.show .loadError input.standardButton { box-shadow: 0 1px 0 #222; -moz-box-shadow: 0 1px 0 #222; -webkit-box-shadow: 0 1px 0 #222; margin-top: 20px; }
div.blurout { filter: blur(1.6px); -webkit-filter: blur(1.6px); }

div.modalContainer { display: none; position: absolute; top: 0; left: 0; z-index: 1103; width: 100%; }
div.modalContainer .modalContent { position: relative; width: 550px; margin: 0 auto; margin-top: 80px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; box-shadow: 0 0 10px rgba(0,0,0,0.6); -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6); }

div.modalContainer .modalContent .modalContentClose { position: absolute; z-index: 3; width: 23px; height: 23px; display: block; cursor: pointer; right: -8px; top: -8px; background: url('../images/userUI_sprite.png?14') 0 -104px no-repeat; }
div#modalContainer #modalContent #modalHeaderMarker { position: absolute; z-index: 3; width: 69px; height: 76px; left: 8px; top: -15px; background: url('../images/userUI_sprite.png?14') 0 -133px no-repeat; }
div#modalContainer #modalContent #modalHeaderSelect { position: absolute; z-index: 3; right: 5px; top: 17px; }

div.modalContainer .modalContent .modalHeader { width: 100%; height: 50px; background: #fff; border-radius: 6px 6px 0 0; -moz-border-radius: 6px 6px 0 0; -webkit-border-radius: 6px 6px 0 0; }
div.modalContainer .modalContent .modalHeader .modalHeaderContent { padding: 6px 0 0 90px; }
div.modalContainer .modalContent .modalHeaderBottom { width: 100%; height: 9px; background: url(../images/leftColOverlayBottom.png) repeat-x; }
div.modalContainer .modalContent .modalHeaderBottomOp { width: 100%; height: 9px; background: url(../images/leftColOverlayBottom_op.png) repeat-x; }

div.modalContainer .modalContent .modalMainContainer { width: 100%; height: 290px; background: url(../images/leftColOverlay_bg.png); }
div.modalContainer .modalContent .modalMain { width: 100%; }
div#modalContainer #modalContent #modalMain .flightList { width: 100%; text-shadow: 0 1px 0 #fff; }
div#modalContainer #modalContent #modalMain .flightList thead td { font-weight: bold; }
div#modalContainer #modalContent #modalMain .flightList td { padding: 3px 3px 3px 5px; }
div#modalContainer #modalContent #modalMain .flightList td.first { padding-left: 15px; }
div#modalContainer #modalContent #modalMain .flightList td .small { font-size: 0.8em; }

div.modalContainer .modalContent .modalBottom { width: 100%; height: 80px; background: #212121; border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; -webkit-border-radius: 0 0 6px 6px; box-shadow: 0 -3px 4px rgba(0,0,0,0.2); -moz-box-shadow: 0 -3px 4px rgba(0,0,0,0.2); -webkit-box-shadow: 0 -3px 4px rgba(0,0,0,0.2); background: -moz-linear-gradient(top,#282828 0,#212121 100%); background: -ms-linear-gradient(top,#282828 0,#212121 100%); background: -o-linear-gradient(top,#282828 0,#212121 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#282828),color-stop(100%,#212121)); background: -webkit-linear-gradient(top,#282828 0,#212121 100%); background: linear-gradient(to bottom,#282828 0,#212121 100%); }
div#modalContainer #modalContent #modalBottom div#bottomLeft { font-size: 0.75em; color: #b5b5b5; float: left; padding: 5px 10px 5px 5px; width: 355px; }
div#modalContainer #modalContent #modalBottom div#bottomLeft p { padding-left: 5px; color: #777; }
div#modalContainer #modalContent #modalBottom div#bottomSeparator { float: left; height: 80px; width: 0; border-left: 1px solid #111; border-right: 1px solid #2e2e2e; }

div#modalContainer #modalContent #modalBottom a#flightdiaryLogo { width: 102px; height: 23px; display: block; background: url('../images/userUI_sprite.png?14') -69px -133px no-repeat; float: right; margin-bottom: 3px; }
div#modalContainer #modalContent #modalBottom div#bottomRight { float: right; text-align: right;  margin: 8px 7px 0 0; }
div#modalContainer #modalContent #modalBottom div#bottomRight a#airportComment { color: #999; font-size: 0.75em; text-shadow: 0 -1px 0 #000; }

div#modalContainer #modalContent #modalBottom ul#weatherWidget { text-shadow: 0 1px 0 #000; }
div#modalContainer #modalContent #modalBottom ul#weatherWidget li { float: left; padding-right: 10px; }
div#modalContainer #modalContent #modalBottom ul#weatherWidget img { float: left; display: block; background: url('../images/userUI_sprite.png?14') 0 -300px no-repeat; margin-right: 5px; }
div#modalContainer #modalContent #modalBottom ul#weatherWidget h3 { font-size: 1.7em; color: #fff; text-shadow: 0 1px 0 #000; margin: 4px 0 -2px 0; }


div#modalContainer #modalContent #modalBottom ul#weatherWidget img.weatherClear { width: 37px; height: 35px; background-position: -3px -307px; }
div#modalContainer #modalContent #modalBottom ul#weatherWidget img.weatherCloudy { width: 40px; height: 38px; background-position: -45px -304px;  }
div#modalContainer #modalContent #modalBottom ul#weatherWidget img.weatherOvercast { width: 43px; height: 37px; background-position: -84px -305px; }
div#modalContainer #modalContent #modalBottom ul#weatherWidget img.weatherFog { width: 43px; height: 38px; background-position: -126px -304px; }
div#modalContainer #modalContent #modalBottom ul#weatherWidget img.weatherDrizzle { width: 43px; height: 38px; background-position: -168px -304px; }
div#modalContainer #modalContent #modalBottom ul#weatherWidget img.weatherRain { width: 43px; height: 38px; background-position: -210px -304px; }
div#modalContainer #modalContent #modalBottom ul#weatherWidget img.weatherSnow { width: 43px; height: 38px; background-position: -252px -302px; }
div#modalContainer #modalContent #modalBottom ul#weatherWidget img.weatherThunderstorm { width: 43px; height: 38px; background-position: -293px -303px; }

div#modalContainer #modalContent #modalBottom ul#weatherWidget img.weatherClearNight { width: 37px; height: 35px; background-position: -3px -349px; }
div#modalContainer #modalContent #modalBottom ul#weatherWidget img.weatherCloudyNight { width: 40px; height: 38px; background-position: -45px -348px;  }
div#modalContainer #modalContent #modalBottom ul#weatherWidget img.weatherOvercastNight { width: 43px; height: 37px; background-position: -84px -347px; }
div#modalContainer #modalContent #modalBottom ul#weatherWidget img.weatherFogNight { width: 43px; height: 38px; background-position: -126px -346px; }
div#modalContainer #modalContent #modalBottom ul#weatherWidget img.weatherDrizzleNight { width: 43px; height: 38px; background-position: -168px -346px; }
div#modalContainer #modalContent #modalBottom ul#weatherWidget img.weatherRainNight { width: 43px; height: 38px; background-position: -210px -346px; }
div#modalContainer #modalContent #modalBottom ul#weatherWidget img.weatherSnowNight { width: 43px; height: 38px; background-position: -252px -344px; }
div#modalContainer #modalContent #modalBottom ul#weatherWidget img.weatherThunderstormNight { width: 43px; height: 38px; background-position: -293px -345px; }

div#modalContainer #modalContent #modalBottom ul#weatherWidget img.windCalm { width: 26px; height: 42px; background-position: -338px -303px; }
div#modalContainer #modalContent #modalBottom ul#weatherWidget img.windModerate { width: 33px; height: 42px; background-position: -380px -303px; }
div#modalContainer #modalContent #modalBottom ul#weatherWidget img.windStrong { width: 37px; height: 42px; background-position: -422px -303px; }

div#modalContainer h2 { margin: 0; padding: 0; font-size: 1.3em; }
div#modalContainer h2#airportCity { font-weight: normal; }
div#modalContainer h2#airportCity a { font-size: 0.65em; color: #999; text-decoration: underline; }

div#sideviewContent { width: 744px; }
div#sideviewContent .modalMainContainer { height: auto; background: #fff; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }
div#sideviewContent img { padding: 8px 50px; display: block; }
div#sideviewContent span { padding: 0px 50px; display: block; }
div#sideviewContent ins { padding: 8px; }

body.premium div#sideviewContent img, body.simple div#sideviewContent img { padding: 8px; }
body.premium div#sideviewContent, body.simple div#sideviewContent { width: 656px; }
body.premium div#sideviewContent span, body.simple div#sideviewContent span { padding: 0px 8px 8px 8px; display: block; }

/*-------------------------------------------
    Settings/filter/report (overlay boxes)
-------------------------------------------*/

div#pilotContainer .modalContent { width: 900px; }
div#pilotContainer .modalMainContainer { height: auto; }
div#map_alert { text-align: center; background: #fff; color: #000; font-weight: normal; font-size: 1.1em; line-height: 57px; width: 400px; height: 57px; border: 1px solid #999; }
div#pilotSwitchPanel { height: 57px; border-top: 1px solid #000; background: url('../images/switch_panel_bg.png'); }
div#pilotSwitchPanel .switch-button { display: block; float: left }
div#pilotSwitchPanel .switch-button span { width: 50px; margin: 2px 0 0 6px; text-align: center; display: block; color: #f1f0aa; font-weight: bold; font-size: 0.7em; text-shadow: 0 -1px 0 #000; }
div#pilotSwitchPanel .switch-button a { width: 24px; height: 32px; margin: -1px 40px 0 20px; background: url('../images/switches.png') no-repeat; display: block; float: left; }
div#pilotSwitchPanel .switch-button a span { color: #fff; margin: 10px 0 -6px 26px; text-align: left; }
div#pilotSwitchPanel .switch-button.switch-off a { background-position: -23px 0px; }
div#pilotSwitchPanel .switch-button span.switch-indicator-off { color: #555; }
div#pilotSwitchPanel .switch-button span.switch-indicator-on { color: #f1f0aa; }
div#pilotSwitchPanel .switch-button.switch-off span.switch-indicator-off { color: #f1f0aa; }
div#pilotSwitchPanel .switch-button.switch-off span.switch-indicator-on { color: #555; }
div#pilotSwitchPanel .push-button { -moz-box-shadow:inset 0px 1px 0px 0px #858585; -webkit-box-shadow:inset 0px 1px 0px 0px #858585; box-shadow:inset 0px 1px 0px 0px #858585; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #303030), color-stop(1, #000000) ); background:-moz-linear-gradient( center top, #303030 5%, #000000 100% ); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4d4d', endColorstr='#000000'); background-color:#303030; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; border:1px solid #000000; display:inline-block; color:#ffffff; font-size:0.7em; font-weight:bold; text-shadow: 0 -1px 0 #000; padding:10px 8px; text-decoration:none; text-align: center; margin: 6px; }
div#pilotSwitchPanel .push-button:active { position:relative; top:1px; }

div.modalContainer .settingsHelpText { color: #666; text-shadow: 0 1px 0 #fff; font-size: 0.9em; }

div.modalContainer #modalHeaderReport { position: absolute; z-index: 3; width: 82px; height: 71px; left: 8px; top: -10px; background: url('../images/userUI_sprite.png?14') -180px -133px no-repeat; }
div#reportContainer .modalHeaderContent { padding: 11px 0 0 100px; }
div.modalContainer .modalBottomInset { background: url(../images/modalBottomInset_bg.png); padding: 15px 20px; color: #fff; font-size: 1em; text-shadow: 0 -1px 0 #000; border-radius: 0 0 6px 6px; -moz-border-radius: 0 0 6px 6px; -webkit-border-radius: 0 0 6px 6px; box-shadow: 0 8px 5px -3px rgba(0,0,0,0.3) inset; -moz-box-shadow: 0 8px 5px -3px rgba(0,0,0,0.3) inset; -webkit-box-shadow: 0 8px 5px -3px rgba(0,0,0,0.3) inset; }
div.modalContainer .modalBottomInset h2 { margin: 0; padding: 0; }
div.modalContainer .modalBottomInset p { padding-bottom: 10px; }
div.modalContainer .modalBottomInset ul.reportForm input[type=text] { background: #333; color: #fefefe; font-size: 1.05em; text-transform: uppercase; margin: 2px 20px 2px 0; padding: 8px 10px; border: none; border-bottom: 1px solid #666; box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.4); -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.4); -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.4); border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
div.modalContainer .modalBottomInset ul.reportForm input[type=text]:disabled { background: none; color: #ccc; box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.4); -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.4); -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.4); }
div.modalContainer .modalBottomInset ul.reportForm li {  }
div.modalContainer .modalBottomInset ul.reportForm li label { color: #bbb; font-weight: bold; }
div.modalContainer .modalBottomInset ul.reportForm li label.disabled { color: #777; }
div.modalContainer .modalBottomInset ul.reportForm input[type=button] { margin-top: 3px; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
div.modalContainer .modalBottomInset ul.reportForm input[type=button]:hover { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
div.modalContainer .modalBottomInset ul.reportForm #btnLookUp { height: 2.7em; }
div.modalContainer .modalBottomInset ul.reportForm #btnSendReport { height: 2.7em; }
div.modalContainer .modalBottomInset ul#reportForm-2 { display: none; margin-top: 10px; padding: 10px; background: rgba(0,0,0,0.1); border: 1px solid #444; box-shadow: inset 0 5px 7px rgba(0,0,0,0.1), 0 1px 0 #666; -moz-box-shadow: inset 0 5px 7px rgba(0,0,0,0.1), 0 1px 0 #666; -webkit-box-shadow: inset 0 5px 7px rgba(0,0,0,0.1), 0 1px 0 #666; }
div.modalContainer .modalBottomInset ul#reportForm-2 li { width: 110px; margin-right: 14px; }
div#reportContainer span.airportInfo { font-size: 0.9em; color: #bbb; }

div#addViewContainer div.modalHeaderContent { padding: 10px 0 0 15px; }

div#smpContainer .modalMainContainer { background: #fff; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; height: auto; }
div#smpContainer #smpContent { width: 535px; }
div#smpContainer div#socialmedia_container { width: 535px; height: 308px; background: url('../images/socialmedia_pop.png') no-repeat; border-radius: 3px; position: relative; }
div#smpContainer div#socialmedia_container #smp_fb { position: absolute; top: 150px; left: 49px; width: 87px; overflow: hidden; background: #fff; padding: 4px 6px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
div#smpContainer div#socialmedia_container #smp_twitter { position: absolute; top: 150px; left: 230px; width: 190px; overflow: hidden; }
div#smpContainer div#socialmedia_container #smp_gp { position: absolute; top: 152px; left: 400px; width: 190px; overflow: hidden; }
div#smpContainer div#socialmedia_container #smpContentClose2 { position: absolute; top: 260px; left: 232px; }

div#awdContainer #awdContent { width: 700px; }
div#awdContainer #awdContent #awdMainContainer { background: url('../images/ad_weekend_deal.jpg') no-repeat; width: 700px; height: 412px; position: relative; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
div#awdContainer #awdContent #awdMainContainer a#awdButtonAppstore { position: absolute; top: 293px; left: 330px; display: block; width: 144px; height: 50px; background: url('../images/ad_us_coverage_appstore.png') no-repeat; }
div#awdContainer #awdContent #awdMainContainer a#awdButtonGplay { position: absolute; top: 293px; left: 490px; display: block; width: 152px; height: 50px; background: url('../images/ad_us_coverage_gplay.png') no-repeat; }
div#awdContainer #awdContent #awdMainContainer #awdContentClose2 { position: absolute; right: 5px; bottom: 5px; }
div#awdContainer #awdContent #awdMainContainer a#awdButtonBuy { position: absolute; top: 301px; left: 343px; display: block; width: 220px; height: 48px; background: url('../images/ad_us_coverage_button.png') no-repeat; }
div#awdContainer #awdContent #awdMainContainer a#awdButtonBuy:hover { background-position: 0 -48px; }

/*-------------------------------------------
   	Search
-------------------------------------------*/
ul.ui-autocomplete {  position: absolute; cursor: default; font-size: 0.9em; border: 0; background: #fff; padding: 0; border-radius: 6px; box-shadow: 0 0 3px #000; -moz-box-shadow: 0 0 3px #000; -webkit-box-shadow: 0 0 3px #000; }
ul.ui-autocomplete li { position: relative; }
ul.ui-autocomplete li a { width: 300px; display: block; cursor: pointer; padding: 8px 60px 8px 10px; color: #666; border-radius: 0; }
ul.ui-autocomplete li.odd a { }
ul.ui-autocomplete li.last a { }
ul.ui-autocomplete li.sep { background-color: #333; color: #eee; padding: 0 10px;  }
ul.ui-autocomplete li.sep:first-child { border-radius: 6px 6px 0 0; }
ul.ui-autocomplete li.sep div { float: right; }
ul.ui-autocomplete li a.ui-state-focus { border: 0; color: #fff; text-shadow: 0 -1px 0 #2d57c5; background: #5d83f7; background: linear-gradient(to bottom,#5d83f7 0,#2160f6 100%); }
ul.ui-autocomplete li.advsearch {  border-radius: 0 0 6px 6px; background-color: #000; height: 2.3em; }
ul.ui-autocomplete li.advsearch span { white-space: nowrap; width: 9em; cursor:pointer; line-height: 0.8em; padding:0; font-size: 0.9em; margin: 4px 10px; float:left; display:block; border-radius: 2px; height: 0.8em; border: 1px solid #444; color: #eee; padding: 4px 10px; background: transparent linear-gradient(to bottom, #333232 0%, #1D1D1D 100%) repeat scroll 0% 0%; }
ul.ui-autocomplete li.advsearch span:hover {  background: transparent linear-gradient(to bottom, #434242 0%, #2D2D2D 100%) repeat scroll 0% 0%; }
ul.ui-autocomplete li a span.label { float: left; width: 200px; margin-top: 3px; }
ul.ui-autocomplete li a span.label.airport, ul.ui-autocomplete li a span.label.operator { width: 260px; overflow: hidden; }
ul.ui-autocomplete li a span.rowIcon { background: url('../images/userUI_sprite.png?14') 0 -326px no-repeat; display: block; float: left; margin-right: 7px; }
ul.ui-autocomplete li a span.rowIcon.live, ul.ui-autocomplete li a span.rowIcon.schedule { background-position: 0 -326px; width: 15px; height: 19px; margin-top: 1px; }
ul.ui-autocomplete li a.ui-state-focus span.rowIcon.live, ul.ui-autocomplete li a.ui-state-focus span.rowIcon.schedule { background-position: 0 -306px; }
ul.ui-autocomplete li a span.rowIcon.aircraft { background-position: -19px -327px; width: 15px; height: 17px; margin-top: 2px; }
ul.ui-autocomplete li a.ui-state-focus span.rowIcon.aircraft { background-position: -19px -307px; }
ul.ui-autocomplete li a span.rowIcon.airport { background-position: -38px -327px; width: 14px; height: 18px; margin-top: 2px; }
ul.ui-autocomplete li a.ui-state-focus span.rowIcon.airport { background-position: -38px -307px; }
ul.ui-autocomplete li span.rowButton { width: 20px; height: 20px; display: block; position: absolute; right: 10px; top: 7px; z-index: 10; }
ul.ui-autocomplete li span.onground { background: url('../images/userUI_sprite.png?14') no-repeat -196px -307px; cursor: pointer; }
ul.ui-autocomplete li span.departures { background: url('../images/userUI_sprite.png?14') no-repeat -172px -328px; right: 33px; cursor: pointer; }
ul.ui-autocomplete li span.arrivals { background: url('../images/userUI_sprite.png?14') no-repeat -172px -307px; right: 56px; cursor: pointer; }

ul.ui-autocomplete li span.goto { background: url('../images/userUI_sprite.png?14') no-repeat -148px -328px; cursor: pointer; }
ul.ui-autocomplete li span.goto:hover { background: url('../images/userUI_sprite.png?14') no-repeat -148px -307px; }
ul.ui-autocomplete li a span.match { font-weight: bold; color: #333; }
ul.ui-autocomplete li a.ui-state-focus span.match { font-weight: bold; color: #fff; }
ul.ui-autocomplete li a span.playback { background: url('../images/userUI_sprite.png?14') -51px -51px no-repeat; height: 12px; padding-left: 17px; font-size: 0.95em; }
ul.ui-autocomplete li a.ui-state-focus span.playback { background-position: -51px -68px; }
.searchSuggestionsTop { position: absolute; z-index: 497; top: 0; left: 0; display: none; width: 22px; height: 11px; background: url('../images/userUI_sprite.png?14') no-repeat -56px -305px; }

.ui-autocomplete-input { background: url(../images/searchBox_bg.png) 0.6em 0.4em no-repeat #fff; }
.ui-autocomplete-input.ui-autocomplete-loading { background: url(../images/ajaxLoader_14.gif) 8px 4px no-repeat #fff; }
.ui-helper-hidden-accessible { display: none !important;}

/*-------------------------------------------
    Subpages
-------------------------------------------*/
header { margin-bottom: 15px; margin-top: 5px; }
header h1 { color: #555; font-size: 2.5em; }
header h3 { color: #555; font-weight: normal; }
header h3 a { font-weight: bold; text-decoration: underline; }

nav.secondary { padding: 4px 0 20px 0; margin-top: 15px; }
nav.secondary ul { }
nav.secondary li { float:left; }
nav.secondary li a { background: #ddd; background: rgba(0,0,0,0.1); border-radius: 25px; -moz-border-radius: 25px; -webkit-border-radius: 25px; color: #333; font-size: 1em; margin: 0 20px 15px 0; padding: 4px 12px; text-decoration: none; text-shadow: 0 1px 0 #eee; }
nav.secondary li a.active, nav.secondary li a:hover { background: #333; color: #fff; text-shadow: none; }

article { font-size: 1.05em; padding: 15px 25px; background: #f9f9f9; margin-bottom: 20px; box-shadow: 0 1px 3px rgba(0,0,0,0.2), inset 0 1px 0 #fff; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2), inset 0 1px 0 #fff; -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2), inset 0 1px 0 #fff; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
article h1 { font-weight: normal; font-size: 2.2em; color: #333; margin-bottom: 0.5em; text-shadow: none; }
article h2 { font-weight: normal; font-size: 2.2em; color: #333; margin-bottom: 0.5em; text-shadow: none; }
article h3 { font-weight: normal; color: #333; margin-bottom: 0.3em; padding-top: 1.4em; border-top: 1px solid #e0e0e0; text-shadow: none; }
article h3.noborder { border: 0; padding-top: 0;  font-size: 1.3em; }
article h4 { font-weight: normal; color: #333; margin-bottom: 1.7em; font-size: 1.2em; padding-top: 0; text-shadow: none; }
article h5 { font-weight: normal; color: #333; margin-bottom: 0.3; font-size: 1.1em; padding-top: 0; text-shadow: none; }
article p { margin-bottom: 15px; line-height: 18px; }
article p a { text-decoration: underline; font-weight: bold; }
article h4 a { text-decoration: underline; }
article .tw_box h3 { border: 0; }

form#contact input[type=text], form#contact textarea, form#contact .bigSelect select  { font: normal 110% Helvetica Neue, Arial, sans-serif; background: #fff; color: #333; margin-top: 2px; padding: 8px 10px; display; block; border: none; border-bottom: 1px solid #eee; -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.3); box-shadow: inset 0 1px 1px rgba(0,0,0,0.3); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
form#contact input:-moz-placeholder { color: #aaa; }
form#contact input:-webkit-input-placeholder { color: #aaa; }
form#contact input[type=submit] { font-size: 1.1em; }
form#contact p { margin-bottom: 10px; }
form#contact label { font-size: 1.1em; }
form#contact ul.error { margin-bottom: 10px; }
form#contact ul.error li, form#contact span.error { color: #f00; }

footer { text-align: center; margin-bottom: 15px; color: #777; text-shadow: 0 1px 0 #f9f9f9; }

body#map, #map_canvas { -ms-touch-action: none !important; }


/*-------------------------------------------
    Data
-------------------------------------------*/
body#data header { background: url("../images/header_icon_data.png") no-repeat 0 5px; height: 90px; padding-left: 100px; margin-top: 20px; }

/*-------------------------------------------
    About
-------------------------------------------*/
body#about { padding-top: 67px; background: url('../images/bg_noise.png'); }
body#about header { background: url("../images/header_icon_about.png") no-repeat 33px 3px; height: 90px; padding-left: 100px; }
body#about ul.genlist { padding: 0 5px 30px 20px; }
body#about ol.genlist { padding: 0 5px 15px 35px; }
body#about ul.genlist li { list-style-type: disc; }
body#about ol.genlist li { padding: 0 0 5px 0; }
body#about .genlist li a { text-decoration: underline; font-weight: bold; }
body#about img#devices { float: right; margin: -80px 0 -5px 40px; }

/*-------------------------------------------
    Events
-------------------------------------------*/
body#events { padding-top: 67px; background: url('../images/bg_noise.png'); }
body#events header { background: url("../images/header_icon_about.png") no-repeat 33px 3px; height: 90px; padding-left: 100px; }
body#events ul.genlist { padding: 0 5px 30px 20px; }
body#events ol.genlist { padding: 0 5px 15px 35px; }
body#events ul.genlist li { list-style-type: disc; }
body#events ol.genlist li { padding: 0 0 5px 0; }
body#events .genlist li a { text-decoration: underline; font-weight: bold; }
body#events img#devices { float: right; margin: -80px 0 -5px 40px; }
body#events article a { text-decoration: underline }

/*-------------------------------------------
    Increase coverage
-------------------------------------------*/
body#ic { padding-top: 72px; background: url('../images/bg_noise.png'); }
body#ic header { background: url("../images/header_icon_ic.png") no-repeat 5px 8px; height: auto; padding-left: 100px; }

body#ic ul.genlist { padding: 0 5px 30px 20px; }
body#ic ol.genlist { padding: 0 5px 15px 35px; }
body#ic ul.genlist li { list-style-type: disc; }
body#ic ol.genlist li { padding: 0 0 5px 0; }
body#ic .genlist li a { text-decoration: underline; font-weight: bold; }

body a.greenButton { display: block; font-size: 1.3em; font-weight: bold; color: #fff; text-shadow: 0 1px 0 #000; text-align: center; border: 1px solid #2a6e28; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; box-shadow: inset 0 2px 1px rgba(255,255,255,0.2), inset 0 -2px 1px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 2px 1px rgba(255,255,255,0.2), inset 0 -2px 1px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.3); -webkit-box-shadow: inset 0 2px 1px rgba(255,255,255,0.2), inset 0 -2px 1px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.3); background: #499744; background: linear-gradient(top, #5aa954 0%, #388535 100%); background: -o-linear-gradient(top, #5aa954 0%, #388535 100%); background: -moz-linear-gradient(top, #5aa954 0%, #388535 100%); background: -webkit-linear-gradient(top, #5aa954 0%, #388535 100%); background: -ms-linear-gradient(top, #5aa954 0%, #388535 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #5aa954),color-stop(1, #388535)); }
body a.greenButton:hover { box-shadow: inset 0 2px 1px rgba(255,255,255,0.2), inset 0 -2px 1px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.3), inset 0 0 50px rgba(0,0,0,0.15); -moz-box-shadow: inset 0 2px 1px rgba(255,255,255,0.2), inset 0 -2px 1px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.3), inset 0 0 50px rgba(0,0,0,0.15); -webkit-box-shadow: inset 0 2px 1px rgba(255,255,255,0.2), inset 0 -2px 1px rgba(0,0,0,0.1), 0 0 3px rgba(0,0,0,0.3), inset 0 0 50px rgba(0,0,0,0.15); }

body#ic a.greenButton.start { padding: 30px 20px; width: 380px; margin: 20px 0 20px 0; }

body#ic div#premiumContent { background: #f1f1f1; padding: 10px; text-shadow: 0 1px 0 #fff; margin-top: 40px; }
body#ic div#premiumContent p { font-size: 1.3em; text-align: center; padding: 10px 100px; }
body#ic ul#promo_features { margin: 10px 0; }
body#ic ul#promo_features li.device { float: left; width: 220px; border-right: 1px solid #cacaca; padding: 10px 0 0 0; }
body#ic ul#promo_features li.device.first {  }
body#ic ul#promo_features li.device.last { border: none; }
body#ic ul#promo_features li.device ul.features li.header { height: 50px; font-size: 1.2em; color: #707070; padding: 10px 0 0 95px; border-bottom: 1px solid #cacaca; margin-bottom: 10px; }
body#ic ul#promo_features li#web ul.features li.header { background: url('../images/premium/icon_web.png') no-repeat 25px 0; }
body#ic ul#promo_features li#iphone ul.features li.header { background: url('../images/premium/icon_iphone.png') no-repeat 25px 0; padding-left: 77px; }
body#ic ul#promo_features li#android ul.features li.header { background: url('../images/premium/icon_android.png') no-repeat 25px 0; padding-left: 85px; }
body#ic ul#promo_features li#macos ul.features li.header { background: url('../images/premium/icon_macos.png') no-repeat 25px 0; }
body#ic ul#promo_features li ul.features li.feature { background: url('../images/premium/icon_tick.png') no-repeat 25px 0; padding: 2px 10px 15px 62px; color: #000; font-size: 1.1em; }

body#ic #downloadBox { float: right; background: #eee; padding: 20px; margin: -15px 0 30px 30px; border: 1px solid #e4e4e4; width: 220px; text-shadow: 0 1px 0 #fff;}
body#ic a#downloadButton { width: 220px; height: 47px; position: relative; margin-bottom: 4px; text-transform: uppercase; }
body#ic a#downloadButton span#arrow { display: block; width: 25px; height: 26px; background: url('../images/download_arrow.png') no-repeat; position: absolute; right: 11px; top: 11px; }
body#ic #downloadBox a#downloadButton span#text { display: block; line-height: 46px; margin-right: 32px; }
body#ic #downloadBox p.downloadInfo { text-align: center; color: #777; font-style: italic; font-size: 0.93em; margin-bottom: 0; }
body#ic #downloadBox span.recentInfo { font-size: 0.93em; color: #777; font-weight: bold; }

body#ic #downloadBox #changelistContainer { position: relative; max-height: 100px; overflow: hidden; }
body#ic #downloadBox #changelistContainer.full { max-height: 1000px; }
body#ic #downloadBox #changelistContainer.full a#showMore { padding-top: 10px; }
body#ic #downloadBox #changelistContainer ul.changelist { font-size: 0.9em; color: #777; list-style-type: square; margin-left: 15px; margin-bottom: 20px; }
body#ic #downloadBox #changelistContainer ul.changelist li { margin-bottom: 5px; }
body#ic #downloadBox #changelistContainer a#showMore { position: absolute; bottom: 0; display: block; text-align: center; width: 100%; font-size: 0.9em; font-weight: bold; color: #999; cursor: pointer; padding-top: 40px; background: linear-gradient(top, rgba(238,238,238,0) 0%, #388535 80%); background: -o-linear-gradient(top, rgba(238,238,238,0) 0%, #eee 80%); background: -moz-linear-gradient(top, rgba(238,238,238,0) 0%, #eee 80%); background: -webkit-linear-gradient(top, rgba(238,238,238,0) 0%, #eee 80%); background: -ms-linear-gradient(top, rgba(238,238,238,0) 0%, #eee 80%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgba(238,238,238,0)),color-stop(0.8, #eee)); }


body#ic ul.stepByStep { background: #eee; padding: 20px; margin-bottom: 20px; }
body#ic ul.stepByStep li { float: left; margin-right: 40px; font-size: 0.95em; color: #555; }
body#ic ul.stepByStep li img { margin-bottom: 10px; }
body#ic ul.stepByStep li p { margin-bottom: 0; }
body#ic ul.stepByStep .ppSteps { list-style-type: disc; margin: 10px 20px; }
body#ic ul.stepByStep .ppSteps li { float: none; font-size: 1.03em; }
body#ic ul#hardwareList { }
body#ic ul#hardwareList li { background: #eee; padding: 10px; width: 192px; border: 1px solid #e4e4e4; float: left; margin-right: 15px; }
body#ic ul#hardwareList li h4 { margin: 0 0 5px 0; padding: 0; font-size: 1.5em; }
body#ic ul#hardwareList li p { margin: 5px 0 0 0;  }

/*-------------------------------------------
    Admin
-------------------------------------------*/
body#admin { padding-top: 67px; background: url('../images/bg_noise.png'); }
body#admin header { background: url("../images/header_icon_about.png") no-repeat 33px 3px; height: 90px; padding-left: 100px; }body#admin article { height: 650px; }
body#admin input { width: 100%; }
body#admin input.button { width: 48%; }
body#admin label { font-weight: bold; }
body#admin a { font-weight: bold; text-decoration: underline }

/*-------------------------------------------
    Increase coverage
-------------------------------------------*/
body#apps { padding-top: 72px; background: url('../images/bg_noise.png'); }
body#apps header { background: url("../images/header_icon_apps.png") no-repeat 23px 5px; height: 90px; padding-left: 100px; }


/*-------------------------------------------
    Scrollbar
-------------------------------------------*/

#leftColOverlay .jspVerticalBar { background: #e0e0e0; width: 11px; }
#leftColOverlay .jspTrack { background: #e0e0e0; padding: 0 1px; }
#leftColOverlay .jspDrag { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; background: #fff; cursor: auto; }

#modalContent .jspVerticalBar { background: #e0e0e0; width: 11px; }
#modalContent .jspTrack { background: #e0e0e0; padding: 0 1px; }
#modalContent .jspDrag { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; background: #fff; cursor: auto; }

#leftCol .jspVerticalBar { background: none; width: 11px; }
#leftCol .jspTrack { background: none; padding: 0 1px; }
#leftCol .jspDrag { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; background: rgba(255, 255, 255, 0.2); cursor: auto; }

/*-------------------------------------------
    Premium
-------------------------------------------*/

div#premiumOverlay { top: 257px; }

#premiumOverlay ul.signInForm { margin-top: 5px; }
#premiumOverlay ul.signInForm li { background: rgba(0,0,0,0.08); padding: 4px; margin-bottom: 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
#premiumOverlay ul.signInForm li input { border: 1px solid #ccc; padding: 5px 8px; width: 188px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
#premiumOverlay ul.signInForm li input:focus { border-color: #aaa; }
#premiumOverlay p.infoText { border-bottom: 1px solid #ccc; padding-bottom: 8px; }
#premiumOverlay p a { color: #666; text-shadow: 0 1px 0 #fff; text-decoration: underline; }
#premiumOverlay h4 { padding-top: 8px; border-top: 1px solid #fff; }
#premiumOverlay label { font-size: 0.95em; color: #666; }
#premiumOverlay ul.premiumLinks { font-size: 0.95em; margin: 5px 0 0 0; }
#premiumOverlay ul.premiumLinks li { margin-bottom: 3px; }
#premiumOverlay ul.premiumLinks li a { text-decoration: underline; }

/* Selectmenu
----------------------------------*/
.ui-selectmenu { display: block; display: inline-block; position: relative; border: 0; height: 1.6em; overflow: hidden; zoom: 1; -moz-box-shadow: inset 0 1px 1px #000; -webkit-box-shadow: inset 0 1px 1px #000; box-shadow: inset 0 1px 1px #000; border-bottom: 1px solid #fff; background: #3f3f3f; background: linear-gradient(top, rgb(63,63,63) 0%, rgb(56,56,56) 100%); background: -o-linear-gradient(top, rgb(63,63,63) 0%, rgb(56,56,56) 100%); background: -moz-linear-gradient(top, rgb(63,63,63) 0%, rgb(56,56,56) 100%) #333; background: -webkit-linear-gradient(top, rgb(63,63,63) 0%, rgb(56,56,56) 100%); background: -ms-linear-gradient(top, rgb(63,63,63) 0%, rgb(56,56,56) 100%); background: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(63,63,63)),color-stop(1, rgb(56,56,56))); -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.ui-selectmenu-icon.ui-icon { position: absolute; z-index: 1; top: 2px; right: 0; width: 16px; height: 21px; line-height: 20px; padding-left: 6px; border-left: 1px solid #313132; -moz-border-radius: 0 3px 3px 0; -webkit-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; background: url("../images/selectArrow.png") no-repeat 7px 8px #333; }
.ui-selectmenu-menu { padding:0; margin:0; position:absolute; top: 0; display: none; z-index: 1005;} /* z-index: 1005 to make selectmenu work with dialog */
.ui-selectmenu-menu  ul { padding:0; margin:0; list-style:none; position: relative; overflow: auto; overflow-y: auto ; overflow-x: hidden; background: #fff; border: 0; border-radius: 0 0 3px 3px; box-shadow: 0 1px 5px rgba(0,0,0,0.3); -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3); -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3); }
.ui-selectmenu-open { display: block; }
.ui-selectmenu-menu-popup { margin-top: -1px; }
.ui-selectmenu-menu li { padding:0; margin:0; display: block; border: 0; border-bottom: 1px solid #eee; }
.ui-selectmenu-menu li.ui-state-hover { border: 0; border-bottom: 1px solid #eee; background: #333; }
.ui-selectmenu-menu li.ui-state-hover a { color: #fff; }
.ui-selectmenu-menu li a,.ui-selectmenu-status { line-height: 2.3em; display: block; padding: 0 8px; outline: none; text-decoration: none; line-height: 1.8em; font-size: 0.7em; color: #333;  }

.ui-selectmenu-menu li.ui-state-disabled a, .ui-state-disabled { cursor: default; }
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px; }
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; }
.ui-selectmenu-status { line-height: 2.3em; color: #fff;  }
.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .2em; }
.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }
/* for optgroups */
.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; padding: .6em .5em 0; font-weight: bold; }
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }
/* IE6 workaround (dotted transparent borders) */
* html .ui-selectmenu-menu li { border-color: pink; filter:chroma(color=pink); width:100%; }
* html .ui-selectmenu-menu li a { position: relative }
/* IE7 workaround (opacity disabled) */
*+html .ui-state-disabled, *+html .ui-state-disabled a { color: silver; }

/*-------------------------------------------
    Landing ADSB
-------------------------------------------*/

body#landing_adsb { background: url('../images/bg_noise_blue.png'); }
body#landing_adsb .openSans { font: normal 100% 'Open Sans', Helvetica Neue, Arial, sans-serif; }
body#landing_adsb div.container { width: 1000px; margin: 0 auto; }

body#landing_adsb section#intro { background: url('../images/bg_noise_light.png'); }
body#landing_adsb section#intro div.container { padding: 65px 0 35px 0; }
body#landing_adsb section#intro h1 { text-align: center; font-weight: normal; font-size: 3.6em; color: #333; text-shadow: 0 1px 0 #fff; margin: 0.3em 0; }
body#landing_adsb section#intro h1 span.highlight { color: #777; }
body#landing_adsb section#intro h2 { text-align: center; font-weight: 300; font-size: 1.36em; color: #333; text-shadow: 0 1px 0 #fff; }
body#landing_adsb section#intro h4.premiumInfo { text-align: center; font-weight: 300; font-size: 1em; color: #333; text-shadow: 0 1px 0 #fff; margin-top: 1.8em; padding: 0 150px; }
body#landing_adsb section#intro ul#perkList { margin-top: 45px; }
body#landing_adsb section#intro ul#perkList li { float: left; color: #666; margin-right: 50px; }
body#landing_adsb section#intro ul#perkList li.last { margin-right: 0; }
body#landing_adsb section#intro ul#perkList li span.perkIcon { float: left; display: block; width: 55px; height: 55px; margin-right: 20px; background: url('../images/landing_adsb_perks.png') no-repeat 0 0; }
body#landing_adsb section#intro ul#perkList li span.perkIcon.apps { background-position: 0 -58px; }
body#landing_adsb section#intro ul#perkList li span.perkIcon.cloud { background-position: 0 -116px; }
body#landing_adsb section#intro ul#perkList li div.perkInfo { float: left; width: 225px; }
body#landing_adsb section#intro ul#perkList li div.perkInfo h3 { font-size: 1.3em; font-weight: 700; color: #666; }
body#landing_adsb section#intro ul#perkList li div.perkInfo p { margin: 0.5em 0; }
body#landing_adsb section#intro ul#perkList li div.perkInfo a { color: #fe5858; text-decoration: underline; }
body#landing_adsb section#intro a.greenButton { width: 350px; padding: 30px 20px; margin: 15px auto 0 auto; }

body#landing_adsb section#info div.container { padding: 40px 0; }
body#landing_adsb section#info h2 { color: #20566c; text-shadow: 0 1px 0 #fff; text-align: center; font-size: 2.3em; font-weight: 300;  }
body#landing_adsb section#info div#infographicContainer { width: 1000px; height: 610px; background: url('../images/landing_adsb_info.png') no-repeat; position: relative; margin: 40px 0; }
body#landing_adsb section#info div#infographicContainer span.info { position: absolute; width: 80px; color: #6a8d9e; font-size: 0.92em; text-shadow: 0 1px 0 #fff; }
body#landing_adsb section#info div#infographicContainer span.info.feeders { top: 180px; left: 0; text-align: right; }
body#landing_adsb section#info div#infographicContainer span.info.aircraft { top: 90px; right: 0; }
body#landing_adsb section#info div#infographicContainer span.info.data { top: 352px; left: 643px; width: 120px; }
body#landing_adsb section#info div#infographicContainer span.info.website { top: 403px; left: 0; width: 85px; text-align: right; }
body#landing_adsb section#info div#infographicContainer span.info.apps { top: 428px; right: 15px; width: 110px; }

body#landing_adsb footer { color: #6a8d9e; }
body#landing_adsb footer a { color: #375f73; }

table.sortable th { cursor: pointer; }

.planeLabel { width: 214px; height: 87px; display: block; position: absolute; top: 100px; left: 300px; background: url('../images/cw_label_square.png'); no-repeat; color: #fff; text-shadow: 0 1px 0 #000; border: 1px solid #fff }
.planeLabel span.flight { position: absolute; top: 6px; left: 12px; font-size: 1.7em; font-weight: bold; }
.planeLabel span.altFlight { font-size: 0.7em; font-weight: normal; }
.planeLabel span.from { position: absolute; top: 39px; left: 42px; font-size: 1.35em; font-weight: bold; }
.planeLabel span.to { position: absolute; top: 39px; left: 119px; font-size: 1.35em; font-weight: bold; }
.planeLabel span.info { position: absolute; top: 62px; left: 15px; font-size: 1.11em;  }
.planeLabel span.model { color: #aaa; }
.planeLabel span.distance { position: absolute; width: 30px; left: 178px; top: 12px; text-align: center; font-size: 1.5em; line-height: 0.52em; }
.planeLabel span.unit { font-size: 0.52em; }

table.sortable th { cursor: pointer; }

/*
*  Timeline CSS
*/

div.timeline-frame { -moz-box-sizing: border-box; border: 1px solid #C1D7E6; box-sizing: border-box; overflow: hidden; position: relative; }
div.timeline-content { overflow: hidden; position: relative; }
div.timeline-axis {-moz-box-sizing: border-box; border-color: #C1D7E6; border-top-style: solid; border-width: 1px; box-sizing: border-box; }
div.timeline-axis-grid { -moz-box-sizing: border-box; border-left-style: solid; border-width: 1px; box-sizing: border-box;}
div.timeline-axis-grid-minor { border-color: #BAD6E8;}
div.timeline-axis-grid-major { border-color: #8BBBD9;}
div.timeline-axis-text {color: #777; padding: 3px; white-space: nowrap; font-size: 10px;}
div.timeline-axis-text-minor {}
div.timeline-axis-text-major {}
div.timeline-event {-moz-box-sizing: border-box; background-color: #d5ddf6; border-color: #97b0f8; box-sizing: border-box; color: #1a1a1a; display: inline-block;}
div.timeline-event-selected { background-color: #fff785; border-color: #ffc200; z-index: 999; }
/* TODO: use another color or pattern? */
div.timeline-event-cluster { background: url('img/cluster_bg.png') #97b0f8; color: #ffffff; }
div.timeline-event-cluster div.timeline-event-dot { border-color: #d5ddf6;}
div.timeline-event-box { -moz-border-radius: 5px; /* For Firefox 3.6 and older */border-radius: 5px;border-style: solid;border-width: 1px;text-align: center;}
div.timeline-event-dot {-moz-border-radius: 5px; /* For Firefox 3.6 and older */border-radius: 5px;border-style: solid;border-width: 5px;}
div.timeline-event-range {-moz-border-radius: 2px; /* For Firefox 3.6 and older */border-radius: 2px;border-style: solid;border-width: 1px;}
div.timeline-event-range-drag-left { cursor: w-resize; z-index: 1000;}
div.timeline-event-range-drag-right { cursor: e-resize; z-index: 1000;}
div.timeline-event-line { -moz-box-sizing: border-box; border-left-style: solid; border-left-width: 1px; box-sizing: border-box;}
div.timeline-event-content { margin: 5px; overflow: hidden; white-space: nowrap; }
div.timeline-groups-axis { -moz-box-sizing: border-box; border-color: #bebebe; border-width: 1px; box-sizing: border-box; }
div.timeline-groups-axis-onleft { border-style: none solid none none; }
div.timeline-groups-axis-onright { border-style: none none none solid; }
div.timeline-groups-text { color: #4d4d4d; padding-left: 10px; padding-right: 10px; }
div.timeline-currenttime { -moz-box-sizing: border-box; background-color: #ff7f6e; box-sizing: border-box; width: 2px; }
div.timeline-customtime { -moz-box-sizing: border-box; background-color: #2574A5; box-sizing: border-box; cursor: col-resize; width: 2px; }


button#playback-zoomin{ padding: 2px !important;}
button#playback-zoomout{ padding: 2px 3px !important;}
#playbackStatus{ color: #777;float: right; font-size: 11px; margin: -30px 10px 0 0; text-align: right;}

div#playback-scroll-left, div#playback-scroll-right{  background: url(../images/overlayBoxArrow.png) no-repeat 5px 25px #2574A5; height: 60px; width: 20px; z-index: 999; filter:alpha(opacity=30); -moz-opacity: 0.3; opacity: 0.3; }
div#playback-scroll-right{ -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); margin-left: 3px;}
div#playback-scroll-left{margin-right: 3px;}
div#playbackTimelineContainer, div#playback-scroll-left, div#playback-scroll-right{  float: left;}

div.selectedAircfratTooltip > div{ white-space: nowrap; }

.settingsHelpText span.subTrackInfo {width: 10px; height: 2px; position: absolute; margin-top: 5px;}
.settingsHelpText span.subTrackInfo.east { background-color: #00FFFF; }
.settingsHelpText span.subTrackInfo.west { background-color: #00FF00; }
.settingsHelpText span.subTrackInfoText { padding-left: 15px;}
.settingsHelpText > div{ float:left; margin-right: 10px;}

/* Contact Us */
.fb-like-box { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; border: 1px solid #e8e8e8; }
#ieWarningMsg { background-color: #fcf8e3; border: 1px solid #faebcc; color: #8a6d3b; padding: 10px; font-weight: bold; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; margin-bottom: 20px; }
#subContentsAnswer, #pressMsg { color: #333; background: rgba(0,0,0,0.1); padding: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; display: none; margin: 0 0 25px;}

form.contact_us select { font-size: 12px; margin-top: 5px; }
form.contact_us select option{ padding: 2px 2px 2px 5px; }

form.contact_us input[type=text]:disabled, form.contact_us textarea:disabled { background: #ddd !important; overflow: hidden; }
form#contact span.error { font-style: italic; padding-left: 10px; font-size: 11px; }
form#contact ul.suggestions { border: 1px solid #ccc; margin-bottom: 20px; }
form#contact ul.suggestions li { padding: 5px; cursor: pointer; }
form#contact ul.suggestions li:nth-child(odd){ background-color: #F4F4F4; }
form#contact ul.suggestions li:nth-child(even){ background-color: #EBEBEB; }
#subContentsAnswer a, #subContentsSugg a { font-weight: bold; text-decoration: underline; }
.recaptcha_only_if_privacy a { color: #0084b4 !important; }

.cursor-progress { cursor:progress !important; }

.forgot-password { float: right; font-size: 0.8em !important; padding-top: 4px; text-decoration: underline !important; }

#tmpClockClone { position: absolute; background-color: rgb(0, 0, 0); z-index: 999; font-family: "Digital"; font-size: 3em; color: rgb(255, 255, 255); bottom: 50px; right: 50px; padding: 12px; display: none;}
#tmpClockClone span { padding-right: 10px;}

.menuChoices span.label a, .menuChoices span.text a { color:#c0c0c0; }

#menuStatsContent span.label, #menuStatsContent span.text, #menuAirportStatsContent span.label, #menuAirportStatsContent span.text{ display: block;}
#menuStatsContent span.label, #menuAirportStatsContent span.label{ float: left; }
#menuStatsContent span.text, #menuAirportStatsContent span.text{ float: right; text-align:right;}
#menuAirportStatsContent span.text{ width: 25px; }
#menuStatsContent span.total, #menuAirportStatsContent span.total{ color: #999; display:block; float: right; width: 45px; text-align: right; }
#menuAirportStatsContent span.label a span{ display: block; float: left; }
#menuAirportStatsContent span.label a .airportName{ margin-right: 3px; white-space: nowrap; background-color: #111; }
#menuAirportStatsContent span.label a .clipped{ overflow: hidden; text-overflow: ellipsis; max-width: 95px; }
#menuAirportStatsContent span.label a .unclipped{ position: absolute; }
#menuStats .fa:hover, #menuAirportStatsContent .fa:hover{ color: white; }
#menuAirportStatsContent span.hasTooltip { cursor: pointer; }
#storeBadges { margin-top: 10px;}
#storeBadges a{ margin: 0 5px; float: left;}

#airportDelays .delayStatsBar ul { height: 85px; }
#airportDelays .delayStatsBar ul li { width: 90px; border: none; padding: 2px 0 0 0; margin: 0;}
#airportDelays .delayStatsBar .halfDonutChartContainer { width: 90px; height: 30px; margin: 5px auto 0 auto; }
#airportDelays .delayStatsBar .halfDonutChart .inner { font-size: 1.3em; width: 50px; height: 50px; left: 5px; top: 5px; background-color: #f9f9f9; }
#airportDelays tr.odd .delayStatsBar .halfDonutChart .inner { background-color: #f5f5f5; }
#airportDelays .delayStatsBar .halfDonutChart { width: 60px; height: 60px;  }
#airportDelays table.flightList td { padding: 0px 7px; }
#airportDelays .delayStatsBar .halfDonutChart .progress { }
#airportDelays .delayStatsBar .halfDonutChart .progress .fill { clip: rect(0px, 30px, 90px, 0px); -moz-clip: rect(0px, 30px, 90px, 0px); -webkit-clip: rect(0px, 30px, 90px, 0px); }
#airportDelays .delayStatsBar .avgDelay  { margin-top: 7px; }
#airportDelays .delayStatsBar .avgDelay .avgDelayNumber { font-size: 1.3em; }
#airportDelays .delayStatsBar .avgDelay .avgDelayMinutes { font-size: 0.8em; }

#airportDelays .delayStatsBar li > strong{ font-size: 0.8em; }

.PlanePageSearchbox, .AirportDelayDropdown { float: right !important; margin: 15px 10px 0 0px; }
.PlanePageSearchbox li, .AirportDelayDropdown li{ border: none !important; }
.PlanePageSearchbox li img, .AirportDelayDropdown li img { position: absolute; margin: 5px 0 0;}
#PlanePageSearchbox { width: 127px; height: 19px; font-size: 0.9em; padding: 2px 0 1px 25px; border: 1px solid #ccc; margin-right: 8px; -moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px; -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 2px rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 2px rgba(0,0,0,0.1); box-shadow: 0 1px 0 #fff, inset 0 1px 2px rgba(0,0,0,0.1); }

.AirportDelayDropdown select{ font-size: 12px; height: 25px; width: 150px; }
.AirportDelayDropdown option { padding: 3px;}
.infoSeparator { height: 1px; margin: 5px auto; background-color: rgb(51, 105, 158); width: 75%; }

@font-face {
	font-family: Helvetica;
	src: local('Arial');
}

@font-face {
	font-family: "Helvetica Neue";
	src: local('Arial');
}

@font-face {
	font-family: 'Helvetica Neue Custom';
	src: local('Arial');
}

@font-face {
	font-family: Helvetica;
	font-weight: bold;
	font-weight: 700;
	src: local('Arial');
}

@font-face {
	font-family: "Helvetica Neue";
	font-weight: bold;
	font-weight: 700;
	src: local('Arial');
}

@font-face {
	font-family: "Helvetica Neue Custom";
	font-weight: bold;
	font-weight: 700;
	src: local('Arial');
}

.btnCircleTable {
	cursor: pointer;
	padding:1px 1px 0 0;
	border: 0;
	color:#000 !important;
	width:16px;
	height:16px;
	line-height:16px;
	text-align:center;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	box-shadow: 0 0 1px #aaa, 0 1px 1px #555, inset 0 2px 1px
		rgba(255, 255, 255, 0.6);
	-moz-box-shadow: 0 0 1px #aaa, 0 1px 1px #555, inset 0 2px 1px
		rgba(255, 255, 255, 0.6);
	-webkit-box-shadow: 0 0 1px #aaa, 0 1px 1px #555, inset 0 2px 1px
		rgba(255, 255, 255, 0.6);
	background: #f2f2f2;
	background: linear-gradient(top, #f2f2f2 0%, #c4c4c4 100%);
	background: -o-linear-gradient(top, #f2f2f2 0%, #c4c4c4 100%);
	background: -moz-linear-gradient(top, #f2f2f2 0%, #c4c4c4 100%);
	background: -webkit-linear-gradient(top, #f2f2f2 0%, #c4c4c4 100%);
	background: -ms-linear-gradient(top, #f2f2f2 0%, #c4c4c4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2f2f2),
		color-stop(1, #c4c4c4));
	overflow: hidden;
	margin-right:-20px
}
.btnCircleTable:disabled, .btnCircleTable:active, .btnCircleTable.active {
	box-shadow: inset 0 1px 1px #555, 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 1px #555, 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 1px 1px #555, 0 1px 0 #fff;
	cursor:default;
	text-shadow:0px 0px 5px #60BBE7;
}
.btnCircleTable:disabled {
	cursor: default
}

.top-chooser {margin-left: 41%}
.share-stat { width: 100%;}
.share-stat th, .share-stat td { text-align: left; }
.share-stat .sortable { cursor: pointer;}
.chosen:after  { content:"\f0d7"; font-family: FontAwesome;}

.share-stats-spinner { margin-left: 45%;}
.country-dropdown {  display: initial;}
.country-dropdown .dropdown-toggle  { cursor: pointer;}
.country-dropdown .dropdown-menu { width: auto; overflow-y: scroll;  height: 400px;}
.country-dropdown .dropdown-menu a {text-align: left; cursor: pointer;}
.no-feeders {text-align: center; display: none}
.tooltip-inner {  text-shadow: none;  }
