/************************/
/*** Rob's Log4OM CSS ***/
/************************/

/*
// CSS made by HA7RJA for Log4OM logbook - build 220105 by $rja
// $Id: ha7rja_log.css 06-01-2022 00:00Z robj $
// (C)2022-2026 INNATO BV - www.innato.nl
// @license - Proprietary software by Innato BV - All rights reserved
// **************************************************************************
// Styling file
// @authorcode	z0FrOWdlcHJ1dDR1Q2FwckVmcmF6ZW1h
// @filecode
// **************************************************************************
*/

.tableFixHead {
	overflow-y: auto;
/*	height: 500px;	*/
}

.tableFixHead thead th {
	position: sticky;
	top: 0;
}

table {
/*	border-collapse: collapse;	*/
	width: 98%;
	padding: 5px;
}

th {
	background: #258;
	color: #ddd;
}

.tableFixHead,
.tableFixHead td {
/*	box-shadow: inset 1px -1px #000;	*/
}

.tableFixHead th {
	box-shadow: inset 1px 1px #333, 1px 1px #333;
}


body {
	background:#8be;
}

#main {
	font-family: Calibri, Arial, Verdana, sans-serif;
	font-size: 12px;
/*	float: left;	*/
	padding: 10px 0px;
}

#header {
	border-radius: 5px;
	background-color: #e1fdd5;
	font-size: 1.1em;
	font-weight: bold;
	border: 1px solid #1f5f35;
	text-align: center;
	height: 30px;
	padding-top: 7px;
}

#footer {
	border-radius: 5px;
	background-color: #1f5f35;
	font-size: 1.1em;
	font-weight: bold;
	border: 1px solid #1f5f35;
	text-align: center;
	height: 30px;
	padding-top: 7px;
}

#footer2 {
	font-size: 10px;
	color: #333;
	clear: both;
	text-align: left;
	padding: 5px;
}

table_bak {
	border: 1px outset #1e5933;
	border-collapse: collapse;
	padding: 10px;
}

tr.even, tr.odd {
	display: table-row;
	font-size: 0.8em;
	color: #222;
	text-align: center;
	padding: 5px;
}

tr.even {
	background-color: #8cf;
}

tr.odd {
	background-color: #5bf;
}

tr.banner {
	background-color: #5ae;
	font-size: 1.1em;
	font-weight: bold;
	color: #333;
	clear: both;
	text-align: left;
}

tr.footer {
	background-color: #147;
	font-size: 0.8em;
	color: #fff;
	clear: both;
	text-align: left;
}

tr.empty_row {
	line-height: 2px;
}

td.empty_row {
	box-shadow: none;
}

th, td {
	padding: 6px;
}

td.head {
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	background-color: #1f5f35;
	color: #fff;
}

td.qsodate {
	white-space: nowrap;
}    

td.callsign {
	font-weight: bold;
}    
