.panel-et {
	border-color: #c12c30;
}
.panel-et > .panel-heading {
	background-color: #c12c30;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.title-section h1, .title-section h2, .title-section h3  {
	text-align: center;
}

#errormessage {
	display: none;
}

#form-section {
	background-color: #f6f6f6;
}

#form-section h4 {
	font-size: 1.4rem;
}

#form-section input, #form-section select  {
	font-size: 1.4rem;
	background-color: #f6f6f6;
}

#form-section button {
	font-size: 1.4rem;
	background-color: #d61a28;
	border-color: #d61a28;
}

.panel-heading a:after {
	font-family:'Glyphicons Halflings';
	content:"\e114";
	float: right;
	color: #fff;
}

.panel-heading a.collapsed:after {
	content:"\e080";
}

.row-val-tkn, #editForm, #validateMobilePhone {
	display: none;
}