.blockClient {
	margin-bottom: 50px;
}
.blockClient .left {
	width: 30%;
	margin-right: 3%;
	float: left;
}
.blockClient .right {
	width: 67%;
	float: left;
}
.blockClient .left ul {
	list-style: none;
	margin-left: 0;
}
.blockClient .left li {
	padding: 10px;
	width: 100%;
	border-bottom: 1px solid #999;
	cursor: pointer;
	background: #f9f9f9;
	margin: 0;
}
.blockClient .left li:hover,
.blockClient .left li.active {
	background: #efefef;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.panel {display: none;}
.panel.active {display: block;}

#accountSettings {
	margin-bottom: 50px;
}
div.Title {
	font-family: montserrat, sans-serif;
	font-size: 21px;
	color: #27a7de;
	margin-bottom: 15px;
	font-weight: bold;
}
#clientForgotPassword {
	display: none;
}
#forgot {
	margin: 10px;
	cursor: pointer;
	color: #27a7de;
}
#passwordReq li {
	color: red;
}
#passwordReq li.valid {
	color: green;
}
@media (max-width:1000px) {
	.blockClient .right,
	.blockClient .left {
		width: 100%;
		margin: 10px 0;
		padding: 0;
	}

}

  
