/* ============================================================================ */
/* My Listings - Index
/* ============================================================================ */

.my-listings.index {

	.table-responsive {
		tr td {
			height: 89px;
		}
	}

}

/* ============================================================================ */
/* My Listings - Edit Form
/* ============================================================================ */

.my-listings.edit-form {

	.controls {
	}

	.group {
		padding: 20px;
		background: #f9f9f9;
		border: 1px solid #ccc;
	}

	.ratings {

		.rating {

			padding: 10px;
			margin-bottom: 24px;
			border: 4px solid #F2F2F2;
			height: 200px;
			text-align: center;

			input {
				margin-right: 5px;
			}

		}

	}

}

/* ============================================================================ */
/* My Listings - Search Form
/* ============================================================================ */

.my-listings.search-form {

	padding: 15px;
	padding-bottom: 10px;
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;

	.form-group {
		display: inline-block;
		margin-right: 20px;
	}

	.form-group.sml {
		width: 120px;
	}

	.form-group.med {
		width: 140px;
	}

	.form-group.lrg {
		width: 240px;
	}

	.form-group.xlrg {
		width: 320px;
	}

	.btn {
		margin-right: 5px;
	}

}

