/*Override Bootstrap - Begin*/
body {
	font-family: Arial !important;
}
.btn {
  font-size: 14px;
}
.find-out-more-btn{
	position: relative;
	bottom: 20%;
	width: 190px;
	height: 50px;
}
.btn-primary {
  color: #fff;
  background-color: #b52025;
  border-color: #b52025;
}

  .btn-primary:hover {
    color: #fff;
    background-color: #d61e24;
    border-color: #d61e24;
  }

  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #d61e24;
    border-color: #d61e24;
    box-shadow: none;
  }

  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #d61e24;
    border-color: #d61e24;
  }

  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #d61e24;
    border-color: #d61e24;
  }

    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: none;
    }

.btn-secondary {
  color: #fff;
  background-color: #31568b;
  border-color: #31568b;
}

  .btn-secondary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0069d9;
  }

  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0069d9;
    box-shadow: none;
  }

  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #0069d9;
    border-color: #0069d9;
  }

  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0069d9;
    border-color: #0069d9;
  }

    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: none;
    }

.navbar-toggler {
  height: 35px;
}

.navbar-dark {
  /*height: 45px;*/
  font-size: 14px;
}

.bg-dark,
.bg-dark .nav-link {
  background-color: #1b2c46 !important;
}

/*Override Bootstrap - End*/

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: Arial;
}

main {
  flex: 1 0 auto;
}

.btn-grey {
    color: #4b4b4b;
    background-color: #c9c9c9;
    border-color: #c9c9c9;
}

.btn-transparent {
  color: #2a4173;
  background-color: transparent;
  border-color: transparent;
}

  .btn-transparent:hover {
    background-color: #e9eef4;
    border-color: #e9eef4;
  }

  .btn-transparent:focus, .btn-transparent.focus {
    background-color: #e9eef4;
    border-color: #e9eef4;
    box-shadow: none;
  }

  .btn-transparent.disabled, .btn-transparent:disabled {
    background-color: #e9eef4;
    border-color: #e9eef4;
  }

  .btn-transparent:not(:disabled):not(.disabled):active, .btn-transparent:not(:disabled):not(.disabled).active,
  .show > .btn-transparent.dropdown-toggle {
    background-color: #e9eef4;
    border-color: #e9eef4;
  }

    .btn-transparent:not(:disabled):not(.disabled):active:focus, .btn-transparent:not(:disabled):not(.disabled).active:focus,
    .show > .btn-transparent.dropdown-toggle:focus {
      box-shadow: none;
    }

body > nav ~ nav.fixed-top {
  /*top: 56px;*/
}

.navbar:last-child {
  z-index: 1000;
}

.navbar:first-child {
  z-index: 1060;
}

.navbar-btn-group {
  z-index: 1050;
}

#btnLogin + form {
  min-width: 250px;
}
#btnLogin, #btnSignUp {
	background-color: #B52025;
	color: #FFFFFF;
}
.nav-item {
	white-space: nowrap !important;
}

.navbar-btn-group .dropdown-menu {
  position: absolute;
}

#carousel-banner .carousel-item > .card {
  opacity: 0.9;
  background-color: #1b2c46;
  color: #ffffff;
  /*top: 150px;
            left: 60%;
            position: absolute;
            z-index: 1000;
            max-width: 375px;
            max-height: 405px;*/
}

.carousel-indicators > li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

@media (min-width: 320px) {
  #carousel-banner .carousel-indicators {
    bottom: 60% !important;
  }

  #carousel-banner .carousel-control-prev,
  #carousel-banner .carousel-control-next {
    bottom: 60% !important;
  }
}

@media (min-width: 360px) {
  #carousel-banner .carousel-indicators,
  #carousel-banner .carousel-control-prev,
  #carousel-banner .carousel-control-next {
    bottom: 58% !important;
  }
}

@media (min-width: 414px) {
  #carousel-banner .carousel-indicators,
  #carousel-banner .carousel-control-prev,
  #carousel-banner .carousel-control-next {
    bottom: 55% !important;
  }
}

@media (min-width: 500px) {
  #carousel-banner .carousel-indicators,
  #carousel-banner .carousel-control-prev,
  #carousel-banner .carousel-control-next {
    bottom: 50% !important;
  }
}

@media (min-width: 576px) {
  .navbar .btn {
    width: 150px !important;
  }

  #carousel-banner .carousel-indicators,
  #carousel-banner .carousel-control-prev,
  #carousel-banner .carousel-control-next {
    bottom: 45% !important;
  }
}

@media (min-width: 768px) {
  #carousel-banner .carousel-indicators,
  #carousel-banner .carousel-control-prev,
  #carousel-banner .carousel-control-next {
    bottom: 40% !important;
  }
}

@media (min-width: 992px) {
  .navbar .btn:not(:first-of-type) {
    margin-left: 10px !important;
  }

  body {
    padding-top: 112px;
  }

  /*#carousel-video .card,
            #carousel-video video {
                max-width: 220px;
            }*/

  /*#carousel-video video {
                max-height: 125px;
            }*/

  #carousel-banner .carousel-item > .card {
    top: 8%;
    left: 60%;
    position: absolute;
    z-index: 2;
    height: 60%;
    width: 375px !important;
    height: 405px !important;
  }

  #carousel-banner .carousel-indicators,
  #carousel-banner .carousel-control-prev,
  #carousel-banner .carousel-control-next {
    bottom: 0 !important;
  }

  .btn-group.w-sm-35 > .btn {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
}

@media (max-width: 576px) {
  .w-sm-15 {
    width: 15% !important;
  }

  .w-sm-35 {
    width: 35% !important;
  }

  .w-sm-100 {
    width: 100% !important;
  }

  .navbar-nav > button:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .navbar-nav > button:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .navbar-nav > button:not(:first-child) {
    margin-left: -1px;
  }

  .navbar-btn-group {
    padding: 0 !important;
  }

    .navbar-btn-group .btn {
      border-radius: 0;
    }
}

@media (max-width: 767px) {
}

@media (max-width: 991px) {
  body {
    padding-top: 168px;
  }

  #carousel-banner .card {
    border-radius: 0 !important;
  }

  /*#carousel-banner .carousel-control-prev,
            #carousel-banner .carousel-control-next {
                bottom: 50% !important;
            }*/
}
.tab-pane,
.accordion {
  width: 100%;
}
	
.tab-pane .carousel-item,
.accordion .carousel-item,
#carousel-video .carousel-item {
	width: 90%;
	margin-left: 5%;
}

 .tab-pane .card {
	max-width: 418px;
}
	
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 10px;
  height: 16px;
}

.carousel-control-prev-icon {
  background-image: url("/aibbecos/images/arrow-l.png");
}

.carousel-control-next-icon {
  background-image: url("/aibbecos/images/arrow-r.png");
}

#nav-announcement-tab, #nav-news-tab, #nav-product-tab, #nav-calendar-tab, #nav-portfolio-tab, #nav-promotion-tab {
	font-size: 14px;
	font-weight: bold;
}
#nav-tab li:not(:last-of-type) {
  margin-right: 14px;
}

#nav-tab-accordion .nav-link {
  font-size: 16px;
  font-weight: 400;
}

#nav-tab-accordion .card-header {
  padding: 0;
}

  #nav-tab-accordion .card-header .nav-link {
    padding: 14px;
  }

#nav-tab-accordion .card:not(.active) .nav-link,
#nav-tab .nav-link:not(.active)
#nav-tab-accordion .card:not(.active),
#nav-tab ~ .tab-content > .tab-pane:not(.active),
#nav-tab ~ .tab-content > .tab-pane:not(.active) .card {
  background-color: #e9eef4;
  border-color: #e9eef4;
}
  
#nav-tab-accordion .card.active,
#nav-tab-accordion .card.active div,
#nav-tab .nav-link.active,
#nav-tab .nav-link:hover
#nav-tab-accordion .card.active,
#nav-tab ~ .tab-content > .tab-pane.show.active,
#nav-tab ~ .tab-content > .tab-pane.show.active .card,
#nav-tab .nav-link:hover {
  background-color: #bfe6f3;
  border-color: #bfe6f3;
}

#nav-tab .nav-link.active,
#nav-tab .nav-link:hover
{
  background-color: #81D7D4;
  border-color: #81D7D4;
  color: white !important;
}

  #nav-tab-accordion .card.active .nav-link,
  #nav-tab .nav-link.active,
  #nav-tab .nav-link:not(.active):hover {
    color: #224e84;
  }

#nav-tab-accordion .card:not(.active) .nav-link,
#nav-tab .nav-link:not(.active) {
  color: #b6b6b6;
}

.tab-pane .rounded-circle.day {
  width: 6vw;
  height: 6vw;
  max-width: 100px;
  max-height: 100px;
}

.accordion .rounded-circle.day {
  width: 16vw;
  height: 16vw;
  max-width: 80px;
  max-height: 80px;
}

.tab-pane .card,
.accordion .card {
  border: none;
}

  .tab-pane .card:not(:first-of-type) {
    border-left: 1px solid rgba(0, 0, 0, 0.125);
  }

#nav-announcement-collapse .card-body {
  padding-left: 0;
  padding-right: 0;
}

.up {
  color: #009900;
}

.down {
  color: #ff0000;
}

footer {
  flex-shrink: 0;
  font-size: 14px;
  color: #ffffff;
}

.footer-bg-blue {
  background-color: #1b2c46;
  min-height: 60px;
}

.footer-bg-red {
  background-color: #b52025;
  height: 20px;
}

footer nav > .nav-link {
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 0;
  color: #ffffff;
}

  footer nav > .nav-link:first-child {
    padding-left: 0;
  }

  footer nav > .nav-link:not(:last-of-type)::after {
    content: "|";
    padding-left: 16px;
    /*padding: 0 5px;*/
  }

.img-klci-index {
  max-width: 780px;
  max-height: 300px;
}

.f-1 {
  font-size: 14px;
}

.text-ellipsis-banner {
	display: block;
	display: -webkit-box;
	max-width: 350px;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.text-ellipsis {
	display: block;
	display: -webkit-box;
	max-width: 350px;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.empty-card {
	border: none;
}

#carousel-video, .empty-card, .video-card {
	padding-top: 10px;
	background-color: #e9eef4;
	border: none;
}

.header-link{
	color: white !important;
	font-size: 11px;
}
.main-panel {
    background-color: #e9eef4;
    max-height: 100px;
}

.tutorial .card-deck .card {
    background-color: #e8eff7;
}

.mw-22 {
    min-width: 23rem !important;
}

.mw-23 {
    min-width: 23rem !important;
}

.mw-25 {
    min-width: 25rem !important;
}

.mw-30 {
    min-width: 30rem !important;
}

.mh-25 {
    min-height: 25rem !important;
}

.light-blue {
    color: #4aafe9 !important;
}

.light-grey {
    color: #4b4b4b !important;
}

.borderless,
.card-group.borderless .card {
    border: 0 !important;
}


.card-group.borderless .card .card-footer,
.card.borderless .card-footer {
    border-top: 0 !important;
    background-color: transparent !important;
}

.agreement .card > img {
    width: 80px;
    height: 80px;
}
.agreement > .card-group > .card > .card-body > .card-title {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.agreement > .card-group > .card > .card-body > .card-title {
	font-size: 14px;
	color: #4b4b4b;
}

.card-group-light-dark-blue .card-group:nth-of-type(odd) .card:nth-of-type(odd) .card-body,
.card-group-light-dark-blue .card-group:nth-of-type(odd) .card:nth-of-type(odd) .card-footer,
.card-group-light-dark-blue .card-group:nth-of-type(even) .card:nth-of-type(even) .card-body,
.card-group-light-dark-blue .card-group:nth-of-type(even) .card:nth-of-type(even) .card-footer {
    background-color: #e9eef4 !important;
    color: #000000 !important;
}

.card-group-light-dark-blue .card-group:nth-of-type(odd) .card:nth-of-type(even) .card-body,
.card-group-light-dark-blue .card-group:nth-of-type(odd) .card:nth-of-type(even) .card-footer,
.card-group-light-dark-blue .card-group:nth-of-type(even) .card:nth-of-type(odd) .card-body,
.card-group-light-dark-blue .card-group:nth-of-type(even) .card:nth-of-type(odd) .card-footer {
    background-color: #224e84 !important;
    color: #fff !important;
}

.dark-blue-panel {
    background-color: #1b2c46 !important;
    color: #fff !important;
    height: 40px;
    border-radius: 0;
}

.blue-round-panel {
    background-color: #224e84 !important;
    color: #fff !important;
    height: 35px;
    border-radius: 5px;
    font-size: 18px;
}

.mt-n6,
.my-n6 {
    margin-top: -4.5rem;
}

.table-panel {
    background-color: #224e84 !important;
    color: #fff !important;
    height: 42px;
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
    padding-left: 1rem;
    font-size: 14px;
}

.table-striped thead,
.table-striped tbody {
    font-size: 13px;
    line-height: 1rem;
}

.table-striped thead > tr > th {
    background-color: #8ca0b4 !important;
    color: #fff !important;
    border-top-color: #8ca0b4 !important;
    font-weight: normal !important;
}

.table-striped tbody > tr > th {
    font-weight: normal !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #e9eef4;
}

.search-panel .form-group.row,
.search-panel .col-form-label {
    font-size: 15px;
}


/*** common_revamp***/


.SignUpForm input[type=text], .SignUpForm input[type=number] {
	width: 250px;
	height: 35px;
}



.links {
	padding: 0 200px;
	display: flex;
	justify-content: space-between;
	position: relative;
	bottom: 20px;
	z-index: 1;
}
/**line**/
.line-step-1 {
	background: #e9eef4;
	position: relative;
	height: 5px;
	top: 30px;
}

.line-step-1:before {
	content: '';
	background: #1689ca;
	width: 13%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.line-step-1:after {
	content: '';
	background: #e9eef4;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.line-step-2 {
	background: #e9eef4;
	position: relative;
	height: 5px;
	top: 30px;
}

.line-step-2:before {
	content: '';
	background: #1689ca;
	width: 38%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.line-step-2:after {
	content: '';
	background: #e9eef4;
	width: 30%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.line-step-3 {
	background: #e9eef4;
	position: relative;
	height: 5px;
	top: 30px;
}

.line-step-3:before {
	content: '';
	background: #1689ca;
	width: 63%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.line-step-3:after {
	content: '';
	background: #e9eef4;
	width: 10%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.line-step-4 {
	background: #e9eef4;
	position: relative;
	height: 5px;
	top: 30px;
}

.line-step-4:before {
	content: '';
	background: #1689ca;
	width: 63%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.line-step-4:after {
	content: '';
	background: #e9eef4;
	width: 20%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
/****/
.steps {
	z-index: 1;
	text-align: center;
	position: relative;
	bottom: 15px;
}

.table-CDS {
	outline-style: solid;
	outline-width: 1px;
	outline-color: #e9eef4;
}

	.table-CDS thead {
		background-color: #e9eef4;
	}

	.table-CDS tr {
		border: solid 1px #e9eef4;
	}

.table-TAX {
	outline-style: solid;
	outline-width: 1px;
	outline-color: #e9eef4;
}

.table-TAX thead {
	background-color: #e9eef4;
}

.table-TAX tr {
	border: solid 1px #e9eef4;
}
.table-TAX td {
	border: solid 1px #e9eef4;
}
.note {
	font-size: 12px;
	color: #4b4b4b;
}

.tncDIV {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

.tncLink {
	color: #224e84;

}

#CompleteReg .modal-content {
	height: 380px !important;
	border-radius: 10px !important;
}

#CompleteReg .modal-dialog {
	max-width: 650px !important;
	top: 15%;
}

#CompleteReg .modal-header {
	font-size: 18px;
	color: #4b4b4b;
}

#CompleteReg .modal-body {
	text-align: center;
}

#CompleteReg .modal-footer {
	position: relative;
	align-items: center;
	justify-content: center;
	border: none;
	bottom: 50px;
}

#modal-content-header {
	position: relative;
	font-size: 20px;
	color: #000000
}

#modal-content-body {
	position: relative;
	font-size: 18px;
	color: #4b4b4b
}

.selM {
	width: 250px;
	height: 35px;

}

#EventHeader {
	position: relative;
}

#EventTitle {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}

#EventDate {
	color: #4b4b4b;
	font-size: 14px;
}

#EventBody {
	position: relative;
	color: #4b4b4b;
	font-size: 14px;
}

#EventBtns {
	position: relative;
	color: #4b4b4b;
	font-size: 14px;
}

.EventBtn {
	width: 190px;
	height: 50px;
	background-color: #b52025 !important;
	color: #ffffff;
	font-size: 14px;
}

.EventBackBtn {
	width: 90px;
	height: 50px;
	background-color: #c9c9c9 !important;
	color: #4b4b4b;
	font-size: 14px;
}

.form-width {
	width: 400px !important;
}

.imgRightAlign {
	float: right;
	margin-right: 8px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.ContactUsBrch {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-bottom: 20px;
}

.ContactUsAdd {
	font-size: 16px;
	color: #4b4b4b;
	text-align: center;
}

.contactus-main-side {
	background-color: #ffffff;
	padding: 50px;
}

.contactus-main-mid {
	background-color: #f8f8f8;
	padding: 50px;
}

.date-picker-textbox {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 55%;
	top: 7px;
}

.borderless,
.card-group.borderless .card {
	border: 0 !important;
}

.agreement {
	position: relative;
	height: 550px;
	height: 500px;
}

.agreement .card > img {
	width: 80px;
	height: 80px;
}


/**************************************************************/
#EventProcess .modal-content {
	height: 300px !important;
	border-radius: 10px !important;
}

#EventProcess .modal-dialog {
	max-width: 450px !important;
	top: 15%;
}

#EventProcess .modal-header {
	font-size: 18px;
	color: #4b4b4b;
}

#EventProcess .modal-body {
	top: 60px;
	text-align: center;
}

#EventProcess .modal-footer {
	position: relative;
	align-items: center;
	justify-content: center;
	border: none;
	bottom: 50px;
}

#ErrMsg {
	color: red;
}

.card-borderless {
	border: none;
}

.middle {
	background-color: #f8f8f8 !important;
}
.header {
	font-size: 24px;
	color: #4aafe9;
}
.contactus-content{
	font-size: 16px;
	text-align: center;
}

.contactus-content > .card-title {
	font-weight: bold;
	color: #000000;
}
.contactus-content > .card-text {
	color: #4b4b4b;
}

.tncLink {
	position: relative;
	bottom: 1px;
	right: 10px;
}

.TNC > .modal-dialog {
	position: relative;	
	top: 20px;
	max-width: 1035px;
}
.TNC > .modal-dialog > .modal-content > .modal-body > .pdf-container {
	max-width: 1000px;
	overflow: scroll;
}

.table-portfolio thead th {
	position: sticky;
	top: 0;
	z-index: 1;
	background-color: #BFE6F3;
	padding-bottom: 0px;
	padding-top: 5px;
}

.table-portfolio {
	position: relative;
	padding-left: 40px;
	overflow: auto;
	height: 150px;
}

/*FAQ - Begin*/
#nav-tab-faq {
	font-size: 14px;
	border: 0;
}

	#nav-tab-faq > .nav-item {
		border: 0;
	}

		#nav-tab-faq > .nav-item:not(.active) {
			color: #4b4b4b;
			font-weight: normal;
		}

		#nav-tab-faq > .nav-item.active {
			color: #000000;
			font-weight: bold;
		}

.faq .tab-content .tab-pane {
	padding: 1.5rem !important;
	font-size: 15px;
}

	.faq .tab-content .tab-pane h6 {
		font-weight: bold;
	}

	.faq .tab-content .tab-pane p,
	.faq .tab-content .tab-pane > ul,
	.faq .tab-content .tab-pane .card .card-body > ul {
		margin-bottom: 2rem;
	}

	.faq .tab-content .tab-pane .card .card-header .btn-link,
	.faq .tab-content .tab-pane .card .card-header .btn-link:focus {
		text-decoration: none;
		color: #4b4b4b;
	}

		.faq .tab-content .tab-pane .card .card-header .btn-link:hover,
		.faq .tab-content .tab-pane .card .card-header .btn-link:not(.collapsed) {
			text-decoration: none;
			color: #000000;
			font-weight: bold;
		}

	/*.faq .tab-content .tab-pane .card .card-header,*/
	.faq .tab-content .tab-pane .card:not(:first-of-type) {
		border-left: 0;
		border: 1px solid rgba(0,0,0,.125);
	}

	.faq .tab-content .tab-pane .card {
		border: 1px solid rgba(0,0,0,.125);
	}

		.faq .tab-content .tab-pane .card .card-body {
			/*border: 2px solid rgba(0,0,0,.125);*/
			border: 0px;
			padding-bottom: 0rem;
		}

		.faq .tab-content .tab-pane .card .card-header {
			background-color: #e9eef4;
			border-bottom: 1px solid rgba(0,0,0,.125);
		}

		/*.faq .tab-content .tab-pane .card .card-body {
	padding-bottom: 0rem;
}*/

		.faq .tab-content .tab-pane .card .card-body .list-unstyled .card .card-body {
			border: 0rem;
			border-radius: 5px;
			padding-bottom: 1rem;
			background-color: #e9eef4;
		}

	/*To fix the bug where bullets will appear on lists using class list-unstyled in Edge browser */
	.faq .tab-content .tab-pane .list-unstyled > ul {
		white-space: nowrap;
	}

	.faq .tab-content .tab-pane .card .card-body .list-unstyled .card {
		display: inline-block;
	}

.pdf-container {
	height: 30rem;
	border: 2px solid rgba(0,0,0,.1);
}

	.pdf-container object {
		height: 100%;
		width: 100%;
	}

	.pdf-container canvas {
		border: 1px solid black;
		direction: ltr;
	}

/*FAQ - End*/

.card-default{
	height: 150px !important;
}

.row-height-1{
	height: 150px;
}
.table-marketinfo{
	border-bottom: solid #1b2c46;
}

#nav-tab-market-info .nav-item.active {
	border-top: 10px solid #194C88;
	background-color: white;
	color: #000000;
}
#nav-tab-market-info .nav-item {
	border-top: 10px solid #FFFFFF;
	background-color: #F3F3F3;
	color: #000000;
}
@media (min-width: 1200px)
{
	.container{
		max-width: 1200px;
	}
}


.modal-text-box {
	max-width: 800px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin: 0;
}

input[type=number]{
	-moz-appearance: textfield;
}
.alertfield{
	color: red;
}
.req-msg{
	color: red;
	font-weight: bold;
}
.field-1 {
	width: 250px !important;
}
.field-2 {
	width: 350px !important;
}

.sign-up-blue-banner {
	background-color: #224e84;
	color: #ffffff;
	font-size: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#nav-tab-market-info{
	font-size: 14px;
	font-weight: bold;
}
.signup-individual-inline, .signup-corporate-inline,
.signup-corporate-inline-m, .signup-individual-block, 
.signup-corporate-block, .signup-individual-flex,
#AuthSign2, #AuthSign2,
.acct-relation-fields-default {
	display: none;
}

.tblBank {
  background-color: #eeeeee;
  width: 50%;
}

.tblBank th,
.tblBank td {
  border: 2px solid white;
  padding: 10px;
}