/*
	TABLES
*/

#loginTable,
#changePwdTable
{
	border-collapse:collapse;
	margin-top:20px;
	width:100%;
}
#loginTable tr:first-of-type td:first-of-type, 
#changePwdTable tr:first-of-type td:first-of-type
{
	width:29%;
}
#loginTable tr td,
#changePwdTable tr td
{
	text-align:center;
}
#loginTable tr:nth-of-type(1) td:first-of-type,
#loginTable tr:nth-of-type(2) td:first-of-type
{
	text-align:right;
}
#loginTable tr:nth-of-type(3) td:first-of-type,
#loginTable tr:nth-of-type(4) td:first-of-type
{
	padding-bottom:20px;
}
#loginTable tr:first-of-type td:last-of-type,
#changePwdTable tr:first-of-type td:last-of-type
{
	width:29%;
}
#loginTable tr:last-of-type td,
#changePwdTable tr:last-of-type td
{
	padding-top:20px;
}

#changePwdTable tr:nth-of-type(1) td:first-of-type,
#changePwdTable tr:nth-of-type(2) td:first-of-type,
#changePwdTable tr:nth-of-type(3) td:first-of-type
{
	text-align:right;
}
#changePwdTable tr:nth-of-type(1) td,
#changePwdTable tr:nth-of-type(2) td,
#changePwdTable tr:nth-of-type(3) td
{
	padding-bottom:5px;
	padding-top:5px;
}
#changePwdTable tr.currentPassword td
{
	padding-bottom:40px;
}

#changePwdTable tr.pwd_indicator td div:first-of-type {
	width:20px;
	display: inline-block;
	font-size:1.1em;
}
#changePwdTable tr.pwd_indicator td {
	padding-bottom:5px;
	padding-top:5px;
}
#changePwdTable tr.pwd_indicator td:nth-of-type(2){
	text-align:left;
	padding-left:10px;
}



div#forgotPwdTable
{
	padding:20px 5px 20px 5px;
}
div#forgotPwdTable div
{
	padding:1em;
	text-align:center;
}
div#forgotPwdTable div h2
{
	text-align:center;
}
div#forgotPwdTable div:nth-of-type(4)
{
	padding-bottom:30px;
}


#refTable
{
	border-collapse:collapse;
}
#refTable tr
{
	height:40px;
}
#refTable td
{
	border-bottom:1px solid #eee;
	padding:5px;
}
#refTable td:first-of-type
{
	padding-top:7px;
}

#refTable td:nth-of-type(2)
{
	padding-left:15px;
	padding-right:60px;
}
td.refHidden
{
	color:#ddd;
	font-style:italic;
}

table#newRemark td
{
	vertical-align:top;
	padding:5px;
}
table#newRemark td:first-of-type
{
	color:#808080;
	padding-top:10px;
}
table#newRemark textarea
{
	margin-left:5px;
}

#legacyRemarkTable,
#rmkTable
{
	border-collapse:collapse;
	background-color:#fafafa;
	width:100%;
	margin:20px 0 20px 0;
	border-top:1px solid #aaa;
}
#legacyRemarkTable tr, 
#rmkTable tr
{
	height:40px;
	border-bottom:1px solid #aaa;
	cursor:pointer;
}
#legacyRemarkTable tr.rmkDetails,
#rmkTable tr.rmkDetails
{
	display:none;
	cursor:default;
	background-color:#ffffff;
	box-shadow:inset 0px 11px 8px -10px #CCC,inset 0px -11px 8px -10px #CCC; 
}
#legacyRemarkTable tr.rmkDetails:last-of-type,
#rmkTable tr.rmkDetails:last-of-type
{
	cursor:default;
	box-shadow:inset 0px 11px 8px -10px #CCC; 
	border-bottom:none;
}
#legacyRemarkTable td,
#rmkTable td
{
	padding:5px;
}
#legacyRemarkTable tr td:first-of-type,
#rmkTable tr td.indicator:first-of-type
{
	width:6px;
	padding:0;
}
#legacyRemarkTable td:last-of-type div:first-of-type,
#rmkTable td:last-of-type div.rmkHeaderDiv:nth-of-type(4)
{
	padding-left:10px;
	font-size:1.2em;
	float:left;
}
#rmkTable td:last-of-type div.rmkHeaderDiv span
{
	color:red;
	padding-left:20px;
	font-size:0.8em;
	letter-spacing:0.1em;
}
#rmkTable td:last-of-type div.rmkHeaderDiv:first-of-type,
#rmkTable td:last-of-type div.rmkHeaderDiv:nth-of-type(2),
#rmkTable td:last-of-type div.rmkHeaderDiv:nth-of-type(3)
{
	white-space: nowrap;
	overflow:hidden;
	padding-left:10px;
	font-size:1em;
	float:left;
	color:#202020;
}
#rmkTable td:last-of-type div.rmkHeaderDiv:first-of-type
{
	width:50px;
}
#rmkTable td:last-of-type div.rmkHeaderDiv:nth-of-type(2),
#rmkTable td:last-of-type div.rmkHeaderDiv:nth-of-type(3)
{
	width:110px;
}

#legacyRemarkTable td:last-of-type div:last-of-type,
#rmkTable td:last-of-type div.rmkHeaderDiv:last-of-type
{
	padding-right:10px;
	float:right;
}
#legacyRemarkTable tr.rmk2 td,
#rmkTable tr.rmk2 td
{
	background-color:#ffeeee;
}
#legacyRemarkTable tr.rmk2 td:hover,
#rmkTable tr.rmk2 td:hover
{
	background-color:#ffe2e2;
}
#legacyRemarkTable tr.rmk1 td,
#rmkTable tr.rmk1 td
{
	background-color:#ffffee;
}
#legacyRemarkTable tr.rmk1 td:hover,
#rmkTable tr.rmk1 td:hover
{
	background-color:#ffffe2;
}
#legacyRemarkTable tr.rmk0 td:hover,
#rmkTable tr.rmk0 td:hover
{
	background-color:#f2fff2;
}
#legacyRemarkTable tr.rmk2 td:first-of-type,
#rmkTable tr.rmk2 td:first-of-type
{
	background-color:red;
}
#legacyRemarkTable tr.rmk1 td:first-of-type,
#rmkTable tr.rmk1 td:first-of-type
{
	background-color:#eeee33;
}
#legacyRemarkTable tr.rmk0 td:first-of-type,
#rmkTable tr.rmk0 td:first-of-type
{
	background-color:#cceecc;
}
#legacyRemarkTable tr.rmkDetails td table
{
	border-collapse:collapse;
	width:90%;
	border:0;
	margin-top:10px;
	margin-bottom:40px;
	margin-left:30px;
}
#rmkTable tr.rmkDetails td table
{
	border-collapse:collapse;
	width:99%;
	margin-top:10px;
	margin-bottom:40px;
	margin-left:0;
}
#rmkTable tr.rmkDetails td table td
{
	border:1px solid black;
	padding:5px;
	margin:0;
	text-align:center;
}
#legacyRemarkTable tr.rmkDetails td table tr
{
	height:20px;
	border:0;
	cursor:default;
}

#legacyRemarkTable tr.rmkDetails td table tr td:first-of-type
{
	width:110px;
}
#legacyRemarkTable tr.rmkDetails td table tr th
{
	padding-top:30px;
	border-bottom:1px solid #aaa;
	letter-spacing: 2px;
}
.arrow-r
{
	transform: rotate(0deg);
	transition-duration: 0.5s;
}
.arrow-d
{
	transform: rotate(90deg);
	transition-duration: 0.5s;
}
tr.rmkDetails td a.rmkAction
{
	padding:3px 10px 5px 10px;
	background-color:#f5f5ff;
	border:1px solid #d0d0ee;
	margin-right:10px;
}
tr.rmkDetails td a.rmkAction:hover
{
	background-color:#f0f0f4;
}
tr.rmkDetails td i
{
	margin-right:8px;
}

div.maintDataBanner div
{
	background-color:#EEEEFF;
	padding:5px;
	margin-bottom:4px;
	border-radius:3px;
	font-size: 1.05em;
}
div.maintDataBanner div > i
{
	margin-left:1em;
	margin-right:1em;
}
div.maintDataBanner > div > p > span
{
	padding:3px;
	margin:5px;
	border-radius:3px;
	font-weight:bold;
	letter-spacing:0.1em;
	color:black;
	background-color:#A2E6B8;
}
div.maintDataBanner > div > p > span.caution
{
	color:black;
	background-color:#F2E166;
}
div.maintDataBanner > div > p > span.warning
{
	color:white;
	background-color:red;
}
table.rmkQuickReferenceList
{
	border:1px solid black;
	border-collapse:collapse;
	width:100%;
}
table.rmkQuickReferenceList tr:first-of-type
{
	border:2px solid black;
}
table.rmkQuickReferenceList th
{
	font-weight:bold;
	text-align:left;
	padding:8px;
	background-color:#f0f0f0;
	box-shadow:inset 0 0 0 50px #f0f0f0; 
	letter-spacing:1px;
}
table.rmkQuickReferenceList td
{
	border-bottom:1px solid black;
	padding:8px 8px 8px 10px;
	vertical-align:top;
}
table.rmkQuickReferenceList th:nth-of-type(1) {	width:35px; }
table.rmkQuickReferenceList th:nth-of-type(2) {	width:55px; }
table.rmkQuickReferenceList th:nth-of-type(3) {	width:55px; }
table.rmkQuickReferenceList th:nth-of-type(4) {	width:55px; }
table.rmkQuickReferenceList th:nth-of-type(5) {	width:55px; }


table.rmkWorkorder
{
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2); 
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
	border:2px solid black;
	border-collapse:collapse;
	width:100%;
}
table.rmkWorkorder tr td
{
	cursor:default;
	width:25%;
	padding:5px;
	border:1px solid black;
}
table.rmkWorkorder div:first-of-type
{
	padding:0px;
	margin:0;
	text-align:left;
	font-size:0.9em;
	height:12px;
}
table.rmkWorkorder div:nth-of-type(2)
{
	padding:5px;
	margin:0;
	font-size:1.3em;
	font-weight:bold;
	height:16px;
	text-align:center;
}
table.rmkWorkorder div:nth-of-type(3)
{
	padding:1px;
	margin:0;
	font-size:0.9em;
	height:12px;
	text-align:center;
}
table.rmkWorkorder tr.rmkDividerRow td
{
	background-color:#f0f0f0;
	box-shadow:inset 0 0 0 50px #f0f0f0; 
	
	padding:0;
	height:30px;
	padding:0;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
}


#docsTable
{
	width:100%;
	border-collapse:collapse;
}
#docsTable tr
{
	height:50px;
}
#docsTable tr:last-child td
{
	border-bottom:none;
}
#docsTable td
{
	border-bottom:1px solid #eee;
	padding:5px;
}



#invoices
{
	width:100%;
	border-collapse:collapse;
}
#invoices tr
{
	height:30px;
}



#transactions
{
	width:100%;
	border-collapse:collapse;
	border:1px solid black;
	font-family:Inconsolata,monospace;
	font-size:1.1em;
}
#transactions tr:nth-of-type(even) {
	background-color:#ffffff;
}
#transactions tr:nth-of-type(odd) {
	background-color:#f0f0ff;
}
#transactions tr:first-of-type,
#transactions tr:last-of-type {
	background-color:#e0e0ff;
}

#transactions th
{
	border-bottom:1px solid #303030;
	font-weight:bold;
}
#transactions td,
#transactions th
{
	height:1.7em;
}
#transactions .ctr
{
	text-align:center;
}
#transactions .amount
{
	border-left:1px solid #c0c0c0;
	text-align:right;
	white-space: nowrap;
	width:80px;
}
#transactions tr:last-of-type .amount
{
	border-right:1px solid #c0c0c0;
}
#transactions td.balance_in
{
	color:gray;
	text-align:center;
}
#transactions tr td:first-of-type,
#transactions tr th:first-of-type
{
	width:1.5em;
	text-align:center;
	padding:0.2em;
	padding-right:1em;
}
#transactions tr td:first-of-type i
{
	color:#336699;
}
#transactions tr td:nth-of-type(2)
{
	width:80px;
}
#transactions .knt
{
	width:65px;
	text-align:center;
	border-left:1px solid #c0c0c0;
	
}
#transactions tr:last-of-type td:first-of-type
{
	text-align:left;
	padding-left:1em;
}
#transactions tr:last-of-type td
{
	border-top:1px solid #303030;
	font-weight:bold;
}
#transactions .amount
{
	text-align:right;
	padding-right:0.4em;
}
#transactions td.neg,
div.neg,
span.neg
{
	color:red;
}


table.transactionAddFields{
	width:100%;
}
table.transactionAddFields td:first-of-type{
	width:10em;
}

table.transactionAddSummary {
	border-collapse:collapse;
	width:100%;
	border:1px solid #808080;
	letter-spacing:0.04em;
	text-align:center;
}
table.transactionAddSummary td,
table.transactionAddSummary th
{
	padding:0.5em;
}
table.transactionAddSummary thead th {
	color:black;
	border-bottom:1px solid #bbbbbb;
	background-color:#f0f0ff;
	width:20%;
}
table.transactionAddSummary tbody td {
	font-family:"Courier New",Inconsolata,monospace;
	border-bottom:1px solid #bbbbbb;
	text-align:center;
	border-left:1px solid #bbbbbb;
}
table.transactionAddSummary tbody th {
	border-bottom:1px solid #bbbbbb;
}


table.transactionDetails {
	border-collapse:collapse;
	width:90%;
	border:1px solid #808080;
	font-family:"Courier New",Inconsolata,monospace;
	letter-spacing:0.04em;
}
table.transactionDetails tr:nth-of-type(even) {
	background-color:#ffffff;
}
table.transactionDetails tr:nth-of-type(odd) {
	background-color:#f0f0ff;
}
table.transactionDetails tr:first-of-type td {
	font-weight:bold;
	border-bottom:1px solid #bbbbbb;
}
table.transactionDetails td {
	padding:0.4em;
	height:1.7em;
	text-align:center;
}
table.transactionDetails tr td:first-of-type {
	text-align:left;
}
table.transactionDetails tr td:nth-of-type(2) {
	text-align:right;
	width:110px;
}
table.transactionDetails tr td:nth-of-type(n+3):nth-of-type(-n+6) {
	width:65px;
}
table.transactionDetails tr td:nth-of-type(7) {
	width:35px;
}
table.transactionDetails td.neg {
	color:red;
}
table.transactionDetails tr:last-of-type {
	font-weight:bold;
}
table.transactionDetails tr:last-of-type td {
	border-top:1px solid #bbbbbb;
}

#mbr_balance
{
	width:100%;
	border-collapse:collapse;
	border:1px solid black;
	font-family:Inconsolata,monospace;
	font-size:1.1em;
}
#mbr_balance td,
#mbr_balance th
{
	height:1.2em;
	padding:0.3em;
}
table#mbr_balance tr:nth-of-type(even) {
	background-color:#ffffff;
}
table#mbr_balance tr:nth-of-type(odd) {
	background-color:#f0f0ff;
}
form#transactionOptions > table:first-of-type{
	border-collapse:collapse;
	width:100%;
	margin-bottom:2em;
}
form#transactionOptions > table tr td{
	padding:0.5em;
}
form#transactionOptions > table tr td a.button{
	margin-left:2em;
}
form#transactionOptions div.balance {
	display:inline-block;
	background-color:white;
	font-size:1.1em;
	line-height:1.3em;
	vertical-align:middle;
	padding:0.3em 0.6em 0.3em 0.6em;
	border-radius:0.3em;
}
form#transactionOptions span.balance {
	padding-left:1em;
	letter-spacing:0.1em;
	font-weight:bold;
}
form#transactionOptions div.balance.sub_limit{
	background-color:red;
	border:1px solid; 
	color:white;
}
form#transactionOptions div.balance.sub_limit span{
	color:white;
}
table.lobby_recency {
	width:100%;
	border-collapse:collapse;
	font-size:0.9em;
}
table.lobby_recency tr td:first-of-type,
table.lobby_recency tr th:first-of-type {
	text-align:left;
}
table.lobby_recency tr th {
	padding: 0.2em;
	padding-bottom: 0.5em;
	border-bottom:1px solid black;
}
table.lobby_recency tr td {
	padding: 0.2em;
}
table.lobby_recency tr td:nth-of-type(2),
table.lobby_recency tr td:nth-of-type(3),
table.lobby_recency tr td:nth-of-type(4) {
	width:16%;
}
table.lobby_recency tr:nth-child(even){
	background-color:rgb(242, 242, 252);
}
table#recency_intervals {
	width:100%;
	margin-bottom:3em;
}
table#recency_intervals td {
	width:14.28%;
}
table#recency_intervals td > div {
	background-color:#336699;
	color:white;
	padding:0.8em;
	text-align:center;
	border-radius: 3px;
}
table#recency_intervals td > div:hover {
	background-color:silver;
	color:#002959;
	cursor: pointer;
}
table#recency_intervals td > div.active {
	background-color: #002959;
	text-decoration: underline;
	color:white;
	cursor: default;
}


table#recency_main_boxes {
	width:100%;
	margin-bottom:2em;
	text-align:center;
}
table#recency_main_boxes td {
	width:33.33%;
}
table#recency_main_boxes td > div {
	background-color:rgb(248, 248, 248);
	color:black;
	padding:0.8em;
	text-align:center;
	border-radius: 1em;
	border: 1px solid rgb(200, 200, 200);
}
table#recency_main_boxes td > div > div:first-of-type {
	color:#336699;
	font-size:1.2em;
	padding-top:0.8em;
}
table#recency_main_boxes td > div > div:last-of-type {
	color:#002959;
	padding-bottom:0.6em;
	padding-top:0.2em;	
	font-size:3em;
}
table#recency_main_boxes i {
	padding-right:0.5em;
}

table#recency_type_license_boxes {
	width:100%;
	margin-bottom:2em;
	text-align:center;
}
table#recency_type_license_boxes table {
	border-collapse:collapse;
	text-align:left;
	margin-top:1em;
	width:100%;
}
table#recency_type_license_boxes table td{
	height:1.8em;
	vertical-align: middle;
}

table#recency_type_license_boxes td {
	width:50%;
	vertical-align: top;
}
table#recency_type_license_boxes table tr td,
table#recency_type_license_boxes table tr th{
	padding-left:0.2em;
	padding-right:0.2em;
}
table#recency_type_license_boxes th {
	border-bottom:1px solid gray;
	padding-bottom:0.5em;
}
table#recency_type_license_boxes table tr:last-of-type > td {
	border-bottom:1px solid rgb(201, 201, 201);
}
table#recency_type_license_boxes td > div {
	background-color:rgb(248, 248, 248);
	color:black;
	padding:1.3em;
	text-align:center;
	border-radius: 1em;
	border: 1px solid rgb(200, 200, 200);
}
table#recency_type_license_boxes td > div > div:first-of-type {
	color:#336699;
	font-size:1.2em;
	padding-top:0.8em;
	padding-bottom:0.5em;
}
table#recency_type_license_boxes td > div > div:last-of-type {
	padding-bottom:0.6em;
	padding-top:0.2em;	
}
table#recency_type_license_boxes td.not_defined,
table.lobby_recency td.not_defined {
	color:red;
}

table#recency_type_license_boxes tr:nth-child(even){
	background-color:rgb(242, 242, 252);
}


table#recency_type_license_boxes table#types td:nth-of-type(3),
table#recency_type_license_boxes table#types td:nth-of-type(4),
table#recency_type_license_boxes table#types td:nth-of-type(5),
table#recency_type_license_boxes table#types th:nth-of-type(2),
table#recency_type_license_boxes table#types th:nth-of-type(3),
table#recency_type_license_boxes table#types th:nth-of-type(4),
table#recency_type_license_boxes table#license td:nth-of-type(2),
table#recency_type_license_boxes table#license td:nth-of-type(3),
table#recency_type_license_boxes table#license td:nth-of-type(4),
table#recency_type_license_boxes table#license th:nth-of-type(2),
table#recency_type_license_boxes table#license th:nth-of-type(3),
table#recency_type_license_boxes table#license th:nth-of-type(4){
	text-align:center;
	white-space: nowrap;
}
table#recency_type_license_boxes table#types td:nth-of-type(3),
table#recency_type_license_boxes table#types td:nth-of-type(4),
table#recency_type_license_boxes table#types td:nth-of-type(5),
table#recency_type_license_boxes table#license td:nth-of-type(2),
table#recency_type_license_boxes table#license td:nth-of-type(3),
table#recency_type_license_boxes table#license td:nth-of-type(4)
{
	width:15%;
}

table#recency_type_license_boxes table#countries tr td:first-of-type,
table#recency_type_license_boxes table#types tr td:first-of-type,
table#recency_type_license_boxes table#destinations tr td:first-of-type,
table#recency_type_license_boxes table#destinations tr td:nth-of-type(2)
{
	width:12%;
}
table#recency_type_license_boxes table#destinations tr th:nth-of-type(2),
table#recency_type_license_boxes table#destinations tr td:nth-of-type(4),
table#recency_type_license_boxes table#countries tr th:nth-of-type(2),
table#recency_type_license_boxes table#countries tr td:nth-of-type(3)
{
	width:12%;
	text-align: center;
}
table#recency_type_license_boxes table#flights tr td
{
	width:11.1%;
}
table#recency_type_license_boxes table#flights tr th:nth-of-type(6),
table#recency_type_license_boxes table#flights tr td:nth-of-type(8),
table#recency_type_license_boxes table#flights tr th:nth-of-type(7),
table#recency_type_license_boxes table#flights tr td:nth-of-type(9)
{
	text-align: center;
}
table.lobby_flight_list {
	border-collapse:collapse;
	font-size: 0.7em;
	width:100%;
	text-align: left;
}
table.lobby_flight_list td{
	padding:0.1em;
}
table.lobby_flight_list td:last-of-type{
	text-align: center;
}
table.lobby_flight_list tr:nth-child(odd){
	background-color:rgb(242, 242, 252);
}

table.user_settings {
	border-collapse:collapse;
	width:100%;
	margin-bottom:2em;
}
table.user_settings td {
	padding:0.3em;
	/*border:1px solid green;*/
}
table.user_settings td:first-of-type {
	width:14em;
}

table.user_settings td.headline {
	padding:0;
}
table.user_settings td.headline > div{
	margin-top:1em;
	margin-bottom:1em;
	padding:0.5em;
	background-color:#3366992a;
	color:#002959;
	text-align:left;
	border-bottom:1px solid #002959;
	letter-spacing: 0.1em;
}
table.user_settings_flight_types td:nth-of-type(1),
table.user_settings_flight_types td:nth-of-type(3) {
	width:5em;
	text-align:right;
}
table.user_settings_flight_types td:nth-of-type(2){
	width:20em;
}
table.user_settings_flight_types tr.subdivision td {
	text-align:left;
	vertical-align: middle;
	padding-top:0.8em;
}
table.user_settings_flight_types tr.subdivision td div {
	background-color: #f0f0f0;
	text-align:left;
	padding-bottom:3px;
}
tr.settings_buttons td {
	text-align:center;
	padding-top:2em;
	padding-bottom:1em;
}