@font-face {
    font-family: 'Andes';
    src: url("/accounts/register123/worldbankgroup/events/2019sm-001-12209-5785//304244_1_0.ttf") format("truetype"); }
#body {
				    background-color: #f6f6f6;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
            }
            h1 {
                font-family: "Andes", sans-serif;
                color: #333333;
                margin: 16px 0px 16px 0px;
                font-size:32px;
                line-height:40px;
                font-weight: 700;
             }
             h2 {
                font-family: "Andes", sans-serif;
                color: #333333;
                margin: 16px 0px 16px 0px;
                font-size: 28px;
                line-height: 32px;
            }
.banner {max-width: 1920px;
margin: 0 auto:}
#page-table{margin:0 auto;}
			
		#page-table {
				border: 1px solid #EEE;
                margin: 0 auto;
                width: 100%;
				background-color:#FFF;
			}
			
			.section-table {
				width: 100%;
			}
			
			.section-header {
			/* margin: 30px -18px 25px;
            border-top: 1px solid #f2f3f4; */
            background: #f6f6f6;
            padding: 16px;
            border-radius: 0; 
            text-align: center;

			}
			.section-header td {
                padding: 8px 0px;
            }
			.form-table {
				margin-left: auto;
				margin-right: auto;
                width: 80%;
                padding: 0px 16px;
				background-color:#FFF;
			}
			
			.title {font-family: 'Open Sans', sans-serif;
				font-weight: normal;
			}
			
			.subtitle {   font-family: 'Open Sans', sans-serif;
				font-weight: normal;
			}
			
			.section-header .header {
                font-family: "Andes", sans-serif;
				color: #333;
                font-size: 20px;
                line-height: 26px;
                font-weight: 600;
   
		
			}
			
			.subheader {   font-family: 'Open Sans', sans-serif;
				font-weight: normal;
			}
			
			.highlight {   font-family: 'Open Sans', sans-serif;
				font-weight: normal;
			}
			
			.error {
				font-size: small;
				font-weight: inherit;   font-family: 'Open Sans', sans-serif;
				font-weight: normal;
			}
			.text {   font-family: 'Open Sans', sans-serif;
				font-weight: normal;
			
			}
			.fine-print {font-family:  'Open Sans', sans-serif;
				font-weight: normal;    font-size: 13px;

			}
			
			/*Form buttons*/
			.r123FormSubmit{ 
				border: 1px solid #0071bc;
    background-color: #0071bc;
    color: #fff;
margin-bottom: 15px;font-weight: 600;
    font-size: 13px;
    height: 37px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 1px;			} 
			
			/*Form Fields*/
			.r123formelement {font-size: 14px;
    
    color: #333;
    border-color: #d0d8e1;
    box-shadow: none;
			 
			}
			
			
			/*EFFECTS*/
			.corner-all {
			    -moz-border-radius: 5px;
			    -webkit-border-radius: 5px;
			    -khtml-border-radius: 5px;
			}
			
			.corner-bottom {
			    -moz-border-radius-bottomleft: 5px;
			    -webkit-border-bottom-left-radius: 5px;
			    -moz-border-radius-bottomright: 5px;
			    -webkit-border-bottom-right-radius: 5px;
			}
			
			.corner-top {
			    -moz-border-radius-topleft: 5px;
			    -webkit-border-top-left-radius: 5px;
			    -moz-border-radius-topright: 5px;
			    -webkit-border-top-right-radius: 5px;
			}
			
			
			.shadow {
				box-shadow: 0 0 15px #CCC;
				-moz-box-shadow: 0 0 15px #CCC;
				-webkit-box-shadow: 0 0 15px #CCC;
			}	
label { font-weight: normal;}				
        html, body{
	overflow-x: hidden;
}
body{
	background-color: #f6f6f6;
	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 2px 3px #e5e5e5;
}

/* Header */
header{
	background-color: #f8fafb;
}
header .logo{
	background: url(https://registration.worldbank.org/accounts/register123/worldbankgroup/events/2020am-9075/2020AMHeaderV3.jpg) no-repeat;
    height: 350px;
    background-size: COVER;
    background-position: center 100%;
}
.content{
	/* max-width: 1000px; */
	margin:auto;
	/* padding: 25px 20px 5px; */
	/* position: responsive; */
	min-height: 300px;
}

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 #2e67b2;
	background-color: #2e67b2;
	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/2019AMFOOTV5.jpg) 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;
        color:#272725;
}
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*/
@media (max-width: 1024px) {
    header .logo{
        /*height: 768px;
        background-size: cover;*/
    }
}
@media(max-width: 640px) {
    
    /* footer{
        padding: 40px 30px 15px;
    } */
    header .logo{
        height: 154px;
        background-size: initial;
    }
}
@media(max-width: 991px) {
    footer .b-r{
        border-right: 0;
    }
}
@media (max-width: 767px) {
    
    .foot-links{
        text-align: left;
    }
    h1{
        font-size: 20px;
    }
}
/* == begin table style ==*/
.padding-16 {
    padding: 16px;
}
#page-table {
    width: 100%;
}
table.form-table tr td {
    padding: 8px 0px;
}
textarea, 
input[type='text'],
input[type='Password'],
.certain-type-ahead {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    height: 35px;
    padding: 8px 16px 8px 16px;
    font-weight: bold;
    color: #787878;
    background-color: #fafdff;
    border: 1px solid #d8e7f5;
    border-radius: 0;
    -webkit-appearance: none;
    box-shadow: inset 0px 2px 1px 0px #F0F7FE;
}
.certain-type-ahead:before {
    font-family: 'FontAwesome';
    content: "\f107";
    font-weight: bold;
    position: absolute;
    display: block;
    background: #FAFDFF;
    color: #0071BC;
    font-size: 16px;
    padding: 6px 10px;
    top: 33px;
    height: 37px;
    right: 1px;
    z-index: 1;
}
.subheader,
.clsFormfieldTd .text {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    font-weight: bold;
    margin: 0px;
    border-bottom: 0px;
}
input[type='checkbox'],
input[type='radio'] {
    content: '';
    margin-right: 8px;
    display: inline-block;
    vertical-align: text-top;
    padding: 4px;
    width: 20px;
    height: 20px;
    background: #FAFDFF;
    border: 1px solid #D8E7F5;
    cursor: pointer;
}
input[type='radio'] {
    vertical-align: text-bottom;
}
input[type='file'] {
    font-size: 13px;
    line-height: 17px;
}
.control-label .text {
    font-size: 13px;
    line-height: 17px;
    color: #333333;
    font-weight: normal;
    padding: 2px;
}
@media(min-width: 768px) {
    .container {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width:768px) {
    .form-table {
        width: 100%;
    }
    table.form-table {
        padding: 16px;
    }
    table.form-table tr td {
        width: 100%;
        float: left;
        padding: 0px 16px;
    }
    .section-header td {
        padding: 8px 16px;
    }
    table.form-table tr td table tbody tr td {
        width: 100%;
        float: left;
        padding: 0px;
    }
    .error {
        float: left;
    }
}

/* == End table style ==*/