
.mf-table-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	overflow-x: auto;
}
.mf-table-wrapper .mf-owner-control-box {
	background-color: transparent;
	justify-content: flex-start;
	gap: 1rem;
}
@media (max-width: 500px) {
	.mf-table-wrapper .mf-owner-control-box {
		display: grid;
		grid-template-columns: 50% 50%;
		width: calc(100% - 1rem);
	}
	.mf-table-wrapper .mf-owner-control-box .mf-pager {
		grid-column: span 2;
	}
}

.mf-table thead {
  background-color: #f3f3fa;
}
.mf-table thead th {
	font-size: 1rem;
}
.mf-table tbody td {
	font-size: 1rem;
}

.mf-table .mf-calendar-header {
	font-family: Silka-Bold, Arial, sans-serif;
	font-size: 1rem;
}
#target-element-calendar .mf-table .mf-calendar-header,
#target-element-1 .mf-table .mf-calendar-header {
	margin-top: 5px;
}
.mf-table thead button {
	background: transparent;
	border: solid 2px #134851;
	border-radius: 1rem;
	color: #134851;
	cursor: pointer;
	font-family: Silka-SemiBold, sans-serif;
	padding: .4rem 1rem .4rem;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.mf-table thead button:hover {
	background: #134851;
	color: #fff;
}

@media (max-width: 823px) {
	.mf-table thead th {
		font-size: .875rem;
		padding-bottom: .375rem;
		padding-top: .375rem;
	}
	.mf-table tbody td {
		font-size: .875rem;
		padding-bottom: .375rem;
		padding-top: .375rem;
	}
	.mf-table .mf-calendar-header {
		font-family: Silka-SemiBold, Arial, sans-serif;
		font-size: .875rem;
	}
	
}



.mf-kpi-dashboard {
	display: grid !important;
	grid-gap: 3vw;
	grid-template-columns: repeat(3, 1fr);
}
.mf-kpi-dashboard-item {
	align-items: center;
	background: #d3e5dd;
	border-radius: 50%;
	display: flex;
	flex-flow: column wrap;
	font-family: Silka-SemiBold, sans-serif;
	font-size: 1rem;
	height: 350px;
	justify-content: center;
	line-height: 1.5;
	margin: 0 auto;
	padding: 2rem;
	width: 350px;
}
.mf-kpi-dashboard-name {
	hyphens: auto;
	/* word-break: break-all; */
	font-size: 1.4rem;
}
.mf-kpi-dashboard-value {
	font-size: 1.3rem;
	font-family: Silka-Medium, sans-serif;
	margin-bottom: 0.25rem;
}
.mf-kpi-dashboard-label {
	font-size: 0.9rem;
	font-family: Silka-Regular, sans-serif;
}

@media (max-width: 1500px) {
	.mf-kpi-dashboard {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 1400px) {
	.mf-kpi-dashboard {
		grid-template-columns: repeat(3, 1fr);
	}
	.mf-kpi-dashboard-item {
    height: 300px;
    padding: 0rem;
    width: 300px;
	}
	.mf-kpi-dashboard-value {
    font-size: 1.2rem;
	}
	.mf-kpi-dashboard-label {
    font-size: 0.9rem;
	}
}

@media (max-width: 1200px) {
	.mf-kpi-dashboard {
		grid-template-columns: repeat(2, 1fr);
	}

}

@media (max-width: 700px) {
	.mf-kpi-dashboard {
	  grid-template-columns: 100%;
  }
	.mf-kpi-dashboard {
    display: grid !important;
    grid-gap: 3vw;
    grid-template-columns: repeat(1, 1fr);
	}
	.mf-kpi-dashboard-item {
    height: 200px;
    padding: 0rem;
    width: 200px;
	}
	.mf-kpi-dashboard-name {
		font-size: 1rem;
	}
	.mf-kpi-dashboard-value {
    font-size: 1rem;
	}
	.mf-kpi-dashboard-label {
    font-size: 0.8rem;
	}
}



.mf_stockChart .rangeSelector {
	height: 30px !important;
}
.mf_stockChart .rangeSelector .buttons {
	height: auto;
}
.mf_stockChart .rangeSelector .fa.fa-calendar-alt {
	height: 32px !important;
	padding: 7px 5px 0px 5px !important;
	width: 30px !important;
}

#target-element-stock-table-v2 > div,
.stock-table-modul-2 > div {
  column-gap: 3rem;
	display: grid;
	grid-gap: 3vw;
	grid-template-columns: repeat(3, 1fr);
}

#target-element-stock-table-v2 > div div,
.stock-table-modul-2 > div div {
	align-items: center;
	background: #d3e5dd;
	border-radius: 50%;
	display: flex;
	flex-flow: column wrap;
	font-family: Silka-SemiBold, sans-serif;
	font-size: 1rem;
	height: 240px;
	hyphens: auto;
	justify-content: center;
	line-height: 1.5;
	margin: 0 auto;
	padding: 2rem;
	width: 240px;
	word-break: break-all;
}

@media (max-width: 1500px) {
	#target-element-stock-table-v2 > div,
	.stock-table-modul-2 > div {
	grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 800px) {
	#target-element-stock-table-v2 > div,
	.stock-table-modul-2 > div {
	  grid-template-columns: 100%;
  }
}



.highcharts-root .highcharts-scrollbar-button {
	cursor: pointer;
	height: 20px;
	width: 20px;
}
.highcharts-root .highcharts-scrollbar-arrow {
	transform: scale(1.25);
}
.highcharts-root .highcharts-scrollbar-track {
	fill: #eee !important;
	height: 20px;
}
.highcharts-root .highcharts-scrollbar-thumb {
	height: 20px;
	opacity: 0.6;
}


.page-block.datablocks {
	margin: 0;
}