/* main css */
html {
	padding: 0;
	overflow: auto;
}

a {
	text-decoration: none;
}

a:link {
	color: var(--primary);
}

a:visited {
	color: var(--primary);
}

a:active {
	color: var(--primary);
}

a:hover {
	color: var(--primary);
	text-decoration: underline;
	font-weight: normal;
}

*,
body {
	font-family: "Roboto", sans-serif;
	/* overflow-y: hidden; */
	/* overflow-x: hidden; */
	scroll-behavior: smooth;
	scrollbar-width: thin;
	scrollbar-color: #555;
}

/* WebKit-based browsers (Chrome, Safari, Edge) */
body::-webkit-scrollbar {
	width: 8px;
}

body::-webkit-scrollbar-track {
	background: #1f1f1f;
}

body::-webkit-scrollbar-thumb {
	background-color: #555;
	border-radius: 10px;
	border: 2px solid #1f1f1f;
	transition: background-color 0.3s;
}

body::-webkit-scrollbar-thumb:hover {
	background-color: #777;
}

.text-center {
	text-align: center;
	vertical-align: center;
}

.text-justify {
	text-align: justify;
	text-justify: inter-word;
}

body {
	color: #333333;
	background-color: #f8f8ff;
	/*margin: 2px 2px 2px 2px;*/
	margin: 0;
	padding: 0 0 0 0;
	width: auto;
	font-family: sans-serif;
	font-weight: normal;
	font-size: 9pt;
}

.header0 {
	background: var(--tab);
	height: 120px;
}

sup,
sub {
	color: teal;
}

.header1 {
	background: url(../../public/assets/img/banner/banner-default.png) no-repeat
		center;
	height: 120px;
	color: #f8f8ff;
	font-size: 2em;
}

img {
	border: 0;
}

.menu {
	font-family: tahoma, helvetica, sans-serif;
	background: #f8f8ff;
	font-size: 10pt;
	clear: both;
	/* padding-top: 1px; */
}

.menuitem {
	border: 1px solid silver;
	border-radius: var(--rounded);
	padding: 4px;
}

.menuaktif {
	border: 1px solid silver;
	border-radius: var(--rounded);
	background: var(--primary);
	padding: 4px;
}

.menuaktif a {
	color: #f8f8ff;
}

.JudulBesar {
	clear: both;
	text-align: center;
	font-size: 3em;
	font-family: tahoma, helvetica, sans-serif;
	color: gray;
}

.Judul {
	font-size: 2em;
	text-align: center;
	padding: 2px;
	color: var(--tab);
	border-bottom: 1px solid #ddd;
}

.NamaLogin {
	position: relative;
	float: right;
	font-size: 0.9em;
	color: silver;
}

.MenuDirectory {
	position: relative;
	float: left;
	font-size: 0.9em;
	color: silver;
}

.isi {
	position: relative;
	clear: both;
	padding: 1.5px;
}

td,
th {
	padding: 2pt;
}

.box-responsive {
	padding: 10px;
	color: #000033;
	background-color: #f8f8ff;
	border: 6px solid #6a7282;
	border-radius: var(--rounded);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	max-width: 600px;
	height: 400px;
	z-index: 99;
	visibility: hidden;
	overflow: auto;
}

.box0 {
	padding: 10px;
	color: #000033;
	background-color: #f8f8ff;
	border: 6px solid gray;
	/* layer-background-color: #cccccc; */
	position: absolute;
	top: 40px;
	left: 40px;
	width: 600px;
	height: 400px;
	z-index: 99;
	visibility: hidden;
	overflow: auto;
}

.box1 {
	padding: 4px;
	color: #000033;
	background-color: #f8f8ff;
	border: 6px solid gray;
	/* layer-background-color: #cccccc; */
	position: absolute;
	top: 20px;
	left: 10px;
	width: 760px;
	height: 500px;
	z-index: 99;
	visibility: hidden;
	overflow: auto;
}

.box {
	font-size: 1em;
	font-family: sans-serif;
	border: 1px dotted silver;
	background-color: #f8f8ff;
}

.bsc {
	font-size: 1em;
}

.ttl {
	border-bottom: 1px solid #6a7282;
	border-right: 1px solid #6a7282;
	/* background: transparent url(img/side_block_bg.gif) repeat scroll; */
	background: #6a7282;
	color: #f8f8ff;
}

.lbl {
	width: 100px;
	/*float: left;
    display: block; */
	font-size: 0.9em;
	color: maroon;
	border-bottom: 1px dotted maroon;
}

.inp {
	font-size: 0.9em;
	color: white;
	text-align: center;
	/*background-color: rgb(240,240,200);*/
	/*background: transparent url(themes/default/img/header/panel_08.gif) scroll repeat-x; */
	background: var(--primary-muted);
	/* border-bottom: 1px solid silver; */
	padding: 4px;
}

.inp a {
	color: var(--white-color);
}

.inp1 {
	font-size: 0.9em;
	/*background : url(img/bot_bg.jpg) repeat-x scroll;*/
	color: white;
	background: var(--primary-muted);
	/* border-bottom: 1px solid silver; */
	padding: 4px;
}

/* .inp2 {
	background-color: #ddbddd;
	padding: 4px;
} */

/* .inp3 {
	background-color: rgb(255, 255, 204);
	border-bottom: 1px solid #ddd;
	padding: 4px;
} */

.inp4 {
	background-color: rgb(204, 204, 255);
	border-bottom: 1px solid #ddd;
	padding: 4px;
}

.nac {
	background-color: #dedede;
	border-bottom: 1px solid silver;
	color: black;
	padding: 4px;
}

.hdr {
	background-color: #f8f8ff;
	border-top: 2px solid silver;
	border-bottom: 1px solid silver;
	font-weight: bold;
}

.ul {
	border-bottom: 1px dotted #ddd;
	border-right: 1px dotted #ddd;
	padding: 4px;
}

.ul1 {
	border-bottom: 1px dotted #ddd;
	padding: 4px;
}

.oke {
	background: #66ff66;
	border-bottom: 1px solid #ddd;
}

.kolkir {
	border-right: 1px solid silver;
	padding: 0 4px 0 0;
}

.kolkan {
	padding: 0 0 0 4px;
}

.cnaY {
	background-color: rgb(240, 240, 200);
	color: gray;
	border-bottom: 1px dotted silver;
}

.cnaN {
	background-color: #f8f8ff;
	color: black;
	border-bottom: 1px dotted silver;
}

.cnnY {
	background: yellow;
	color: black;
	border-bottom: 1px solid silver;
}

.cnnN {
	background-color: #f8f8ff;
	color: black;
	border-bottom: 1px solid silver;
}

.wrn {
	background-color: #9f0712;
	color: #f8f8ff;
	padding: 4px;
}

.kiri {
	width: 150px;
	float: left;
}

.submenu {
	font-size: 0.8em;
	clear: both;
	display: block;
}

.bagian_kiri {
	float: left;
	width: 15em;
	padding-right: 4px;
}

.petunjuk {
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding: 10px;
}

.footer {
	clear: both;
	text-align: center;
	padding: 4px;
	/* background: transparent url(img/bot_bg.jpg) repeat-x scroll; */
	background: #f8f8ff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#JT_arrow_left {
	background-image: url(images/arrow_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 23px;
	left: -12px;
	position: absolute;
	top: -3px;
	width: 10px;
	z-index: 101;
}

#JT_arrow_right {
	background-image: url(images/arrow_right.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 23px;
	position: absolute;
	top: -2px;
	width: 11px;
	z-index: 101;
}

#JT {
	background-color: #f8f8ff;
	border: 2px solid #cccccc;
	position: absolute;
	z-index: 100;
}

#JT_copy {
	color: #333333;
	padding: 10px;
}

.JT_loader {
	background-image: url(images/loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 12px;
	width: 100%;
}

#JT_close_left {
	background-color: #cccccc;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-top: 2px;
	text-align: left;
}

#JT_close_right {
	background-color: #cccccc;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-top: 2px;
	text-align: left;
}

#JT_copy p {
	margin: 3px 0pt;
}

#JT_copy img {
	border: 1px solid #cccccc;
	padding: 1px;
}

.jTip {
	cursor: help;
}

@media print {
	.noprint {
		display: none;
	}

	.JudulBesar {
		clear: both;
		text-align: center;
		font-size: 3em;
		font-family: Times;
		color: gray;
		display: none;
	}

	.NamaLogin {
		float: right;
		font-size: 0.8em;
		color: gray;
		display: none;
	}

	.MenuDirectory {
		float: left;
		font-size: 0.8em;
		color: gray;
		display: none;
	}

	.menudropdown {
		clear: both;
		font-family: sans, tahoma;
		font-size: 1em;
		height: 1.2em;
		float: left;
		position: relative;
		display: none;
	}

	.footer {
		display: none;
	}

	thead {
		display: table-header-group;
	}

	tfoot {
		display: table-footer-group;
	}
}

input,
button,
select,
textarea {
	transition: 0.2s;
	padding: 6px 8px;
	background: #f8f8ff;
	/* color: #F8F8FF; */
	border: 1px solid #aaa;
	border-radius: var(--rounded);
}

::picker(select) {
	appearance: none;
}

/* select, */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	/* transition: 0.2s; */
	/* background-color: #f5f5f5; */
	background: #f8f8ff;
	/* color: #F8F8FF; */
	border: 1px solid #aaa;
	/* padding: 4px 8px; */
	/* font-size: 1em; */
}

/* select:hover, */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #dfdfeb;
}

::picker(select),
::picker(select):hover {
	background-color: unset;
}

table {
	border-radius: var(--rounded);
}

tbody > tr:first-child > th:first-child,
tbody > tr:first-child > td:first-child {
	border-top-left-radius: var(--rounded);
}

tbody > tr:first-child > th:last-child,
tbody > tr:first-child > td:last-child {
	border-top-right-radius: var(--rounded);
}

tbody > tr:last-child > td:first-child {
	border-bottom-left-radius: var(--rounded);
}

tbody > tr:last-child > td:last-child {
	border-bottom-right-radius: var(--rounded);
}

.text-white {
	color: var(--white-color);
}
