html, body{
	overflow-x: hidden;
}
body{
	background-color: #ddddd9;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
a:hover{
	text-decoration: none;
}
.b-r{border-right: 1px solid #ddd}
.body-wrapper{
	max-width: 1366px;
	margin:auto;
	background-color: #f6f6f6;
	box-shadow: 0px 0px 5px 5px #cececd;
}

/* Header */
header{
	background-color: #f8fafb;
}
header .logo{
	background: url(https://registration.worldbank.org/accounts/register123/worldbankgroup/events/template-001/2019SMHeader.jpg) no-repeat;
	height: 289px;
}
.content{
	max-width: 1000px;
	margin:auto;
	padding: 25px 20px 5px;
	position: relative;
	min-height: 300px;
}
h1{
	margin:0 0 25px 0;
	font-size: 24px;
	font-weight: 600;
}
h1 > span{
	color: #2e67b2;
}
/* ./ Header */

/* Content */
.panel {
	border: 1px solid #e2e3e4;
	box-shadow: none;
	border-radius: 0;
}
.panel-heading {
    color: #333;
    font-size: 17px;
    font-weight: 600;
    background: #f9f9fa;
    padding: 14px 20px 13px;
    border-radius: 0;
}
.panel-body{
	padding-top: 20px;
}
.panel-body .panel-heading {
	margin:30px -18px 25px;
	border-top: 1px solid #f2f3f4;
}
.panel-heading .reqtxt{
	float: right;
	font-size: 12px;
	color: #999;
	font-weight: 400;
	margin-top: 3px;
}
.required{
	color: #ff0000;
}
.form-group label{
	font-weight: normal;
}
.form-control{
	font-size: 14px;
	height: 34px;
	color: #333;
	border-color: #d0d8e1;
	box-shadow: none;
}
.form-control.small{
	width: 120px;
}
.form-horizontal .control-label{
	padding-right: 10px;
}
.panel-footer{
	padding: 20px;
	background-color: #e7f1f9;
	border-radius: 0;
}
.btn-cancel, .btn-submit{
	font-weight: 600;
	font-size: 13px;
	height: 37px;
	padding-left:20px;
	padding-right:20px;
	border-radius: 1px;
}
.btn-submit{
	border:1px solid #01acee;
	background-color: #01acee;
	color: #fff;
}
.btn-cancel{
	border:1px solid #ccc;
	background-color: #fff;
	color: #54677a;
	margin-right: 10px;
}

/* ./ Content */

/* Footer */
footer{
	background: url(https://registration.worldbank.org/accounts/register123/worldbankgroup/events/template-001/footer-bg.png) no-repeat #fff;
	min-height: 75px;
	font-size: 13px;
	color: #272725;
	padding: 55px 40px 15px;
}
footer h4{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
footer dt{
	font-weight: 600;
	margin-top: 5px;
}
footer dd{
	margin-bottom: 10px;
}
footer a{
	color: #272725;
}
.foot-links{
	text-align: right;
}
.foot-links ul{
	list-style-type: none;
	padding: 0;
	margin:0;
	margin-top: 10px;
}
.foot-links li{
	display: inline-block;
	font-size: 12px;
}
.foot-links li:after{
	content: "";
	width:1px;
	margin:0 10px 0 11px;
	border-left:1px solid #636363;
	height: 9px;
	display: inline-block;
}
.foot-links li:last-child:after{
	display: none;
}
.copyright{
	font-size: 11px;
	border-top:1px solid #ddd;
	margin-top: 10px;
	padding:15px 0 0;
}
/* ./Footer*/