.input-group .ticket-message-input {
	width: 60%;
	float: right;
}
.help-block {
	position: absolute;
	font-size: 12px;
	color: #F00;
	bottom: -15px;
	left: 5px;
}
.payment-method-logo {
	padding-bottom: 20px;
}
.payment-method-logo img {
	max-width: 150px;
}
.product-field-container p {
	margin-bottom: 0;
}
.theme-selector img {
	width: 100%;
	height: auto;
}
.theme-graphic {
	cursor: pointer;
	border-radius: 5px;
	border: 5px solid #FFF;
}
.theme-selector:hover > .theme-graphic {
	border-color: #CCC;
}
.theme-selector.active > .theme-graphic {
	border-color: #007bff;
}
.theme-name {
	text-align: center;
	font-weight: bold;
}
#database_form label.error, #user_info_form label.error {
	position: absolute;
	font-size: 12px;
	bottom: -23px;
    left: 5px;
}
.main-sidebar .brand-text {
	font-weight: bold !important;
	color: #FFF;
}
.field-container {
	position: relative;
}