#outerheader {
    position: fixed;
    top: 0;
    margin: 0px -8px -8px -8px;
    padding: 0;
    width: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 14pt;
	margin-left: 20px;
	margin-right: 20px;
}
#header {
    display: none;
    margin: 0px 10px 0px 10px;
    padding: 0;
}
#logo {
	display: none;
	max-width: 1024px;
	text-align: center;
	margin: 0 auto;
}
#spacer {
    display: none;
}
#body {
    overflow: auto;
}
#menuicon {
    display: block;
    position: fixed;
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    z-index: 100;
}
#heading {
    overflow: hidden;
    color: white;
    font-weight: bold;
    background-color: #4970D1;
    text-align: center;
    margin: 0 -20px 0 -20px;
    padding: 2px;
}
.loginuser {
	float: left;
	overflow: hidden;
	color: white;
	font-weight: bold;
	background-color: #4970D1;
	margin: 0;
	padding: 2px;
}
#menu1 {
    min-height: 31px;
    padding: 2px;
    border: 1px solid gray;
}
#menu2 {
    min-height: 31px;
    padding: 2px;
    border: 1px solid gray;
    border-top: none;
}
#menu3 {
    min-height: 31px;
    padding: 2px;
    border: 1px solid gray;
    border-top: none;
}
div#header button {
    background:none;
    border:none;
    margin-top: 0;
    margin-bottom: 0;
    font: inherit;
    cursor: pointer;
    font-weight: bold;
    color: blue;
    padding: 0 10px 0 0;
    border-right: 1px solid gray;
}
div#header button.highlight {
    color: black;
}
img.screenshot {
	margin: 30px;
}
li, p {
	padding: 5px;
}
@media screen and (min-height:1100px) {
	#logo {
		display: block;
	}
}
@media screen and (min-width:700px) {
    #spacer {
        display: block;
        height: 44px;
        width:100%;
    }
    #menuicon {
        display: none;
    }
	#header {
        display: block;
	}
    #body {
        width: 100%;
    }
    #menu1, #menu2, #menu3 {
        width:100%;
        min-height: 20px;
        padding-top: 0;
        padding-bottom: 0;
    }
    div#header button {
        min-height: 12px;
    }
}
#message {
    clear: both;
    color: red;
    font-weight: bold;
}
.warning {
    color: red;
    font-weight: bold;
}
.info {
    color: blue;
    font-weight: bold;
}
.header {
    font-weight: bold;
}
.title {
    font-weight: bold;
    text-decoration: underline;
}
.total {
    font-weight: bold;
}
tr.total td.n:not(:empty) {
    border-top: 1px solid black;
    border-bottom: 3px double black;
}
tr.totalSpacer {
    height: 10px;
}
div.buttons {
    padding: 5px;
}
th, td {
    vertical-align: top;
    margin-top: 5px;
    margin-bottom: 5px;
}
th {
    text-align: left;
}
td.n, th.n, td.ni, th.ni {
    text-align: right;
}
span.t {
    color: transparent;
}
th.ni {
    padding-right: 16px;
}
table.listform tr td {
    vertical-align: middle;
}
.dataTables_wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
}
.dataTables_wrapper>button {
    margin-left: 10px;
}
input[type="number"] {
    text-align: right;
    width: 5em;
}
button {
    margin: 5px;
}
button.highlight {
    font-weight: bold;
    border-width: 2px;
    background-color: lightgray;
}
button.nextButton {
    margin: 0 5px;
}
div.fixedTable {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
}
button.deleteButton {
    padding: 0;
    margin: 0;
    height: 18px;
    width: 18px;
    position: relative;
    top: 2px;
}
tr.noDeleteButton button.deleteButton {
    visibility: hidden;
}
td.draghandle {
	width: 32px;
}
td.draghandle div, span.draghandle {
	width: 16px;
	height: 16px;
	margin: 4px;
	background-image:url("/libs/images/ui-icons_222222_256x240.png");
}
tr.noDeleteButton td.draghandle {
    visibility: hidden;
}
tr.selected {
    background-color: #b0bed9 !important;
}
tr.current {
    background-color: green !important;
}
tr.future {
    color: orange;
}
tr.matches {
    color: red;
}
tr.r2 {
    color: darkblue;
}
td.ch {
    background-color: yellow !important;
}
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Times New Roman;
	font-size: 16px;
}
.ui-autocomplete-category {
    font-weight: bold;
}
.noselect {
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    -o-user-select: none;
    user-select: none;
}
#reportDates {
    font-weight: bold;
    margin-left: 5px;
    margin-bottom: 0.5cm;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
ul.menu {
    position: absolute;
    display: block;
}
@media print {
    #heading {
        color: black;
        background-color: transparent;
    }
	#menu1, #menu2, #menu3, #message {
		display: none;
	}
    #menuicon {
        display: none;
    }
	#body {
		overflow: visible;
        height: auto;
	}
    #spacer {
        height: 30px;
    }
    .noprint {
    	display: none;
    }
    button.deleteButton {
        display: none;
    }
    tr, td {
        page-break-inside: avoid;
        page-break-before:auto;
    }
}