/* SupportPal plugin */

.description {
	color: #888;
	font-size: 85%;
}

textarea {
	width: 100%;
}

.row .info-box {
	padding: 10px;
	background-color: #f9f9f9;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.row .ticket-reply {
	margin-left: auto;
	margin-right: auto;
}

.row .ticket-reply div.top-bar {
	padding: 10px;
	background-color: #f9f9f9;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.row .ticket-reply div.top-bar.staff-reply {
	background-color: #ecf7ff;
}

.row .ticket-reply div.top-bar p {
	font-style: italic;
	margin: 0;
}

.row .ticket-reply div.replier img {
	margin-bottom: 10px;
	margin-top: 10px;
	max-width: 64px;
}

.row .ticket-reply div.response {
	padding-left: 20px;
	padding-right: 20px;
	margin: 10px 0;
	word-wrap: break-word;
}

.ticket-reply div.response .attachments span {
	padding-right: 10px;
}

.panel-collapsable .panel-heading {
	padding: 0;
}

.panel-collapsable .panel-heading a {
	cursor: pointer;
	display: block;
	padding: 10px 15px;
	text-decoration: none;
}

#autoAnswerSuggestions {
	margin-top: 20px;
}

.sp-editor-content p {
	margin: 0;
}
