#security_policy {
	line-height: 3rem;
}

/* .main {
	padding: 0 5em;
} */

/* jatble */
.jtable-main-container {
	font-size: 0.6rem !important;
	margin: 0.5rem 1rem;
}

.jtable thead th {
	line-height: 1;
}

div.jtable-main-container table.jtable thead th.jtable-column-header div.jtable-column-header-container {
	height: unset;
}

.flex-content {
	overflow-x: auto;
}

/* tab */
.tabs-container {
	width: 100%;
}

#tabs-nav {
	position: relative;
	display: flex;
	justify-content: flex-start;
}

#tabs-nav a:nth-child(even) {
	margin: 0 6px;
}

a.tabs-menu {
	display: inline-block;
	background-color: #538d5a;
	font-size: 1rem;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	text-decoration: none;
	border: solid 2px #538d5a;
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
}

a.tabs-menu.tabs-menu-active {
	background-color: #fff;
	border: solid 2px #538d5a;
	color: #6b6b6b;
	border-bottom: 0;
}

.tabs-content {
	border: solid 2px #538d5a;
	margin-top: -2px;
	background-color: #fff;
	line-height: 1.5;
}

.tabs-panel {
	display: none;
	min-height: 150px;
	padding: 10px;
	/* height: 200px; */
	font-size: 0.7rem;
}

.temp_table_total_count,
.count_table_total_count {
	margin: 0.5rem 1rem;
	font-size: 0.875rem;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#count_table .jtable thead,
#temp_table .jtable thead {
	position: sticky;
	top: 0;
	background: #ffd39b;
	box-shadow: 0 0 5px #b9b9b9;
}

.statistic_total_row {
	background: #ffd39b !important;
}