/*
	Theme, main colors:
	
	-------- Style Blue: --------
	Background white:	#FFFFFF
	Menu background dark: #121418
	Font color dark green: #474747
	a-highlight color blue: #266A8C
	standard blue: #08306B
	brighter blue: #007BB8
	very bright blue: #DAE9F0
	veryvery bright blue: #F4F6F7
	Map landscape gray: #DEDEDE
	Login/Footer dark gray: #CCCCCC 
	standard red: #FC002E
*/

body { 
	background-color: #E9E9E9;
	color: #474747; /* ------------------------------------------ major font color */
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	font-size: 86%; /* 86% */ /* ------------------------------------------ major font size */
	padding: 0px;
	line-height: 160%;
}

#body_Main {
	width: 970px; /* ------------------------------------------ major width value */
	background: var(--background-color);
	padding-bottom: 10px;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
}

#loginwrapper {
	background: var(--background-color);
	color: var(--color);
	width: 968px;
	height: 60px;
	margin-top: 0px;
	float: right;
	padding-bottom: 0px;
	line-height: 140%;
	font-size: 86%;
}
#login {
	float: right;
	top: 0px;
	right: 0px;
	width: 420px;
	height: 51px;
	position: relative;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #CCCCCC;
	border: 1px solid #ddd;
	border-top: 0px;
	padding-top: 5px;
	padding-right: 50px;
	padding-left: 15px;
	color: var(--color);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
#loggedin {
	float: right;
	top: 0px;
	right: 0px;
	width: 350px;
	height: 51px;
	position: relative;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #CCCCCC;
	border: 1px solid #ddd;
	border-top: 0px;
	padding-top: 5px;
	padding-right: 50px;
	padding-left: 5px;
	color: var(--color);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
input[type=text], input[type=password] {
	font-size: 100%;
	line-height: 100%;
	height: 20px;
	margin: 0px;
}

#topBannerCargo {
	width: 294px;
	height: 108px;
	background: #ffffff;
	background: url(images/ACV_header.png) 99% no-repeat;
	margin-bottom: 0px;
}
#topBannerCharter {
	background: #ffffff;
	background: url(images/AChV_header.png) 99% no-repeat;
	position: relative;
	width: 180px;
	height: 65px;
	background-size: 100%;
	margin-top: 35px;
	float: right;
}

#innerwrapper {
	width: 968px;
	margin-top: 20px;
	background: #ffffff;
	float: right;
	border: 1px solid #cccccc;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-bottom: 0px;
}
h_innerwrapper_invisible_txt {
	color: #ffffff;
}
h_color_green{
	color: #0c8f00;
}
h_color_red{
	color: #d60000;
}

#footer {
	width: 968px;
	height: 100px;
	clear: both;
	text-align: right;
	background-color: #CCCCCC;
	color: var(--color);
	font-size: 86%;
	line-height: 140%;
}
#footer p {
	padding: 15px;
}

a {
	color: #266A8C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.a_MonthsBestPilot {
	font-size: 80%;
	color: #266A8C;
	text-decoration: none;
}
a_MonthsBestPilot_NoHover {
	font-size: 80%;
}

/* Form generally */
#website_btn {
	background: #ffffffe1;
	border: 1px solid #cccccc;
	color: var(--color);
}
#website_btn:hover {
	background: var(--color);
	border: 1px solid #266A8C;
	color: #266A8C;
}
#website_cbx {
	background: #ffffffe1;
	border: 1px solid #cccccc;
	color: var(--color);
}
#website_cbx:hover {
	background: var(--color);
	border: 1px solid #266A8C;
	color: #266A8C;
}

/* Form layout */
#layout_btn_toggle_darkmode {
	background: #ffffff;
	border: 0px solid #ffffff;
	color: #266A8C;
	text-decoration: none;
	float: right;
}
#layout_btn_toggle_darkmode:hover {
	text-decoration: underline;
	cursor: pointer;
}

/* Form news_main */
#news_main_cbx_section {
	background: #ffffffe1;
	border: 1px solid #cccccc;
	color: var(--color);
}
#news_main_cbx_section:hover {
	background: var(--color);
	border: 1px solid #266A8C;
	color: #266A8C;
}

/* Form pireps_viewall */
#pireps_viewall_cbx_section {
	background: #ffffffe1;
	border: 1px solid #cccccc;
	color: var(--color);
}
#pireps_viewall_cbx_section:hover {
	background: var(--color);
	border: 1px solid #266A8C;
	color: #266A8C;
}

/* Form ruleregs */
#ruleregs_btn_continue {
	background: #ffffffe1;
	border: 2px solid #cccccc;
	color: var(--color);
}
#ruleregs_btn_continue:hover {
	background: var(--color);
	border: 2px solid #266A8C;
	color: #266A8C;
}

/* Form registration_mainform */
#registration_mainform_cbx_airline_code {
	background: #ffffffe1;
	border: 1px solid #cccccc;
	color: var(--color);
}
#registration_mainform_cbx_airline_code:hover {
	background: var(--color);
	border: 1px solid #266A8C;
	color: #266A8C;
}
#registration_mainform_cbx_location {
	background: #ffffffe1;
	border: 1px solid #cccccc;
	color: var(--color);
}
#registration_mainform_cbx_location:hover {
	background: var(--color);
	border: 1px solid #266A8C;
	color: #266A8C;
}
#registration_mainform_cbx_hub {
	background: #ffffffe1;
	border: 1px solid #cccccc;
	color: var(--color);
}
#registration_mainform_cbx_hub:hover {
	background: var(--color);
	border: 1px solid #266A8C;
	color: #266A8C;
}
#registration_mainform_btn_submit {
	background: #ffffffe1;
	border: 2px solid #cccccc;
	color: var(--color);
}
#registration_mainform_btn_submit:hover {
	background: var(--color);
	border: 2px solid #266A8C;
	color: #266A8C;
}

/* Form schedule_searchform */
#schedule_searchform_cbx_depicao {
	background: #ffffffe1;
	border: 1px solid #cccccc;
	color: var(--color);
}
#schedule_searchform_cbx_depicao:hover {
	background: var(--color);
	border: 1px solid #266A8C;
	color: #266A8C;
}
#schedule_searchform_cbx_arricao {
	background: #ffffffe1;
	border: 1px solid #cccccc;
	color: var(--color);
}
#schedule_searchform_cbx_arricao:hover {
	background: var(--color);
	border: 1px solid #266A8C;
	color: #266A8C;
}
#schedule_searchform_cbx_equipment {
	background: #ffffffe1;
	border: 1px solid #cccccc;
	color: var(--color);
}
#schedule_searchform_cbx_equipment:hover {
	background: var(--color);
	border: 1px solid #266A8C;
	color: #266A8C;
}
#schedule_searchform_cbx_distance {
	background: #ffffffe1;
	border: 1px solid #cccccc;
	color: var(--color);
}
#schedule_searchform_cbx_distance:hover {
	background: var(--color);
	border: 1px solid #266A8C;
	color: #266A8C;
}
#schedule_searchform_txb_distance {
	background: #ffffffe1;
	border: 1px solid #cccccc;
	color: var(--color);
}
#schedule_searchform_btn_submit {
	background: #ffffffe1;
	border: 1px solid #cccccc;
	color: var(--color);
}
#schedule_searchform_btn_submit:hover {
	background: var(--color);
	border: 1px solid #266A8C;
	color: #266A8C;
}

/* Aufklappbare Textbox, summary text */
summary {
	padding: 3px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 100%;
	font-weight: bold;
}
summary:focus {
  	outline: none;
	cursor: default;
}
summary:hover {
	text-decoration: underline;
	cursor: pointer;
}

.summarydefault {
	background-color: #ffffff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.summarygrey {
	background-color: #E8E8E8;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.summaryfleetaircraftheadbox {
	background-color: #272727;
	color: #FFFFFF;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.summaryblue {
	background-image: linear-gradient(to right, #08306B 0%, #DAE9F0 100%);
	background-color: #08306B;
	color: #FFFFFF;
	text-shadow: 1px 1px var(--color);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.summarybrightblue {
	background-color: #DAE9F0;
}

.summarygrey_bids {
	background-color: #E8E8E8;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.summarybrightred_dailies {
	background-color: #e1d5d7;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.summarybrightblue_cargojobs {
	background-color: #b6cae6; /* #77a8f1 */
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.summarybrightyellow_charter {
	background-color: #faf0d5;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.summarybrighttuerkis_handcrafted {
	background-color: #c9c5da; /* #caf5f3; */
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
/* ********************************************************** */

h1 {
	font-size: 200%;
	margin-bottom: 25px;
}

h2 {
	font-size: 135%;
}

/* blue */
h3 {
	background: url(images/arrow-bullet_sub.png) no-repeat 0% 55%;
	background-image: url(images/arrow-bullet_sub.png), linear-gradient(to right, #08306B 0%, #DAE9F0 100%);
	background-color: #08306B;
	color: #FFFFFF;
	padding: 4px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-shadow: 1px 1px var(--color);
	font-size: 100%;
}

/* bright grey */
h4 {
	background: url(images/arrow-bullet_sub.png) no-repeat 0% 55%;
	background-image: url(images/arrow-bullet_sub.png), linear-gradient(to right, #E8E8E8 0%, #F2F2F2 100%);
	background-color: #D8E6ED;
	padding: 3px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 100%;
}

h5 {
	background-color: #ffffff;
	color: var(--color);
	padding: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 100%;
}

h6 {
	background: 0% 55% #D8E6ED;
	padding: 4px;
	padding-left: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 90%;
	border-radius: 7px 7px 7px 7px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

h_pilotcenter_nottyperated {
	color: #FC002E;
}
h_pilotcenter_instructor {
	color: #007BB8;
}
h_pilotcenter_legend {
	font-size: 87%;
}
h_pilotcenter_joinourdiscord {
	font-size: 175%;
	color: #5865F2;
	font-weight: bold;
	text-shadow: 1px 1px var(--color);
}
h_inactive_links {
	color: #9e9e9e;
}
h_foot_notes {
	line-height: 0px;
	font-size: 87%;
}
h_news_item_author {
	font-size: 85%;
}
h_schedule_leg_flown {
	color: #008416;
	text-decoration: line-through;
}
h_schedule_link_grey {
	color: #9e9e9e;
}

/* PR slogan below showcase */
#txtsloganpr {
	font-style: italic;
	padding: 10px;
	font-size: 140%;
}

textarea#reg_motivation {
	height: 150px;
	width: 305px;
	padding-top: 0;
	padding-left: 0;
}

#divNavigationMenu {
	height: 35px;
	width: 100%;
	left: 0px;
	top: 0px;
	width: 968px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	font-size: 88%;
	line-height: 105%;
}
#nav {
	background: url(images/navbg.png) repeat-x;
	font-weight: bold;
	line-height: 15px;
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 35px;
	padding: 0px;
	width: 100%;
	left: 0px;
	position: relative;
}
#nav li {
	float: left;
	position: relative;
}
#nav li li a {
	font-size: 100%;
}
#nav a {
	/*background-image: url(images/navbg.png);*/
	/*background: url(images/navbg.png);*/
	display: block;
	color: #D3DAE8;
	text-decoration: none;
	padding: 10px;
	height: 15px;
	text-shadow: 1px 1px 1px #000;
}
#nav a:hover {
	color: #fff;
	height: 15px;
}
#aLegalDataProtection a {
	display: block;
	color: #007BB8;
	text-shadow: 1px 1px #000000;
	text-decoration: none;
	padding: 10px;
	height: 15px;
}
#aJoinUs a {
	display: block;
	color: #FC002E;
	text-shadow: 1px 1px #000000;
	text-decoration: none;
	padding: 10px;
	height: 15px;
}
#nav ul {
	background: rgb(255,255,255);
	background: rgba(255,255,255,0);
	list-style: none;
	position: absolute;
	left: -9999px;
	z-index: 999;
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	float: none;
	top: 0px;
	width: 150px;
}
/* #nav ul a {
	white-space: nowrap;
}*/
#nav li:hover ul li a:hover {
	background: #7BB166;
}
#nav li:hover a {
	background: rgb(18,20,24);
	background: rgba(18,20,24,0.7); /* Show background slightly transparent */
}
#nav li:hover ul {
	left: 0px;
}
#nav li:hover ul a {
	text-decoration: none;
}
#nav li:hover ul li a:hover{
	background: #FC002E;
}
#nav li:hover ul ul  {
	display: none; /* hides sub-sublists */
	top: 0px;
}
/* List */
#nav li:hover ul {
	display: block;
	margin-left: 0px;
  margin-top: 0px;
	position: absolute;
}
/* Sublist */
#nav li li:hover ul {
  display: block; /* shows sub-sublist on hover */
  margin-left: 150px; /* this should be the same width as the parent list item */
  margin-top: 0px; /* aligns top of sub menu with top of list item; same height as nav.height */
	/*position: absolute;*/
}

#divShowCasePictures {
	height: 400px;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	z-index: 0;
}
#divShowCasePictures_Temp {
	height: 400px;
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	z-index: 1;
}
#divShowCaseSubBannerBlack {
	background: #000;
	background-color: rgba(0, 0, 0, 0.6);
	height: 30px;
	width: 968px;
	left: 0px;
	top: 370px;
	position: relative;
	z-index: 2;
}
#divShowCasePictures_Dots {
	border: 0px solid black;
	color: #ffffff;
	font-size: 100%;
	height: 16px;
	width: 968px;
	left: 12px;
	top: -19px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-left: 0px;
	position: relative;
	text-align: center;
	text-shadow: 1px 1px #000000;
	z-index: 3;
}
#divShowCasePictures_Text {
	border: 0px solid black;
	color: #ffffff;
	font-size: 100%;
	height: 16px;
	width: 968px;
	left: 0px;
	top: -25px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-left: 0px;
	position: relative;
	text-align: center;
	text-shadow: 1px 1px #000000;
	z-index: 4;
}

#divDestinationMap_ID {
	width: 100%;
	height: 500px;
}

#divGoogleMapBig_ID {
	width: 100%;
	height: 800px;
}

#divSchedulesMap_ID {
	width: 100%;
	height: 400px;
}
#divSchedulesMap_ID_dailies {
	width: 100%;
	height: 400px;
}
#divSchedulesMap_ID_cargojobs {
	width: 100%;
	height: 400px;
}
#divSchedulesMap_ID_charter {
	width: 100%;
	height: 400px;
}
#divSchedulesMap_ID_handcrafted {
	width: 100%;
	height: 400px;
}

#dropBoxChooseHub {
	width: 305px; 
}

#bodytext {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	width: 950px;
}

#mainbox { 
	float: left;
	margin-top: 0px;
	padding-right: 20px;
	width: 950px;
}

#sidebar {
	float: left;
	width: 230px;
}

#messagebox {
	border: dashed 1px #FF9900;
	background-color: #FFFFCC;
	color: #000000;
	float: right;
	font-size: 100%;
	line-height: 14px;
	padding: 5px;
}

dl {
	clear: both;
	position: relative;
	width: 730px;
	z-index: 100;
}
dt {
	clear: both; 
	float: left;
	font-weight: bold;	
	width: 180px; 
	padding: 0px 0 2px 0; 
	text-align: left; 
}

dd { 
	float: left; 
	margin: 0 0 8px 0; 
	padding-left: 6px;
	width: 520px;	
}
/*dd button {

}*/
dd p { 
	margin-top: 0px; 
}
dd input { 
	width: 300px; 
	padding: 3px; 
	margin-bottom: 3px; 
	z-index: 500; 
}

#divAvatarDeleteChkBox {
	border: dashed 1px #FF9900;
	width: 300px; 
	text-align: center;
}

#divProfileDeactivateChkBox {
	border: dashed 1px #FF0000;
	width: 300px; 
	text-align: center;
}

hr { 
	border: 0px;
	border-bottom: solid 1px #999;
	height: 1px;
	margin-top: 15px;
}

li {
	margin: 0px 0px 0px 0px;
}

table {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.table_fleet {
	background-color: #F4F6F7;
	width: 100%;
	border: none;
	border-collapse: collapse;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
tr {
	text-align: left;
	vertical-align: top;
}
th {
	background-color: #F4F6F7;
	font-weight: bold;
	padding: 2px;
}
.th_rankawards {
	background-color: #F4F6F7;
	font-weight: bold;
	padding: 5px;
}
td {
	padding: 2px;
}
.td_fleet {
	text-align: left;
	padding: 4px;
	padding-bottom: 10px;
}
.td_fleet_blue {
	background-color: #DAE9F0;
	padding: 4px;
	padding-bottom: 10px;
}
.td_pilotslist {
	vertical-align: middle;
	padding: 5px;
}
.td_pilotslist_blue {
	background-color: #DAE9F0;
	vertical-align: middle;
	padding: 5px;
}
.td_rankawards {
	vertical-align: middle;
	padding: 5px;
}
.td_rankawards_blue {
	background-color: #DAE9F0;
	vertical-align: middle;
	padding: 5px;
}
.td_schedulebriefing_subhead {
	background-color: #DAE9F0;
	font-weight: bold;
	vertical-align: middle;
	padding: 3px;
}
.td_schedulebriefing_body {
	padding-top: 3px;
	padding-bottom: 7px;
}

.infostatistic_circle_brightblue_flights {
	background: #F4F6F7;
	border-radius: 50%;
	display: inline-block;
	margin-right: 20px;
	/* text styling */
	font-size: 36px;
	font-weight: bold;
	width: 140px;
	height: 40px;
	padding: 50px 0px 50px;
	color: var(--color);
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.infostatistic_circle_brightblue_flights span {
  	font-size: 17px;
	color: var(--color);
	display: block;
	margin-top: 15px;
}
.infostatistic_circle_brightblue_hours {
	background: #F4F6F7;
	border-radius: 50%;
	display: inline-block;
	margin-right: 20px;
	/* text styling */
	font-size: 32px;
	font-weight: bold;
	width: 140px;
	height: 40px;
	padding: 50px 0px 50px;
	color: var(--color);
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.infostatistic_circle_brightblue_hours span {
	font-size: 17px;
	color: var(--color);
	display: block;
	margin-top: 15px;
}
.infostatistic_circle_brightblue_distancenm {
	background: #F4F6F7;
	border-radius: 50%;
	display: inline-block;
	margin-right: 20px;
	/* text styling */
	font-size: 22px;
	font-weight: bold;
	width: 140px;
	height: 40px;
	padding: 50px 0px 50px;
	color: var(--color);
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.infostatistic_circle_brightblue_distancenm span {
	font-size: 17px;
	color: var(--color);
	display: block;
	margin-top: 15px;
}
.infostatistic_circle_brightblue_cargotons {
	background: #F4F6F7;
	border-radius: 50%;
	display: inline-block;
	margin-right: 20px;
	/* text styling */
	font-size: 25px;
	font-weight: bold;
	width: 140px;
	height: 40px;
	padding: 50px 0px 50px;
	color: var(--color);
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
.infostatistic_circle_brightblue_cargotons span {
	font-size: 17px;
	color: var(--color);
	display: block;
	margin-top: 15px;
}

.slogan_circle_darkblue {
	background: #08306B;
	width: 150px;
	height: 150px;
	line-height: 150px; /* write in center of circle */
	border-radius: 50%; /* makes it round */
	font-size: 90px;
	font-weight: bold;
	text-shadow: 1px 1px var(--color);
	color: #ffffff;
	text-align: center;
}
.slogan_circle_brightblue {
	background: #007BB8; /* #007BB8 */
	width: 150px;
	height: 150px;
	line-height: 150px; /* write in center of circle */
	border-radius: 50%; /* makes it round */
	font-size: 90px;
	font-weight: bold;
	text-shadow: 1px 1px var(--color);
	color: #ffffff;
	text-align: center;
}
.slogan_circle_red {
	background: #FC002E;
	width: 150px;
	height: 150px;
	line-height: 150px; /* write in center of circle */
	border-radius: 50%; /* makes it round */
	font-size: 90px;
	font-weight: bold;
	text-shadow: 1px 1px var(--color);
	color: #ffffff;
	text-align: center;
}
#div_slogan_main_txt {
  	font-size: 185%;
	font-weight: bold;
	color: var(--color);
  	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
#div_slogan_sub_txt {
  	font-size: 125%;
	font-weight: bold;
	color: var(--color);
  	text-align: center;
	margin-bottom: 15px;
}

/* --- destinations.tpl --------------- */
#divDestinations_AirportInfo{
	background-color: #08306B;
	background-image: linear-gradient(to right, #08306B 0%, #DAE9F0 100%);
	color: #FFFFFF;
	text-align: left;
}
#divDestinations_AirportInfo table{
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
}
#divDestinations_AirportInfo h5{
	background: rgba(255, 255, 255, 1.0);
	margin: 0px;
	padding: 0px 0px 0px 3px;
	color: #000000;
}
#divDestinations_MapFooter{
	background-color: #08306B;
	background-image: linear-gradient(to right, #08306B 0%, #DAE9F0 100%);
	color: #FFFFFF;
	text-align: left;
	padding: 4px;
}
#divDestinations_MapFooter a{
	color:#25361E;
	text-align: left;
}
/* ----------------------------------------------------------------------------------------------- 
DIV classes
*/
/* 
table.balancesheet_PF82{
	border: 2px solid #333; 
	padding: 0px;
}
table.balancesheet_PF82 tr{
	border-bottom: 1px solid #CCC;
}
table.balancesheet_PF82 td{
	padding: 6px;
}
.balancesheet_header_PF82 td{
	border: none;
	padding: 4px; 
	padding-left: 30px; 
	font-weight: bold; 
	text-transform: uppercase; 
	background-color: #333; 
	color: #FFF; 
	text-align: left;
} 
*/
.bar_horizontal_bg {
	background-color: #EEEEEE;
	padding: 0px;
	padding-bottom: 0px;
	border: 0px solid #eee;
	border-radius:0px;
	border-top: 0px;
	margin-bottom: 0px;
	margin-top:0px;
	font-size: 100%;
	width: 55%;
}
.bar_horizontal_payload {
	padding: 1px;
	padding-left: 4px;
	padding-bottom: 4px;
	color: #ffffff;
	text-shadow: 1px 1px var(--color);
	background-color: #007BB8;
	font-size: 100%;
}
.bar_horizontal_fuelload {
	padding: 1px;
	padding-left: 4px;
	padding-bottom: 4px;
	color: #ffffff;
	text-shadow: 1px 1px var(--color);
	background-color: #FC002E;
	font-size: 100%;
}

.box {
	padding: 5px;
	border: 1px solid #eee;
	border-radius:3px;
	border-top: 0px;
	margin-bottom: 0px;
	margin-top:0px;
}

.box_schedulesbid_item {
	background-color: #F4F6F7;
	border: 1px solid #eee;
	border-radius:3px;
	padding: 5px;
	font-size: 92%;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.box_schedulesbid_item_dailies {
	background-color: #e1d5d7;
	border: 1px solid #eee;
	border-radius:3px;
	padding: 5px;
	font-size: 92%;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.box_schedulesbid_item_cargojobs {
	background-color: #b6cae6;
	border: 1px solid #eee;
	border-radius:3px;
	padding: 5px;
	font-size: 92%;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.box_schedulesbid_item_charter {
	background-color: #faf0d5;
	border: 1px solid #eee;
	border-radius:3px;
	padding: 5px;
	font-size: 92%;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.box_schedulesbid_item_handcrafted {
	background-color: #c9c5da; /* #caf5f3 */
	border: 1px solid #eee;
	border-radius:3px;
	padding: 5px;
	font-size: 92%;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.box_schedulesbid_item_reservedbypilot {
	background-color: #BCDEAF;
	border: 1px solid #eee;
	border-radius:3px;
	padding: 5px;
	font-size: 92%;
}
.box_schedulesbid_item_reservedbyanotherpilot {
	background-color: #D8E6ED;
	border: 1px solid #eee;
	border-radius:3px;
	padding: 5px;
	font-size: 92%;
}
.box_legalhint_item {
	background: #F4F6F7;
	padding: 10px;
	border: 1px solid #eee;
	border-radius:3px;
	border-top: 0px;
	margin-bottom: 0px;
	margin-top:0px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.imgwelcomewrapper {
	display: inline-block;
    overflow: hidden;
}
.imgwelcome {
	height: 370px;
	transition: transform .2s;
}
.imgwelcome:hover {
	transform: scale(1.015);
}

.imgfleetaircraftwrapper {
    display: inline-block;
    overflow: hidden;
	border-radius: 7px 7px 7px 7px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}
.imgfleetaircraft {
	height: 144px;
	width: 350px;
	transition: transform .2s;
}
.imgfleetaircraft:hover {
	transform: scale(1.05);
}

.imgsundawnduskicon {
	border-radius: 7px 7px 7px 7px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.imgprofileavatarsmall {
	border-radius: 7px 7px 7px 7px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.imgprofileavatar {
	border-radius: 10px 10px 10px 10px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

.img_news_item_sub:hover {
	transform: scale(1.01);
}
.img_news_item_sub {
	display: inline-block;
    overflow: hidden;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
	transition: transform .2s;
}
.img_news_item {
	/* float: left; */
	padding-top: 10px;
	padding-left: 5px;
}
.img_news_item_main {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.box_news_item {
	background: #F4F6F7; /* #fafbfb; */
	color: var(--color);
	padding: 10px;
	/* padding-left: 10px; */
	border: 1px solid #eee;
	border-radius:3px;
	border-top: 0px;
	margin-bottom: 0px;
	margin-top:0px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.login-button {
	background: url(images/btn_Login.png) #555;
	border: 0px;
	border-bottom-right-radius: 5px;
	color: #eee;
	height: 57px;
	position: relative;
	top: 0px;
	width: 38px;
	left: 930px; /* 968 - 38 = 930px */
}
.login-button:hover {
	cursor: pointer;
	background: url(images/btn_Login_Hover.png) #666;
}

.success {
	border: 1px solid #4F8A10;
	color: #4F8A10;
	padding: 15px;
	padding-left:30px;
	background: url(images/icons/success-icon.png) 5px 50% no-repeat #DFF2BF;
	margin-bottom:10px;
}
.warning {
	border: 1px solid #9F6000;
	padding: 15px;
	color:#9F6000;
	padding-left:30px;
	background: url(images/icons/warning-icon.png) 5px 50% no-repeat #FEEFB3;
	margin-bottom:10px;
}
.error { 
	border:1px solid #D8000C;
	padding: 15px;
	color: #D8000C;
	padding-left:30px;
	background: url(images/icons/error-icon.png) 5px 50% no-repeat #FFBABA;
	margin-bottom:10px;
}

.facebook {
	background-image: url(images/icons/facebook_off.png);
	display: block;
	float: left;
	height: 32px;
	left: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 3px;
	top: 10px;
	width: 32px;
}
.facebook:hover {
	background-image: url(images/icons/facebook.png);
}
.twitter {
	background-image: url(images/icons/twitter_off.png);
	display: block;
	float: left;
	height: 32px;
	left: 10px;
	margin-top: 10px;
	margin-right: 3px;
	top: 10px;
	width: 32px;
}
.twitter:hover {
	background-image: url(images/icons/twitter.png);
}
.youtube {
	background-image: url(images/icons/youtube_off.png);
	display: block;
	float: left;
	height: 32px;
	left: 10px;
	margin-top: 10px;
	margin-right: 3px;
	top: 10px;
	width: 32px;
}
.youtube:hover {
	background-image: url(images/icons/youtube.png);
}

.instagram {
	background-image: url(images/icons/instagram_off.png);
	display: block;
	float: left;
	height: 32px;
	left: 10px;
	margin-top: 10px;
	margin-right: 3px;
	top: 10px;
	width: 32px;
}
.instagram:hover {
	background-image: url(images/icons/instagram.png);
}

#acars_map_bubble_css{
	color: var(--color);
	font-size: 10px;
	text-align:left; 
	width: 100%;
}
