.BoxForm{
	margin: auto;
	position: relative;
	top:0;left:0;right:0;
	margin: 20px auto;
	max-width: 600px;
	background: #fff;
	padding: 30px;
	border-radius: 5px;
}
.BoxForm.TitleForm ,
.BoxForm.BoxInput {
	border: 1px solid #A9BFD7;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.BoxForm.TitleForm {
	background: rgb(167, 225, 251);
	background: #FFF;
	background-image: linear-gradient(to bottom right, #fff, rgb(167, 225, 251,0.4));
}
.TopStrip{
	margin: auto;
	position: absolute;
	top:0;left:0;right:0;
	border-radius: 5px 5px 0 0;
	height: 10px;
	background: rgb(3, 169, 244);
}
.BoxForm h4{
	margin: 0 0 20px 0;
	font-size: 25px;
	color: #044D92;
}
.BoxForm h5{
	margin: 0;
	margin-bottom: 20px;
	font-size: 18px;
	color: #636A8B;
	text-align: left;
}
.BoxForm .Diskripsi{
	margin: 20px 0;
	color: #044D92;
}
.BoxForm .WajibIsi{
	color: #E80000;
	font-size: 14px;
	font-weight: bold;
}
.BoxForm .Wajib{
	color: #F37171;
	margin-left: 5px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(31,53,121,0.3);
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}
.BoxSubTitle{
	background: #97DBFF;
	background: rgb(167, 225, 251);	
	background-image: linear-gradient(to bottom right, rgb(167, 225, 251), rgba(0,0,0,0.3));
}
/* .BoxSubTitle:before {
	content: "";
	position: absolute;
	left:0;top:0;bottom:0;
	width: 10px;
	background: rgb(3, 169, 244);
	border-radius: 5px 0 0 5px;
} */
.BoxSubTitle h5{
	font-size: 22px;
	margin:0px;
	padding-left: 20px;
	color: #0F3AE4;
	color: #065b8a;
	text-shadow: 1px 1px 10px rgba(0,0,0,0.8);
	text-shadow: 1px 1px 3px #FFF;
	text-transform: uppercase;
}
.BoxForm [type="text"],
.BoxForm textarea,
.BoxForm select{
	width: 100%;
	padding: 10px;
	margin-bottom: 1px;
	border-width: 0px;
	border-bottom: 1px solid rgba(0,52,207,0.2);
	padding-bottom: 5px;
	color: #6D7B95;
	font-size: 16px;
	outline: none;
	transition: background 0.5s ease,border-bottom 0.5s ease;
	background: rgba(0,52,207,0.03);
}

.BoxForm [type="text"]:focus,
.BoxForm textarea:focus,
.BoxForm select:focus{
	background: rgba(0,52,207,0.1);
	border-bottom: 2px solid rgba(0,52,207,0.5);
	margin-bottom: 0px;
}
.BoxForm textarea{
    resize: none;
	overflow: hidden;
	height: 0px;
	min-height: 50px;
	transition: height 0.1s ease,border-bottom 0.5s ease;
}
/* Input Tanggal */
.InputDate .Tgl{
	width: 70px;
}
.InputDate .bln{
	width: 130px;
	margin-left: 10px;
}
.InputDate .thn{
	width: 80px;
	margin-left: 10px;
}
.TanggalLahir *{ 
	float: left;
}
.TanggalLahir select{
	margin-left: 10px;
}
.TanggalLahir [name="TempatLahir"]{
	width: calc(100% - 300px);
}
.TanggalLahir select.Tgl{
	width: 60px;
}
.TanggalLahir select.bln{
	width: 130px;
}
.TanggalLahir select.thn{
	width: 80px;
}

/* Radioo */
div.Radio{	
	display: grid;
	grid-template-columns: 20px auto;
	gap:10px;
}
div.Radio label{	
	position: relative;
	cursor: pointer;
	color: #6D7B95;
}
div.Radio label:before{
	content:"";
	position: absolute;
	top: -5px;bottom: -5px;left:-40px;right:100%;
	border-radius: 5px;
	background: rgba(0,52,207,0);
	transition: all 0.2s ease;
}
div.Radio label:hover:before{
	right:-10px;
	background: rgba(0,52,207,0.1);
}
div.TombolForm{
	background: transparent;
}
#Konten #PageView div.TombolForm a{
	position: absolute;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 30px;
	background: #22DC18;
	font-size: 18px;
	color: #fff;
	box-shadow: inset -1px -1px 2px rgba(0,0,0,0.5), inset 1px 1px 2px rgba(255,255,255,1);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	border-width: 0px;
}
div.TombolForm a.tombol.Save{
	right: 0;
}
#Konten #PageView div.TombolForm a.tombol:active{
	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.5), inset -1px -1px 2px rgba(255,255,255,1);
	text-shadow: -1px -1px 2px rgba(0,0,0,0.5);
}
#Konten #PageView div.TombolForm a.tombol.Save:hover{
	background: #3EF934;
	color: #fff;
}
#PageView .Note{
	color: #999;
	margin-top: 5px;
	font-size: 14px;
	font-style: italic;
}
#PageView .tersimpan{
	position: relative;
	left:0;right:0;
	text-align: center;
	font-size: 22px;
	color: #3f3;
	padding: 20px 0px;
	background: #4DBF56;
	visibility: hidden;
	opacity: none;
}
#Konten .UploadFile,
#Konten .UploadFile:active{
	padding: 5px 10px;
	border-radius: 3px;
	background-image: linear-gradient(to bottom right, #fff, rgb(167, 225, 251,0.7));
	border: 1px solid #929af0;
	color: #425fa6;
}
#Konten .UploadFile:hover{
	background-image: linear-gradient(to bottom right, rgb(167, 225, 251,0.7), #fff);
	color: #425fa6;
}
.BoxForm .InpUploadFile{
	display: none;
}
.BoxForm .ListFile{
}
.BoxForm .ListFile>div{
	position: relative;
	margin-top: 10px;
	padding: 10px;
	box-shadow: 0 0 5px inset rgba(0,0,0,0.5);
	border-radius: 5px;
	display: grid;
	grid-template-columns: auto 20px;
	z-index: 2;
}
#Konten .ListFile>div b{
	color: #666;
}
#Konten .ListFile>div a.hapus{
	padding: 0px;
	font-size: 14px;
	color: #cf0404;
	font-weight: bold;
}
#Konten .ListFile>div a>b{
	position: absolute;
	right: 5px;top:10px;bottom:0;
}
.BoxForm .proses {
	position: absolute;
	left: 0px;top:0;bottom:0;
	width: 10%;	
	background: #93ff80;
	border-radius: 5px;
	box-shadow: 0 0 5px inset rgba(0,0,0,0.5);
	transition: all 0.2s ease;
	z-index: -1;
}
.BoxForm.Pilih:before{
	content: "";
	margin: auto;
	position: absolute;
	top:0;bottom:0;left:0;
	border-radius: 5px;
	box-shadow: inset 0 0 3px #000;
	width: 10px;
	background: #0f0; 
	z-index: 2;
}
.BoxForm .Opsi{
	margin-top: 20px;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	display: none;
}
.BoxForm.Pilih .Opsi{
	display: block;
}

@media only screen and (max-width: 500px) {	
	.InputDate [name="TempatLahir"]{
		width: 100%;
		margin-right: 0px;
	}
	.InputDate select.Tgl{
		margin-left: 0;
	}
	.InputDate select{
		margin-top: 20px;
	}
}



#InputTextSearch{
	display: none;
	opacity: 0;
	margin: auto;
	position: fixed;
	top: 0;left: 0;right: 0;bottom: 0;
	background: rgba(0, 0, 0, 0.712);
	transition: all 0.5s ease;
	z-index: 9999;
}
#InputTextSearch>div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (1.75rem * 2));
    position: relative;
    width: auto;
    pointer-events: none;
    max-width: 500px;
    margin: 1.75rem auto;
    margin-top: 5rem;
	transition: all 0.2s ease;
}
#InputTextSearch>div>div{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: rgb(217, 227, 235);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
#InputTextSearch input{
	padding: 10px;
	border-radius: 4px;
    border: 1px solid rgba(0,0,0,.3);
	margin-bottom: 10px;
}
#InputTextSearch .list{
	position: relative;
	height: 400px;
	overflow-y: scroll;
	border-radius: 4px;
    border: 1px solid rgba(0,0,0,.3);
	background: #fff;
	margin-bottom: 20px;
	scroll-behavior: smooth;
}
#InputTextSearch .list>a{
	display: block;
	text-align: left;
	padding: 8px;
	border:1px solid rgba(0, 0, 0, 0);
	border-bottom-color:rgba(0, 0, 0, 0.2);
	transition: all 0.2s ease;
}
#InputTextSearch .list>a:hover{
	border-top-color:rgba(29, 75, 160, 0.3);
	border-bottom-color:rgba(29, 75, 160, 0.3);
	background: rgba(183, 214, 243, 0.644);
}
#InputTextSearch .list>a.Pilih{
	border-top-color:rgba(29, 75, 160, 0.3);
	border-bottom-color:rgba(29, 75, 160, 0.3);
	background: rgb(141, 198, 251);
}
#InputTextSearch div:last-child{
	text-align: right;
}
#InputTextSearch .footer a{
	display: inline-block;
	padding: 5px 20px;
	margin: auto 10px;
	border-radius: 4px;
	background: #4DBF56;
	color: #fff;
	opacity: 0.8;
	transition: all 0.2s ease;
}
#InputTextSearch .footer a:first-child{
	background: #bf4d4d;
}
#InputTextSearch .footer a:hover{
	opacity: 1;
}