


body {
	/*
	display: -ms-flexbox; 
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;	
	*/
	padding-bottom: 1rem;
	/*font-size: .8rem;*/
	
}


/* make button text wrap */
.btn {
    white-space:normal !important;
    /*word-break: normal !important;*/
    word-wrap: break-word !important;
}
/* table header divider */
hr {
	margin-top: 0rem;
	margin-bottom: 0rem;
	border: 0;
	border-top: 2px solid rgba(0, 0, 0, 0.7);
}
hr.light {
	margin-top: 0rem;
	margin-bottom: 0rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}
/* navbar */
#headerNavbar {
    position: absolute;
    width: 100%;    
    /* set z-index to make sure it's covered by modal component(z-index=1040)*/
    z-index: 1039;
}
/*
.navbar-custom {
    background-color: #ff5500;
}
*/
/* change the brand and text color */
/*
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #D56600;
}
*/
/* change the link color */
/*
.navbar-custom .navbar-nav .nav-link {
    color: #D56600;
}
*/
/* change the color of active or hovered links */
/*
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #D56600;
}
*/
/* end navbar */

/* button */
.btn-custom-text {
	color: #FFFFFF;
}

.btn-custom {
	color: #FFFFFF;
	background-color: #FF9A10;
    border-color: #FF9A10;
}

.btn-custom:hover {
  	color: #FFFFFF;
  	background-color: #BF6F00;
  	border-color: #BF6F00;
}

.btn-custom:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 154, 16, 0.5);
}

.btn-custom.disabled, .btn-primary:disabled {
	color: #FFFFFF;
	background-color: #FF9A10;
    border-color: #FF9A10;
}

.btn-custom:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  	background-color: #975700;
  	border-color: #975700;
}

.btn-custom:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 154, 16, 0.5);
}
/* end button */

.baseContainer {
	padding-top: 55px;
}

.titleBar {
	background-color:#F2F2F2;
	padding:13px;
	border-bottom: 1px solid #ccc;
}
/* modal */
#popupDialog .modal-dialog{
    overflow-y: initial !important;
	overflow-x: hidden !important;
}
#popupDialog .modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: hidden;
}
#loadingDialog.modal{
  width: 80%;
  margin-left:10%; 
}
/*
.modal-header {
  background-color: #DC3545;
  color: white;
}
*/
/* end modal */
/* collapse component */
[aria-expanded="false"] .icon-open {
    display: block;
}
[aria-expanded="false"] .icon-close {
    display: none;
}
[aria-expanded="true"] .icon-open {
    display: none;
}
[aria-expanded="true"] .icon-close {
    display: block;
}
.row .col-icon-expand {
	max-width:20px;
}
/* end collapse component */

/* for fixing bootstrap img resize issue in IE11 */
.img-fluid { 
	width: 100%;
}
/* end fixing bootstrap img resize issue in IE11 */

/*******************************************/

.headerDiv {
	height: 40px;
}

.title {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	line-height: 16px;
	text-align: justify;
}

.label {
	/*font-family: "Verdana", "Arial", "Helvetica", "sans-serif";*/
	line-height: 16px;
	text-align: justify;
	font-weight: bold;
}

.note {
	font-size: .8rem;
}

.noteSmall {
	font-size: .6rem;
}

.groupDiv {
	border-style: solid;
	border-width: 1px;
	width: 100%;
	border-radius: 5px;
	border-color: #5a6905;
	padding: 5px;
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px; /* or 992px */
}

.text-alert {
    color: #f00!important;
}

.inputID::-webkit-input-placeholder {/* WebKit browsers */
    font-size: .7rem;
}

.inputID::-moz-placeholder {/* Mozilla Firefox 4 to 18 */
    font-size: .7rem;
}

.inputID::-moz-placeholder {/* Mozilla Firefox 19+ */
    font-size: .7rem;
}

.inputID::-ms-input-placeholder {/* Internet Explorer 10+ */
    font-size: .7rem;
}

/* Investment Instruction */
.invInstruction {
	font-size: .8rem;
}
 
.fundCategoryRow{
	background-color: #B8B8B8 !important;
	color: #FFFFFF !important;
}

.dataCells .center, .summaryCells .center {
	text-align: center;
}

.specialTableTotalScheme{
	background-color: #DCF0D5 !important;
}

/* End Investment Instruction */

/*
.logoImg {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url("/bct/image/cgraphics/eEnrollment/img_header_logo_small.svg") no-repeat;*/
	background-size: 60px;
	background-color: white;
	width: 60px;
  	height: 36px;
}
*/

@media (min-width: 350px) {
/*
	.logoImg {
		display: block;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: url("/bct/image/cgraphics/eEnrollment/img_header_logo_large.svg")no-repeat ;
		background-size: 100px;
		background-color: white;
		width: 100px;
		height: 39px;
	}
*/	

}

@media (min-width: 576px) {
/*
	.logoImg {
		display: block;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: url(/bct/image/cgraphics/eEnrollment/img_header_logo_large.svg) no-repeat;
		background-size: 150px;
		background-color: white;
		width: 150px;
	  	height: 58px;
	}  
*/
/*	
	.baseContainer {
		padding-top: 100px;
	}
*/	
	.invInstruction {
		font-size: 1rem;
	}
	.overBanner {
		width: 40px !important;
		height: 40px !important;
	}
	.inputID::-webkit-input-placeholder {/* WebKit browsers */
	    font-size: 1rem;
	}
	
	.inputID::-moz-placeholder {/* Mozilla Firefox 4 to 18 */
	    font-size: 1rem;
	}
	
	.inputID::-moz-placeholder {/* Mozilla Firefox 19+ */
	    font-size: 1rem;
	}
	
	.inputID::-ms-input-placeholder {/* Internet Explorer 10+ */
	    font-size: 1rem;
	}
}

/*
@media (min-width: 992px) {	  
	body {
		font-size: 1rem;
	}
}
*/

/* footer */
.bottom {
	position: relative;
	text-align: center;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	border-top: 1px solid #ddd;
	padding: 20px 0 30px;
	font-size: 12px;
	color: #777777;
	display: inline-block;
	float: left;
	line-height: 1.7;
	width: 100%;
    padding: 20px 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: #f2f2f2;
}
/* end footer */

.bannerContainer {
  float: left;
  position: relative;
}

.overBanner {
  position: absolute;
  top: 20px;
  right: 20px;
	width: 20px;
	height: 20px;
}

.red{
	color: red;
}