.panel .panel-body table td
{
  font-size:12px;
}

.clickable
{
	cursor: pointer;
}

.noshow { display: none; }

label 
{
	cursor: pointer;
}

.table > tbody > tr.inactive > td, .table > tbody > tr > td.inactive
{
	background-color: #f5f5f5;
}

.typeahead-menu-panel
{
	max-height: 300px;
	overflow-y: auto;
}

@media print {
	a[href]:after 
	{
		content: none;
	}

	tr 
	{
		-webkit-print-color-adjust: exact !important;
	}
}