/* UNIT PRICES */
/* .unitprice_sidebar {
	background-color: #eaeaea;
	padding: 15px;
	color: #5f6062;
}

.unitprice_sidebar .daterange {
	position: relative;
}

.unitprice_sidebar .daterange .calendar-container {
	left: 0;
	right: auto !important;
}

.unitprice_sidebar .row {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.unitprice_sidebar ul {
	padding-left: 0;
}

.unitprice_sidebar ul label {
	margin-left: 10px;
}

.unitprice_sidebar h4 {
	color: #5f6062 !important;
	font-weight: bold;
}

.unitprice_sidebar h4:first-of-type {
	margin-top: 0;
}

.unitprice_sidebar .btn-mini {
	position: relative;
	width: 100%;
	padding-left: 0;
	text-align: left;
	color: #5f6062;
	margin-bottom: 0;
	padding-bottom: 0;
}

.unitprice_sidebar .btn-mini .sign {
	position: absolute;
	right: 0;
	top: 12px;
	border-radius: 0 !important;
	height: 10px;
} */

/* .btn-group-2.nav-tabs {
	height: 70px;
}

.btn-group-2.nav-tabs li {
	width: 126px;
	height: inherit;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.btn-group-2.nav-tabs li.fund-3 {
	width: 90px;
}

.btn-group-2.nav-tabs li a {
	height: inherit;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
} */

/* .tab-top {
	margin-bottom: 50px;
	border-bottom: none;
	padding-bottom: 0;
	overflow: hidden;
} */

/* #tab-area-1 .selection_title,
#tab-area-2 .selection_title {
	margin-top: 0;
	color: #00b8e4 !important;
} */

/* .switch-group {
	margin-top: -8px;
}

.switch-group button {
	float: right;
	background-color: #f7f7f7;
	border: 1px solid #cfcfcf;
	-webkit-appearance: none;
	padding: 2px 20px;
	color: #777777;
}

.switch-group button.active {
	background-color: #e2e2e2;
	color: #777777;
	border-color: #aaa;
	outline: none;
}

.switch-group button:first-of-type {
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}

.switch-group button:last-of-type {
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}

.switch-group button:nth-child(2n) {
	margin-left: -1px;
} */

/* .btn:active,
.btn.active {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
} */

/* .glyphicon.glyphicon-one-fine-empty-dot {
  line-height: 10px;
  float: left;
  overflow: hidden;
}
.glyphicon.glyphicon-one-fine-empty-dot:before {
  content: "\25cb";
  font-size: 3em;
}
.glyphicon.glyphicon-one-fine-full-dot {
  line-height: 10px;
  float: left;
  overflow: hidden;
}
.glyphicon.glyphicon-one-fine-full-dot:before {
  content: "\25cf";
  font-size: 3em;
} */

.fup-icon {
	display: none;
	background-size: contain;
	border-radius: 4px;
}

.fup-icon-calendar {
	background-image: url("../svg/filter-calendar.svg");
}

.fup-icon-download {
	background-image: url("../svg/download.svg");
}

.fup-icon-1 {
	background-image: url("../svg/fund-100-shares.svg");
}

.fup-icon-2 {
	background-image: url("../svg/fund-85-shares.svg");
}

.fup-icon-3 {
	background-image: url("../svg/fund-cash.svg");
}

.fup-icon-4 {
	background-image: url("../svg/fund-60-shares.svg");
}

.fup-icon-5 {
	background-image: url("../svg/fund-ethical.svg");
}

.fup-icon-6 {
	background-image: url("../svg/fund-pre-retrirement.svg");
}

.fup-icon-7 {
	background-image: url("../svg/fund-shariah.svg");
}

.fup-icon-8 {
	background-image: url("../svg/fund-annuity.svg");
}

#fund-unit-prices .loading-opacity {
	opacity: 0.5;
	pointer-events: none;
	transition: opacity 0.3s ease-in-out;
}

#fund-unit-prices {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	/* min-height: 53rem; */
	margin-bottom: 2rem;
}

#fund-unit-prices h3 {
	padding-top: 0;
	margin-bottom: 0;
}

.fup-container-filter {
	display: flex;
	flex-direction: column;
	background-color: #EEEEF0;
	border: 1px solid #D0D0D6;
	border-radius: 10px;
	padding: 1.5rem 1rem;
	gap: 2rem;
}

.fup-container-filter .fup-container-filter--inner {
	display: flex;
	gap: 2rem;
}

.fup-container-filter>div {
	position: relative;
	display: flex;
	flex-direction: row;
	place-self: flex-start;
	gap: 1rem;
}

.fup-container-filter .daterange .daterange-field {
	position: relative;
	overflow: hidden;
	/* justify-content: center; */
	/* display: flex; */
	/* align-items: center; */
	height: 57px;
	width: 300px;
	border: 1px solid #D0D0D6;
	border-radius: 8px;
	background-color: #fff;
}

.fup-container-filter .daterange .daterange-field a {
	position: relative;
	cursor: pointer;
	height: inherit;
	width: inherit;
	text-decoration: none;
	display: flex;
	align-items: center;
	z-index: 1;
	padding: 0.5rem 1rem 0.5rem calc(47px + 1rem);
}

.fup-container-filter .daterange .daterange-field a:focus {
	outline: none;
}

.fup-container-filter .daterange .daterange-field::before {
	content: '';
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 47px;
	height: 100%;
	background-color: #F7F7F8;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("../svg/filter-calendar.svg");
	border-right: 1px solid #D0D0D6;
}

.fup-container-filter .daterange .daterange-field span {
	color: #5E5F6B;
	font-size: 16px;
	line-height: 20px;
}

.fup-container-filter .daterange .calendar-container {
	position: absolute;
	z-index: 5;
	overflow: hidden;
	left: -4px !important;
	right: auto;
	top: 5.5rem !important;
	height: 0;
	background-color: #fff;
	border: 0 solid #D0D0D6;
	border-radius: 8px;
}

.fup-container-filter .fup-container-filter--inner>div>span {
	font-weight: 600;
}

.fup-container-filter .fup-container-filter--inner .daterange,
.fup-container-filter .fup-container-filter--inner .predefined-range--container {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	justify-content: space-evenly;
}

.fup-container-filter .predefined-range {
	display: flex;
	gap: 1rem;
}

.fup-container-filter .predefined-range button {
	padding: 0.5rem 1rem;
	height: 52px;
	background-color: #fff;
	border: 1px solid #D0D0D6;
	border-radius: 8px;
}

.calc-container {
	display: flex;
	flex-direction: row;
	text-align: left;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #D0D0D6;
	margin-bottom: 2rem;
}

.calc-container .calc--table-headers {
	display: flex;
	background-color: #EEEEF0;
	border-right: 1px solid #D0D0D6;
}

.calc-container .calc--table-headers .header {
	display: flex;
	align-items: center;
	text-align: left;
	font-weight: bold;
	width: 100px;
	height: 85px;
}


@media screen and (min-width: 260px) {
	.fup-icon {
		display: block;
	}

	.calc-container .calc--table-headers .header {
		width: 160px;
	}
}

.calc-container .calc--table-headers .header th {
	border-bottom: 1px solid #D0D0D6;
	/* border-right: 1px solid #D0D0D6; */
	padding: 1rem;
	height: 100%;
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	display: flex;
	align-items: center;
	gap: 1rem;
	height: 85px;
	margin-bottom: 0;
}

.calc-container .calc--table-headers .header:first-of-type th {
	border-bottom-width: 1px;
}

@media screen and (min-width: 768px) {
	.calc-container .calc--table-headers .header {
		/* (total 242px) 1px is added from border of parent container */
		width: 241px;
	}
}

.calc-container .calc--table-headers .header.fund-name th i {
	width: 38px;
	height: 38px;
	background-color: #C1F4FE;
	flex-shrink: 0;
}


.calc-container .calc--table-headers .header:first-of-type {
	border-bottom: 2px solid #D0D0D6;
}

.data-table {
	overflow: hidden;
	/* min-height: 53rem; */
}

.calc-container table.calc--table-data {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	overflow-x: auto;
	/* margin-right: -1px; */
}

.calc-container table.calc--table-data tr th,
.calc-container table.calc--table-data tr td {
	display: flex;
	place-items: center;
	width: 96px;
	height: inherit;
	font-size: 16px;
	line-height: 20px;
	padding: 1rem;
	text-align: left;
}

@media screen and (min-width: 768px) {

	.calc-container table.calc--table-data tr th,
	.calc-container table.calc--table-data tr td {
		width: 108.75px;
	}
}

.calc-container table.calc--table-data tr {
	display: flex;
}

.calc-container table.calc--table-data tbody tr {
	height: 85px;
}

.calc-container table.calc--table-data tr td {
	height: 85px;
}

.calc-container .calc--table-headers .header:first-of-type,
.calc-container .calc--table-headers .header:first-of-type th,
.calc-container table.calc--table-data thead tr,
.calc-container table.calc--table-data thead tr th {
	height: 88px;
}

.calc-container table.calc--table-data thead tr th {
	background-color: #EEEEF0;
	border-bottom: 2px solid #D0D0D6;
	display: flex;
	flex-direction: column;
	justify-content: center;
	place-items: flex-start;
}

.calc-container table.calc--table-data tr td {
	border-bottom: 1px solid #D0D0D6;
	border-right: 1px solid #EEEEF0;
}

.calc-container table.calc--table-data tr td:last-of-type {
	border-right: 0;
}

.calc-container table.calc--table-data tr th.highlight {
	background-color: #C1F4FE;
}

.calc-container table.calc--table-data tr td.highlight {
	background-color: #EBFEFF;
}

#fund-unit-prices .download-csv {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

#fund-unit-prices .download-csv p {
	margin-bottom: 0;
}

#fund-unit-prices .download-csv .btn {
	border-radius: 100px;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	padding: 10px 1.5rem;
	display: flex;
	place-self: self-start;
	place-items: center;
	gap: 8px;
	width: auto !important;
}

#fund-unit-prices .download-csv .btn .fup-icon {
	width: 16px;
	height: 16px;
	margin-top: -2px;
}
