.login_banner{
	background-size:300px 300px;
	background:#F6F8FB;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
	height:500px;
	overflow-y:auto;
}

.login_banner_img{
	width:600px;
	height:600px;
	position:fixed;
	top:0px;
	right:20px;
	margin:auto;
	opacity:0.1;
}

.login_itsm{
}

#box_help,
#box_faq{
	display:block;
	padding:0px 10px;
	margin-top:10px;
}

#box_faq{
	margin-top:0px;
}

.sub_title_help{
	margin-top:20px;
	margin-left:20px;
	font-weight:bold;
}

.item_help{
	width:250px;
	height:70px;
}

.item_help,
.item_faq{
	display:flex;
	background:white;
	padding:10px;
	border:1px solid #EEEEEE;
	border-radius:10px;
	overflow:hidden;
	float:left;
	position:relative;
	z-index:4000;
	box-shadow:0px 0px 4px 1px silver;
	margin:10px 10px 10px 10px ;
	color:black;
	font-size:13px;
}


.item_help img,
.item_faq img{
	width:40px;
	background:#F6F8FB;
	padding:5px;
	border:1px solid silver;
	border-radius:10px;
}

.item_faq{
	border:3px solid #2B3295;
	padding:5px 10px;
	display:inline;
	border-radius:50px;
}

.item_faq img{
	width:20px;
	height:20px;
	padding:0px;
	border-radius:50px;
}


.item_help span,
.item_faq span{
	margin:5px 10px;
}


#title_itsm{
	background:white;
	padding:10px 10px;
	text-align:center;
	box-shadow:0px 0px 4px 1px silver;
	border-bottom:3px solid silver;
	font-size:20px;
	font-weight:bold;
	position:sticky;
	top:0px;
	z-index:5000;
}

/**/

.btn-primary{
	border-color:#293194;
	background:#293194;
}

.notif{
	width:300px;
	background:white;
	padding:20px;
	position:fixed;
	bottom:10px;
	right:10px;
	box-shadow:0px 0px 4px 0px silver;
	border-top:3px solid #293194;
	display:none;
	z-index:4000;
}

.shortcut1{
	/*border-left:3px solid #F91212;*/
	border-left:5px solid #EEEEEE;
	border-top:5px solid #293194;
}

.page_control{
	padding:5px 10px;
	border:0px;
	border-bottom:1px solid black;
}

#main_table tbody tr.active {
    background: #E4E6E8;
}

.btn_del{
	color:red;
}
#main_table tbody tr td{
	padding-top:5px;
	padding-bottom:5px;
}

.btn_row_sto{
	background:white;
	border:1px solid silver;
	margin-top:10px;
}

.col_jabatan{
	float:left;
}
input#jabatan,
input#lokasi,
input#role_group{
	text-transform: uppercase;
}

.layer{
	background:#EEEEEE;
	padding:10px;
	float:left;
	width:100%;
	margin-bottom:10px;
}

#box_sto ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

.sto_item{
	//box-shadow:0px 0px 4px 0px black;
	background:#3276B7;
	color:white;
	margin-bottom:20px; 
	margin-right:20px; 
	padding-top:10px;
	border-bottom:3px solid grey;
}


#box_sto ul li::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: black;
}

#box_sto > ul > li::before {
	display:none;
}

#box_app_body .tab_content{
	//border:1px solid red;
	display:none;
}

#main_table tbody tr td{
	text-wrap:nowrap;
}

.tab_karyawan{
	background:#F6F8FB !important;
}

.box_cari_nik{
	width:400px;
	height:300px;
	overflow:auto;
	background:white;
	box-shadow:0px 2px 4px 0px silver;
	position:fixed;
	z-index:30000;
	top: 80%;
	left: 50%;
	margin-top: -100px; /* Negative half of height. */
	margin-left: -250px; /* Negative half of width. */	
	display:none;
}
.box_cari_nik .box_data .item_nik{
	cursor:pointer;
}
.box_cari_nik .box_data .item_nik:hover{
	background:#EEEEEE;
}

#nested_box ul li .item_role:hover{
	background:#EEEEEE !important;
}

.app_grid{
	background:white;
	border:1px solid silver;
	//border-radius:10px;
	min-height:100px;
	padding:10px 20px;
}
.app_grid.no_top_border{
	border-top:0px;
}
.app_grid .grid_title{
	font-weight:normal;
}

.badge-warning{
	background:orange;
}
.badge-success{
	background:green;
}

.box_pilih_periode{
	background:white;
	box-shadow:0px 0px 4px 0px silver;
	width:230px;
	padding:10px;
	position:absolute;
	top:25px;
	display:none;
	z-index:3000;
}

.box_pilih_periode hr{
	margin:0px;
	padding:0px;
}

.box_pilih_periode svg{
	background:#EEEEEE;
}

.box_pilih_periode .inp_tahun{
	width:60px;
	padding:0px;
}
.box_pilih_periode .btn_bulan{
	position:relative;
	padding:10px;
	display:inline-table;
	font-size:12px;
	border:1px solid #EEEEEE;
	border-radius:5px;
	margin-right:5px;
	margin-top:10px;
}
.box_pilih_periode .btn_bulan.active{
	background:#EEEEEE;
}

.box_pilih_periode .prev_periode{
	margin-right:10px;
}
.box_pilih_periode .next_periode{
	margin-left:10px;
	
}

.widget_summary{
	background:white;
	padding:20px;
	box-shadow:0px 0px 4px 0px silver;
	border-radius:10px;
	position:relative;
}
.widget_summary_title{
	display:inline-table;
	font-size:15px;
}
.widget_summary small{
	font-size:15px;
	font-weight:normal;
}
.widget_summary_icon{
	display:inline-table;
	position:absolute;
	top:20px;
	right:20px;
	background:#E1EAF9;
	border-radius:100%;
	padding:5px 5px;
	opacity:0.5;
	z-index:1000;
	border-left:5px solid #0052CC;
}
.widget_summary_icon svg{
	width:20px;
	height:20px;
	color:#0052CC;
	font-weight:bold;
}
.widget_summary_sub_title{
	display:block;
	font-weight:bold;
	font-size:25px;
}
.widget_summary_footer{
	display:block;
	width:100%;
	font-size:13px;
	color:green;
	margin-top:10px;
	text-align:right;
}
.widget_summary_title_box{
	border-left:5px solid #0052CC;
	display:block;
	padding-left:10px;
	position:relative;
	z-index:1000;
}

#body_report_pos table tbody tr td{
	font-size:12px;
	padding:2px 5px;
}

/* help */
.box-help {
	display: flex;
	flex-direction: column;
	gap: 1em;
	margin: 0px 30px;
	margin-top:-50px;
}

.box-help .box-title {
	display: flex;
	justify-content: center;
	padding: 1em;
	box-sizing: border-box;
	/*border: 0.5px solid #b4b4b4;*/
	box-sizing: border-box;
	border-radius: 3px;
	/*background:white;*/
	color:white;
}

.box-help .box-title h1.title {
	margin: 0 !important;
	font-weight: normal;
}

.box-help .box-content {
	background-color: white;
	box-shadow:0px 0px 4px 1px silver;
	padding:30px;
	border-radius:10px;
} 

.box-help .box-content .tabs-help {
	display: flex;
	flex-direction: row;
	/* gap: 1em; */
	/* background-color: red; */
}

.box-help .box-content .tabs-help a {
	color: #333;
	text-decoration: none;
	padding: 0.45em 1em;
	box-sizing: border-box;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	/* border: 0.5px solid #b4b4b4;
	border-bottom: none; */
}

.box-help .box-content .middle-help {
	display: none;
	flex-direction: column;
	gap: 1em;
	padding: 1em;
	box-sizing: border-box;
	border: 0.5px solid #b4b4b4;
	border-bottom: none;
	border-radius: 3px;
	color: #333;
	
}

.box-help .box-content ul {
	list-style: disc;
	display: flex;
	flex-direction: column;
	gap: 1em;
	margin-left: 2.5em;
}

.box-help ul.use {
	list-style: disc;
	display: flex;
	flex-direction: column;
	gap: 1em;
	margin-left: 0;
	margin-top: 0.35em;
}

.box-help .box-content li {
	color: #333;
	font-size: 0.9rem;
	line-height: 1.5em;
}

.box-help .box-content h2 {
	margin: 0 !important;
	color: #333;
	font-size: 1rem;
	line-height: 1.5em;
}

.box-help .box-content h3 {
	color: #333;
	font-size: 0.85rem;
	font-weight: normal;
	line-height: 1.5em;
	margin-top: 0.5em;
}

.box-help .box-content img {
	border-radius: 3px;
	box-shadow: 0 0 5px #b4b4b4;
	width: 700px;
}

.box-help .box-content img.mobile-img {
	border-radius: 3px;
	box-shadow: 0 0 5px #b4b4b4;
	width: 250px;
}

.box-help .box-content .merge-img {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 1.5em;
}

.bold {
	font-weight: bold;
	color: #333;
	font-size: 0.9em;
}

.item_catalog{
	display:block;
	border-bottom:1px solid #EEEEEE;
}

.item_my_request{
	display:block;
	border-bottom:1px solid #EEEEEE;
}
