.hide {
	display: none;
}

/* Error Message box */
.errors {
	border: solid 1px #f4c1c1;
	color: #790000 !important;
	padding: 1.0em 1.0em 1.0em 50px !important;
	background: #FFE5E6 url(../gfx/cancel.png) no-repeat 10px 7px
}

/* Success Message box */
.success {
	border: solid 1px #4F8A10;
	color: #4F8A10 !important;
	padding: 1.0em 1.0em 1.0em 50px !important;
	background: #DFF2BF url(../gfx/success.png) no-repeat 10px 7px;
}


/* Style input with error to match the error message text */
input.error {
	color: #790000 !important;
	background-color: #ffe5e6;
	border: 1px solid #f4c1c1;
}


.g-recaptcha {
	float: left;
}

#content button {
	margin-top: 20px;
	float: right;
}

#content button#login {
	margin-top: 0;
	float: left;
}

#content a.btn-link {
	margin-top: 3px;
	float: left;
}

#content form#feedbackForm fieldset {
	padding-right: 3%;
	background: transparent;
	border: none;
}

#content form#feedbackForm fieldset fieldset.leftright legend,
#content form#feedbackForm fieldset label {
	display: block;
	width: 97%;
	margin-bottom: 0;
	margin-top: 14px;
}

#content form#feedbackForm fieldset input {
	width: 97%;
}

#content form#feedbackForm fieldset select {
	width: 97%;
}

#content form#feedbackForm fieldset textarea {
	width: 97%;
	height: 100px;
}

#content form#feedbackForm fieldset div {
	margin-top: 5px;
	text-align: center;
	float: left;
	width: 20%;
	line-height: 10px;
}

#content form#feedbackForm fieldset fieldset.leftright label {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

#content form#feedbackForm fieldset fieldset.leftright input {
	width: auto;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* Hide filter box for actions in admin.html */
#content input.tablesorter-filter.disabled {
	background: none;
	border: 0;
}


@media only screen and (max-width: 1025px) {
	#content button {
		float: left;
	}
}