@font-face {
  font-family: "SourceHanSans";
  src: url("../../font/SourceHanSans/style.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: "SourceHanSans";
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.lang-semitransparent {
	opacity: 0.7;
}

.apex-color-blue {
	color: #004B80 !important;
}

.apex-bg-color-blue {
	background-color: #004B80 !important;
}

.apex-color-green {
	color: #289048 !important;
}

.apex-bg-color-green {
	background-color: #289048 !important;
}

.hidden {
	display: none;
}

.lead {
	font-size: 1.1rem;
}

.mgmt-item {
	cursor:pointer;
	border:1px solid #DBDBDB;
}

.nav-link {
	color: #004B80;
}

.nav-link:hover {
	color: #004B80;
}

.nav-link:focus {
	color: #004B80;
}

.small-icon {
	vertical-align:baseline;
}

ul.list-green-tick {
    list-style-image: url("../../img/icon-green-tick.png") !important;
}

ul.list-star {
    list-style-image: url("../../img/icon-star.gif") !important;
}

ul.list-arrow {
    list-style-image: url("../../img/icon-arrow.gif") !important;
}

.table thead th {
	border: 1px solid black;
}

.table td {
	border: 1px solid black;
}

.table-no-border td {
	border: none;
}

#footer .footer-copyright .row {
	border-top-color: white;
}

.select-text-pt-1 {
	padding-top: 1px;
}

.select-text-pt-2 {
	padding-top: 2px;
}

.property-bg-color-blue {
	background-color: #219cd2;
}

.property-bg-color-black {
	background-color: #333b48;
}

.property-bg-color-red {
	background-color: #e04622;
}

.property-color-blue {
	color: #219cd2;
}

.property-color-black {
	color: #333b48;
}

.b-none {
	border: none !important;
}

.bl-none {
	border-left: none !important;
}

.bt-none {
	border-top: none !important;
}

.br-none {
	border-right: none !important;
}

.bb-none {
	border-bottom: : none !important;
}

.bg-color-grey {
	background-color:#777777;
}
.bg-color-light-grey {
	background-color:#F1F1F1 !important;
}

.calculator-title {
	font-size: 1.65rem !important;
}
.calculator-font-size {
	font-size: 1.15rem !important;
}
.calculator01-label {
	background: transparent;
	border: none;
	padding:0;
	color:#BDBDBD;
}
.calculator01-separator {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.calculator01-input, .calculator01-input:focus {
	background: transparent;
	border: none;
	box-shadow: none;
	padding:0;
	color:#FFFFFF;
}

.calculator02-label {
	background: transparent;
	border: none;
	padding:0;
	color:#797979;
}
.calculator02-separator {
	border-bottom: 1px solid #BDBDBD;
}
.calculator02-input, .calculator02-input:focus {
	background: transparent;
	border: none;
	box-shadow: none;
	padding:0;
	color:#797979;
}

.border-1 {
	border:1px solid black;
}

.text-light-dark {
	color:#797979 !important;
}

.text-color-red {
	color:red !important;
}

.bg-color-deep-grey {
	background-color: #999999;
}

.toggle.active > label {
	background-color:#F1F1F1 !important;
}

.toggle.active > label:before {
	border: 6px solid transparent;
	border-top-color: #797979;
	margin-top: -3px;
	right: 10px;
}

.bg-life-expectancy-calculator {
	background-image:url(../../img/wealth/bg-le-calculator.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.input-life-expectancy-calculator, .input-life-expectancy-calculator:focus {
	height: 30px;
	background-color: #999999;
	border: 1px solid black;
	color: white;
}

.life-expectancy-result {
	border: 2px solid green;
	font-size: 20px;
}

.ui-slider-handle {
	background: url(../../img/wealth/slider-handle.png) no-repeat !important;
    width:31px !important;
    height:31px !important;
    top:-0.8em !important;
    border:none !important;
}

.fq_test_question_label {
	color: #004B80 !important;
}

.fq_test_score {
	color: red;
}

.dropdown-toggle::after {
    display:none;
}

.max-img {
	max-width: 100%;
}

.news-title:before {
	background-color: transparent !important;
	content:none !important;
}
.news-title:after {
	background-color: transparent !important;
	content:none !important;
}

.nav-link-plan {
	padding: 15px 35px !important;
}
.nav-link-plan.active {
	border-bottom-color: #004B80 !important;
}
.nav-link-plan:hover {
	border-bottom-color: #004B80 !important;
}
.nav-item-plan.active > a {
	border-bottom-color: #004B80 !important;
}

.ret-text-box {
	padding: .375rem .75rem;
    height: 30px;
    background-color: #999999;
    border: 1px solid black;
    color: white;
}