.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.center {
	text-align: center;
}

.numeric {
	text-align: right;
}

.hidden-first {
	display: none;
}

span.hlsearch {
	background-color: #ffcc66;
}

table.table>tbody>tr>td {
	vertical-align: middle;
	padding: 4px;
}

td > a {
	display: block;
}
td > a.inline {
	display: inline-block;
}

td.code {
	background-color: #f9f2f4;
}

table#outvoice div.form-group {
	min-width: 120px;
	margin-bottom: auto;
}

table#outvoice input, table#outvoice select {
	padding: 4px;
	border-radius: 0px;
}

table#outvoice td {
	padding: 2px;
	white-space: nowrap;
}

table#outvoice td.calculated input {
	color: #800000;
	font-style: italic;
	border: 1px dashed #800000;
}

td.NumberInput input, td.numeric {
	text-align: right;
}

table#LogRecord tbody.CRITICAL tr {
	border-left: 5px solid #ff99c2;
}
table#LogRecord tbody.ERROR {
	border-left: 5px solid #ffcccc;
}
table#LogRecord tbody.WARNING {
	border-left: 5px solid #ffe6cc;
}

/* typeahead */
.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin: 0 0;
  padding: 0 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.tt-suggestion {
  padding: 3px 10px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}
