#ticketTables table {
	table-layout:fixed;
}
#ticketMessages {
	margin: 10px 0;
}
#refreshButton {
	padding-right: 0 !important;
}
#ticketMessages .btn-warning {
	float:right;
}
#sorters {
	margin-bottom:10px;
}
#ticketTable {
	border: 1px solid #aaa;
	border-left: none;
	border-bottom: none;
	width: 100% !important;

}
#ticketTable caption {
	padding: 5px;
	text-align: left;
	color: #000;
	background: #ddd;
	border: 1px solid #aaa;
	border-bottom: none;
	font-weight: bold;
}
#ticketTable th {
	height: 24px;
	line-height: 24px;
	background: #e1f2ff;
	border: 1px solid #aaa;
	border-right: none;
	border-top: none;
}
#ticketTable th a {
	color: #000;
}
#ticketTable td {
	padding: 2px;
	border: 1px solid #aaa;
	border-right: none;
	border-top: none;
}
#ticketTable tr.alt td {
	background: #f9f9f9;
}
#ticketSearchForm {
	padding: 0 0 5px 0;
	width: 100%;
}
#ticketSearchForm .ticket-search {
	width:74%;
}
#ticketSearchForm .ticket-search .form-control {
	width: 100%;
}
.infoTable {

}
.infoTable th {
	text-align: left;
}
#ticketThread table.response, #ticketThread table.message {
	margin-top: 10px;
	border: 1px solid #aaa;
	border-bottom: 2px solid #aaa;
}
#ticketThread table th {
	text-align: left;
	border-bottom: 1px solid #aaa;
	font-size: 12px;
	padding: 5px;
}
#ticketThread table th span {
	font-weight: normal;
	color: #888;
	padding-left: 20px;
}
#ticketThread .message th {
	background: #d8efff;
}
#ticketThread .response th {
	background: #ddd;
}
#ticketThread .info {
	padding: 2px;
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	height: 16px;
	line-height: 16px;
}
#ticketThread .info a {
	display: inline-block;
	margin: 5px 10px 5px 0;
	padding-left: 24px;
	height: 16px;
	line-height: 16px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}
table.padded tr > td, table.padded tr > th {
	height: 20px;
	padding-bottom: 5px;
}
#closeTicket {
	background-color: #f0f0f0 !important;
	color: #00A7C8 !important;
}
