.search {
	margin: 20px 0;
}

.checkbox input[type="checkbox"] {
	margin-left: 0px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.has-error {
	color: #a94442;
}

.padding {
	padding: 15px;
}

.margin-top {
	margin-top: 20px;
}

h1.login-header {
	margin-bottom: 50px;
}

.center-text {
	text-align: center !important;
}

.bs-callout {
	padding: 5px 10px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}

.bs-callout-info {
	border-left-color: #1b809e;
}

.bs-callout-info h5 {
	color: #1b809e;
}

.bs-callout h5 {
	margin-top: 0;
	margin-bottom: 5px;
}

.bs-callout p:last-child {
	margin-bottom: 0;
}

.ui-autocomplete {
	border: 1px solid #ccc;
	background-color: #fff;
	z-index: 12000;
}

.ui-menu .ui-menu-item a {
	color: #808080;
}

.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
	background-color: #3875d7;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
	background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
	color: #fff;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
	margin: 0px;
	background-color: #3875d7;
	color: #fff;
}

/*http://www.minimit.com/articles/solutions-tutorials/bootstrap-3-responsive-centered-columns*/
.row-centered {
	text-align: center;
}

.col-centered {
	display: inline-block;
	float: none;
	/* reset the text-align */
	text-align: left;
	/* inline-block space fix */
	margin-right: -4px;
}

.rider-col {
	width: 200px !important;
}

.payment-col {
	width: 100px !important;
}

.memname-col {
	width: 150px !important;
}

.releases-col {
	width: 120px !important;
}

.type-col {
	width: 120px !important;
}

.memtype-col {
	width: 130px !important;
}

.territory-input {
	display: inline-block;
	width: 200px;
}

.error-title {
	text-align: center;
	font-size: 26px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #C82406;
	color: #ffffff;
}

.welcome-text {
	text-align: center;
	padding: 20px 0px;
}

.role-desc {
	margin-left: 30px;
}

.gridster ul {
	list-style-type: none;
}

.padding-top {
	padding-top: 20px;
}

.dues-owed-widget {
	height: 390px;
	overflow-y: scroll;
}

.one-row-widget {
	height: 290px;
	overflow-y: scroll;
}

.form-label {
	padding-top: 7px;
}

.landowner-contact {
	padding-top: 30px;
}

.landowner-name {
	font-weight: bold;
}

.landowner-farm {
	font-style: italic;
}

.landowner-description {
	color: gray;
}

.contact-content {
	margin-top: 40px;
}

.address-box {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0px 30px;
}

.field-sec-content {
	font-size: 8px;
}

.field-sec-row {
	height: 32px;
}

.field-sec-id {
	border-color: black !important;
}