.z-textbox, .z-decimalbox, .z-intbox, .z-longbox, .z-doublebox {
	height: auto;
}

.bs-text {
	font-family: var(--bs-font-sans-serif);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.z-tab-a {
	cursor: pointer;
}

.z-tabpanel.z-bs-tabpanel {
	border-top-color: initial;
    border-top-style: initial;
    border-top-width: 0px;
    border-right-color: rgb(207, 207, 207);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(207, 207, 207);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(207, 207, 207);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}

.z-tabbox.z-bs-tabbox-top {
	border: none;
}

.left-tabs.sideways-tabs, .right-tabs.sideways-tabs {
	margin-top: 5rem;
	border: none;
	position: relative;
	margin-bottom: 0
}

.left-tabs.nav-tabs, .left-tabs.sideways-tabs, .right-tabs.nav-tabs,
	.right-tabs.sideways-tabs {
	height: 100%;
	flex-direction: column
}

.tab-clickable {
	cursor: pointer
}

.left-tabs.nav-tabs {
	border-right: 1px solid #dee2e6;
	border-bottom: none
}

.left-tabs .nav-link {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	margin-right: -1px;
	text-align: left
}

.left-tabs .nav-link:hover {
	border-right: 1px solid transparent
}

.left-tabs .nav-link.active {
	border-top: 1px solid #dee2e6;
	border-right: 1px solid transparent;
	border-bottom: 1px solid #dee2e6;
	border-left: 1px solid #dee2e6
}

.right-tabs.nav-tabs {
	border-left: 1px solid #dee2e6;
	border-bottom: none
}

.right-tabs .nav-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin-left: -1px;
	text-align: right
}

.right-tabs .nav-link:hover {
	border-left: 1px solid transparent
}

.right-tabs .nav-link.active {
	border-top: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	border-left: 1px solid transparent
}

.left-tabs.sideways-tabs {
	border-right: none;
	left: -3.2rem
}

.sideways-tabs.left-tabs .nav-item {
	transform: rotate(-90deg);
	height: 1rem;
	margin-bottom: calc(8rem - 1rem)
}

.sideways-tabs.left-tabs .nav-link {
	width: 8rem;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: .25rem;
	border-bottom: 1px solid #dee2e6
}

.sideways-tabs.left-tabs .nav-link:hover {
	border-right: 1px solid #e9ecef
}

.sideways-tabs.left-tabs .nav-link.active {
	border-top: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid transparent;
	border-left: 1px solid #dee2e6
}

.right-tabs.sideways-tabs {
	border-left: none;
	right: 3.2rem
}

.sideways-tabs.right-tabs .nav-item {
	transform: rotate(90deg);
	height: 1rem;
	margin-bottom: calc(8rem - 1rem)
}

.sideways-tabs.right-tabs .nav-link {
	width: 8rem;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: .25rem;
	border-bottom: 1px solid #dee2e6
}

.sideways-tabs.right-tabs .nav-link:hover {
	border-left: 1px solid #e9ecef
}

.sideways-tabs.right-tabs .nav-link.active {
	border-top: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid transparent;
	border-left: 1px solid #dee2e6
}

@media ( min-width :26em) and (max-width:48em) {
	.left-tabs.nav-tabs {
		flex-direction: row;
		border-right: none;
		border-left: none;
		min-width: 100%;
		border-bottom: 1px solid #dee2e6;
		left: auto;
		margin-top: auto
	}
	.left-tabs .nav-link {
		width: 8rem;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		border-top-left-radius: .25rem;
		margin-right: 0;
		margin-bottom: -1px
	}
	.left-tabs .nav-link.nav-link:hover {
		border-right-color: #dee2e6;
		border-bottom-color: transparent
	}
	.left-tabs .nav-link.active {
		border-top-color: #dee2e6;
		border-right-color: #dee2e6;
		border-bottom-color: transparent;
		border-left-color: #dee2e6
	}
	.sideways-tabs.left-tabs .nav-item, .sideways-tabs.right-tabs .nav-item
		{
		transform: none;
		height: auto;
		width: auto;
		margin-bottom: 0
	}
	.right-tabs.nav-tabs {
		flex-direction: row;
		border-right: none;
		border-left: none;
		min-width: 100%;
		border-top: 1px solid #dee2e6;
		right: auto;
		margin-top: auto
	}
	.right-tabs .nav-link, .sideways-tabs.right-tabs .nav-link {
		width: 8rem;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		border-top-right-radius: 0;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: .25rem;
		border-top-left-radius: 0;
		margin-left: 0;
		margin-top: -1px;
		border-bottom-color: transparent
	}
	.right-tabs .nav-link:hover {
		border-top-color: transparent;
		border-left-color: #dee2e6;
		border-bottom-color: #e9ecef
	}
	.right-tabs .nav-link.active, .sideways-tabs.right-tabs .nav-link.active
		{
		border-top-color: transparent;
		border-right-color: #dee2e6;
		border-bottom-color: #dee2e6;
		border-left-color: #dee2e6
	}
}

@media ( max-width :26em) {
	.left-tabs.nav-tabs {
		flex-direction: row;
		border-right: none;
		border-left: none;
		min-width: 100%;
		border-bottom: 1px solid #dee2e6;
		left: auto;
		margin-top: auto;
		padding-bottom: .25rem
	}
	.right-tabs.nav-tabs {
		flex-direction: row;
		border-right: none;
		border-left: none;
		min-width: 100%;
		border-top: 1px solid #dee2e6;
		right: auto;
		margin-top: auto;
		padding-top: .25rem
	}
	.sideways-tabs.left-tabs .nav-item, .sideways-tabs.right-tabs .nav-item
		{
		transform: none;
		height: auto;
		width: auto;
		margin-bottom: 0
	}
	.nav-tabs .nav-link, .sideways-tabs.left-tabs .nav-link, .sideways-tabs.right-tabs .nav-link
		{
		width: 8rem;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		border-radius: .25rem;
		margin: .25rem;
		border-top-color: transparent;
		border-right-color: transparent;
		border-bottom-color: transparent;
		border-left-color: transparent
	}
	.nav-tabs .nav-link:hover, .sideways-tabs.nav-tabs .nav-link:hover {
		border: 1px solid #e9ecef;
		border-top-color: #e9ecef;
		border-right-color: #e9ecef;
		border-bottom-color: #e9ecef;
		border-left-color: #e9ecef
	}
	.left-tabs .nav-link.active, .right-tabs .nav-link.active,
		.sideways-tabs.nav-tabs .nav-link.active {
		border-top-color: #dee2e6;
		border-right-color: #dee2e6;
		border-bottom-color: #dee2e6;
		border-left-color: #dee2e6
	}
}

.tab-content {
	padding: 1rem
}