button.active,
button:hover {
	color: #eee;
	background-color: #333;
	border: 1pt solid #333;
}
tbody tr:hover{
	background-color: #c9eec9;
}
textarea {
	width: 500px;
	min-height: 120px;
	resize: vertical;
}
fieldset, legend {
	border: 1px solid #999;
	background-color: white;
}
legend {
	padding: 5px 10px;
	text-align: center;
	min-width: 100px;
	max-width: 75%;
}
.content-body{
	margin-top: 1vh;
}
.content-menu-sub{
	padding: 1vh 0;
	text-align: right;
}
.menu-sub-title{
	font-size: 24px;
	font-weight: bold;
}
.st-menu-opt-item .st-menu-opt-item{
	width: calc(100% - 15px);
	float: right;
	border-width: 1px;
}
button.aktif{
	background-color: green;
	color: black;
}
.pointer {
	cursor: pointer;
}
.selected{
	background-color: #c9eec9;
}

/* card pokok start */
.card-container{
	display: flex;
	gap: 2px;
	flex-wrap: wrap;
}
.card-wrapper{
	padding: 0;
	border: 1px solid #777;
	margin-bottom: 2px;
}
.card-title{
	background-color: #777;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.card-content, .card-footer{
	padding: 4px;
}
/* card end */
.warning-container{
	border: 2px solid red;
	padding: 10px;
	margin: 10px 0;
	background: #ededaf;
}

.content-menu-sub button {
    padding: 1px 10px 0px;
    margin-right: 3px;
    font-size: 11px;
}

/* filter */
.filter-wrapper{
	width: 120px;
}
.filter-wrapper .filter-title{
	width: 100%;
	background-color: #ddd;
}
.filter-wrapper .filter-body * {
	width: 100%;
}