﻿.form-holder.profile, .form-holder.change-password {
	padding-left: 30px;
	padding-right: 30px;
}


	.form-holder.profile .inner, .form-holder.change-password .inner {
		width: 50%;
	}

	.form-holder.profile .button-row, .form-holder.change-password .button-row {
		float: right;
		position: relative;
		top: -45px;
	}

		.form-holder.profile .button-row .btn, .form-holder.change-password .button-row .btn, .form-holder.reset-password .button-row .btn {
			width: 100px;
		}


	.form-holder.change-password .form-row.mandatory, .form-holder.reset-password .form-row.mandatory {
		background: url(/content/images/mandatory.png) no-repeat 150px 10px;
	}

	.form-holder.change-password .form-row, .form-holder.reset-password .form-row {
		padding-left: 178px;
	}

	#ProfileWalksList.row {	
	padding: 0;	
}

#ClearBtn {
	width: auto;
}

.row.profile-header input#Keywords {
	background-image: url(/Content/images/icons/search-ico.svg);
	background-position: 200px center;
	background-repeat: no-repeat;
}

#ProfileWalksList .col-xs-6 .item {
	border-bottom: solid 1px #e5e5e5;
	position: relative;
	height: 185px;
	padding-left: 140px;
	color: #999;
	padding-right: 10px;
	padding-top: 5px;
	overflow: hidden;
}

		#ProfileWalksList .col-xs-6 .item .body {
			font-size: 0.9em;
			line-height: 1.3em;
		}

		#ProfileWalksList .col-xs-6 .item h4 {
			margin-right: 60px;
			margin-bottom: 5px;
		}

#ProfileWalksList .col-xs-6 .item h4 a {
	color: #00acee;
}

		#ProfileWalksList .col-xs-6 .item h4 span.subtitle {
			font-family: "Lato", sans-serif;
			padding-left: 5px;
			font-size: 0.8em;
			
		}

		#ProfileWalksList .col-xs-6 .item .proximity {
			width: 60px;
			color: #000;
			font-family: 'Museo W01 700', serif;
			position: absolute;
			top: 15px;
			right: 0;
			text-align: right;

		}

#ProfileWalksList .col-xs-6.even .proximity {
	right: 10px;
}

#ProfileWalksList .col-xs-6 .item img {
		border: solid 1px #CCC;
		position: absolute;
		top: 20px;
		left: 0;
	}

#ProfileWalksList .col-xs-6.even .item {
	margin-right: -15px;
}

	#ProfileWalksList .col-xs-6.odd .item img {
		left: 15px;
	}

#ProfileWalksList .col-xs-6.odd .item {
	margin-left: -15px;
	padding-left: 155px;
}

#ProfileWalksList .col-xs-6.odd {
	border-left: solid 1px #e5e5e5;	
}

#ProfileWalksList .walk-rating {
		margin-top: 2px;
		float: right;
	}

	#ProfileWalksList .star {
		width: 15px;
		height: 14px;
		margin-right:2px;
		float: left;
		background: url(/content/images/rating-star.png) no-repeat left top;
	}

	#ProfileWalksList .star.empty {
		background-image: url(/content/images/rating-star-empty-grey.png);
	}

#ProfileWalksList .col-xs-6 .item .details {
		margin-top: 8px;
}

	#ProfileWalksList .col-xs-6 .item .details span {
		padding-right: 15px;
		color: #000;
		font-weight: bold;
	}

	.profile-buttons {
		position: absolute;
		bottom: 15px;

	}

.profile-buttons a, .profile-buttons button {
	text-align: center;
	color: #FFF;
	width: 90px;
	font-family: 'Museo W01 700', serif;
	display: inline-block;
	vertical-align: middle;
	border-radius: 4px;
	padding-top: 7px;
	padding-bottom: 7px;	
	background: #00aef0;
	background: linear-gradient(to bottom, #00aef0, #009fdc);
	border: none;
	color: #FFF;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
	margin-right: 8px;
}

.profile-buttons a.walk-delete-btn {
	background: #f14400;
	background: linear-gradient(to bottom, #f14400, #db3400);
}
