﻿* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

html, body, div, table, header, footer {
	margin: 0;
	padding: 0;
	border-width: 0;
}

table {
	border-collapse: collapse;
}

th, td {
	padding: .2em;
}

img {
	max-width: 100%;
}

header h1 {
	font-size: 16px;
	display: block;
	margin: 0 0 .5em 0;
	padding: 0;
}
	header h1 span {
		font-size: 16px;
	}

footer {
	margin: .5em 0 0 0;
}

input:not([type=radio]):not([type=checkbox]):not(.auto), select:not(.auto), textarea:not(.auto) {
	display: block;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #707070;
	padding: 2px;
}

	input[readonly], select[disabled], textarea[readonly] {
		background-color: whitesmoke;
	}

table.data {
	border: 1px solid lightgray;
}

	table.data thead th {
		background-color: whitesmoke;
		text-align: left;
	}

	table.data tbody tr:nth-child(even) {
		background-color: ghostwhite;
	}

	table.data th, table.data td {
		border: 1px solid lightgray;
	}
	table.data tr.active:hover td {
		cursor: pointer;
		color: steelblue;
	}

table.data th.filterable {
	white-space: nowrap;
}

table.data th.sortable, table.data th.ascending, table.data th.descending {
	padding-right: 1em;
	cursor: default;
}

table.data tr:first-of-type th.ascending, table.data tr:first-of-type th.descending {
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

table.data th.ascending, table.data th.descending {
	background-position: right center;
	background-repeat: no-repeat;
}

table.data th.ascending, a.ascending {
	background-image: url(TicketStarWebClient/Up.png);
}

table.data th.descending, a.descending {
	background-image: url(TicketStarWebClient/Down.png);
}

.currency {
	text-align: right;
}

div.inline, fieldset.inline {
	display: inline-block;
}

div.flex {
	display: -moz-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: box;
}

div.fieldsets {
	margin-bottom: .5em;
}

div.status {
	display: table;
	width: 100%;
	height: 40px;
	margin-top: .5em;
}

#messageHistory, #userStatus {
	display: table-cell;
	width: 45%;
	padding: 0 .5em;
	vertical-align: middle;
}

#messageHistory {
	color: red;
	font-weight: bold;
}

#userStatus {
	text-align: right;
}

div.status div.logo {
	display: table-cell;
	width: 10%;
	vertical-align: middle;
	position: relative;
}

div.notifyBusyBlock {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: white;
}

input.error, select.error, textarea.error {
	border: 1px solid red;
}

img.error
{
	vertical-align: text-bottom;
}

#content {
	margin: .5em;
}

div.login {
	width: 400px;
	margin: 0 auto;
}

	div.login table {
		margin: .5em auto;
	}

	div.login td.button {
		text-align: right;
	}

div.docBrowser div.buttons {
	margin: .5em;
}

div.docBrowser div.buttons button {
	width: 100%;
	margin-bottom: .5em;
}

table.issues {
	width: 100%;
}

img.discount {
	width: 8px;
	height: 8px;
	vertical-align: top;
}

div.modalHost>div {
	padding: 1em;
	background-color: white;
}

div.pager {
	margin-top: 1em;
}

div.aw-popupFilter {
	font-weight: normal;
}

div.aw-popupFilter ul li *, div.aw-popupFilter ul li input, div.aw-popupFilter ul li img {
	vertical-align: middle;
}