#Crumbs{
	position: sticky;
	top: 0;
	height: 40px;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 5px;
	box-shadow:  0px 6px 9px -9px rgba(0,0,0,1);
	z-index: 6;
	transition: all 0.5s ease;
}
#Crumbs.bg{
	background: #E1F4FB;
	background: #fff;
}
#Crumbs>div{
	margin: auto;
	position: absolute;
	top:0;right:0;
}
#Crumbs a{
	position: relative;
	color: #fff;
	padding: 5px 8px 5px 12px;
	margin-left: 5px;
	margin-top: 5px;
	z-index: 2;
}
#Crumbs a:after,
#Crumbs a:before{
	content:"";
	position: absolute;
	top:0;right:0;left:0;
	height: 50%;
	background: #0E84CE;
	background: linear-gradient(#0E84CE, #6DC4FA);
	-ms-transform: skewX(30deg);
	transform: skewX(30deg);
	z-index: -1;
}
#Crumbs a:before{
	top:auto;bottom:0px;
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
	background: linear-gradient(#6DC4FA, #0E84CE);
}
#Crumbs a:hover:before{
	background: linear-gradient(#0E84CE, #6DC4FA);
}
#Crumbs a:hover:after{
	background: linear-gradient(#6DC4FA, #0E84CE);
}
/* 
#Crumbs a:first-child:before{
	left: auto;
	width: 65%;
}
#Crumbs a:first-child:after{
	content:"";
	position: absolute;
	top:0;left:0;bottom:0;
	background: #0E84CE;
	width: calc(100% - 20px);
	width: 70%;
	z-index: -1;
} */
#BoxKonten{
	margin: auto;
	position: relative;
	top:0;left:0;right:0;
/* 	min-height: calc(100% - 350px);
	height: calc(100% - 350px); */
	text-align: center;
	overflow: hidden;
	transition: all 0.5s ease;
}

#BoxKonten>div{
	margin: auto;
	position: absolute;
	top:10px;left:0;right:0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease;	
}
#BoxKonten>div{
}
#BoxKonten>div.Show{
	visibility: visible;
	opacity: 1;
	transition: all 0.6s ease 0.2s;	
}
#BoxKonten>.Menu{
	display: grid;
	grid-template-columns: calc(calc(100% / 3) - calc(20px / 3)) calc(calc(100% / 3) - calc(20px / 3)) auto;
	gap: 10px;	
}
#BoxKonten>.Menu a{
	position: relative;
	display: flex;
	border-radius: 10px;
	font-size: 22px;
	padding: 50px 30px;
	font-weight: bold;
	text-align: center;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-shadow: 0 0  2px rgba(0,0,0,0.8);
	transition: all 0.2s ease;
}
#BoxKonten>.Menu a>i{
	position: absolute;
	top: 5px;left:5px;
	font-size: 12px;
	color: #FFFF0E;
	text-shadow: 1px 1px 2px #000, -1px -1px 2px #000;
}
#BoxKonten>.Menu a.Warna0 {
	border-right: 4px solid #1969DF;
	border-left: 4px solid #1969DF;
	background: #009EE2; 
}
#BoxKonten>.Menu a.Warna0:hover {
	border-right: 4px solid #08658E;
	background: #6CCFFA; 
	
}
#BoxKonten>.Menu a.Warna1 {
	border-right: 4px solid #3AAA06;
	border-left: 4px solid #3AAA06;
	background: #61D75D; 
}
#BoxKonten>.Menu a.Warna1:hover{
	background: #7DEE79; 
}
#BoxKonten>.Menu a.Warna2{
	border-right: 4px solid #C08300;
	border-left: 4px solid #C08300;
	background: #F6A000; 
}
#BoxKonten>.Menu a.Warna2:hover{
	background: #F8C75C; 
}
#BoxKonten>.Menu a.Warna3{
	border-right: 4px solid #666;
	border-left: 4px solid #666;
	background: #999; 
}
#BoxKonten>.Menu a.Warna3:hover{
	background: #ccc; 
}
#BoxKonten>.Menu a.Warna3{
	border-right: 4px solid #9E1616;
	border-left: 4px solid #9E1616;
	background: #E73030; 
}
#BoxKonten>.Menu a.Warna3:hover{
	background: #EF4F4F; 
}
#BoxKonten>.Menu a.Warna4{
	border-right: 4px solid #AC27A1;
	border-left: 4px solid #AC27A1;
	background: #DA59CF; 
}
#BoxKonten>.Menu a.Warna4:hover{
	background: #F578EA; 
}
#BoxKonten>.Menu a.Warna5{
	border-right: 4px solid #DE6868;
	border-left: 4px solid #DE6868;
	background: #EE8D8D; 
}
#BoxKonten>.Menu a.Warna5:hover{
	background: #FFBBBB; 
}
#BoxKonten>.Menu a.Warna6{
	border-right: 4px solid #B49C13;
	border-left: 4px solid #B49C13;
	background: #E1CB52; 
}
#BoxKonten>.Menu a.Warna6:hover{
	background: #F7E26B; 
}
#BoxKonten>.Menu a.Warna7{
	border-right: 4px solid #05978E;
	border-left: 4px solid #05978E;
	background: #2FCEC4; 
}
#BoxKonten>.Menu a.Warna7:hover{
	background: #5CE5DC; 
}
#BoxKonten>.Menu a.Warna8{
	border-right: 4px solid #6597D4;
	border-left: 4px solid #6597D4;
	background: #84B5F0; 
}
#BoxKonten>.Menu a.Warna8:hover{
	background: #A6CFFF; 
}
#BoxKonten>.Menu a.Warna9{
	border-right: 4px solid #9E9E9E;
	border-left: 4px solid #9E9E9E;
	background: #D7D7D7; 
}
#BoxKonten>.Menu a.Warna9:hover{
	background: #F0F0F0; 
}
#BoxKonten>.Menu a.Warna9{
	border-right: 4px solid #1E8E02;
	border-left: 4px solid #1E8E02;
	background: #22AB00; 
}
#BoxKonten>.Menu a.Warna9:hover{
	background: #2CCE03; 
}
#BoxKonten>.Menu a.Warna10{
	border-right: 4px solid #ACD75B;
	border-left: 4px solid #ACD75B;
	background: #C3E682; 
}
#BoxKonten>.Menu a.Warna10:hover{
	background: #DBF9A5; 
}
#BoxKonten>.Menu a.Warna11{
	border-right: 4px solid #C187D4;
	border-left: 4px solid #C187D4;
	background: #D2A3E2; 
}
#BoxKonten>.Menu a.Warna11:hover{
	background: #E9C3F5; 
}
/*
#####################################################
#####################################################
#####################################################
*/
#Konten>.Link{
	margin: auto;
	position: relative;
	top:0;left:0;right:0;
	min-height: calc(100% - 350px);
	height: calc(100% - 350px);
	text-align: center;
	overflow: hidden;
	transition: all 0.5s ease;
}
#Konten>.Link #Menu,
#Konten>.Link .SubMenu{
	margin: auto;
	position: absolute;
	top:-500px;left:0;right:0;
	display: grid;
	grid-template-columns: calc(calc(100% / 3) - calc(20px / 3)) calc(calc(100% / 3) - calc(20px / 3)) auto;
	gap: 10px;	
	transition: all 0.5s ease;
	
}
#Konten>.Link .SubMenu.full,
#Konten #PageView{
	display: block;
}
#Konten #PageView{
	text-align: left;
}
#Konten #PageView video{
	width: 100%;
}
/* #Konten>.Link #Menu a,
#Konten>.Link .SubMenu a{ */
#Konten>.Link>div>a{
	display: flex;
	border-radius: 10px;
	font-size: 25px;
	padding: 50px 30px;
	font-weight: bold;
	text-align: center;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-shadow: 0 0  2px rgba(0,0,0,0.8);
	transition: all 0.2s ease;
}
/* #Konten>.Link #Menu a:hover,
#Konten>.Link #Menu a:active, */
#Konten>.Link a:hover,
#Konten>.Link a:active{
	text-shadow: 0 0  0;
}

#Konten>.Link a.Warna0 {
	border-right: 4px solid #1969DF;
	border-left: 4px solid #1969DF;
	background: #009EE2; 
}
#Konten>.Link a.Warna0:hover {
	border-right: 4px solid #08658E;
	background: #6CCFFA; 
	
}
#Konten>.Link a.Warna1 {
	border-right: 4px solid #3AAA06;
	border-left: 4px solid #3AAA06;
	background: #61D75D; 
}
#Konten>.Link a.Warna1:hover{
	background: #7DEE79; 
}
#Konten>.Link a.Warna2{
	border-right: 4px solid #C08300;
	border-left: 4px solid #C08300;
	background: #F6A000; 
}
#Konten>.Link a.Warna2:hover{
	background: #F8C75C; 
}
#Konten>.Link a.Warna3{
	border-right: 4px solid #AC27A1;
	border-left: 4px solid #AC27A1;
	background: #DA59CF; 
}
#Konten>.Link a.Warna3:hover{
	background: #F578EA; 
}

#Konten>.Link #Menu a.AddMenu,
#Konten>.Link .SubMenu a.AddMenu{
	border-right: 4px solid rgba(0,0,0,0.6);
	border-left: 4px solid rgba(0,0,0,0.6);
	color: rgba(255,255,255,0.5);
	background: rgba(0,0,0,0.2); 
	font-size: 50px;
	line-height: 0px;
}

#Konten>.Link #Menu a.AddMenu:hover,
#Konten>.Link .SubMenu a.AddMenu:hover{
	border-right: 4px solid rgba(0,0,0,0.8);
	border-left: 4px solid rgba(0,0,0,0.8);
	background: rgba(0,0,0,0.2); 
	font-size: 50px;
	color: #fff;
}
body #Konten>.Link a.ViewImage{
	background-repeat:no-repeat !important;
	background-size: cover !important;
}


a#BackMenu{
	margin: auto;
	position: -webkit-sticky;
	position: sticky;
	bottom: 5px;left: 0px;
	padding: 10px 20px 10px 30px;
	font-weight: bold;
	background: #2646BA;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s ease;
	z-index: 3;
	
}
a#BackMenu:before{
	content: "";
	display: inline-block;
	position: absolute;
	left: 10px;
	margin: 0 0 15px 0;
    width: 0px;
    height: 0px;
	padding: 0px;
    border: 0px solid transparent;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
	box-sizing: border-box;
}
a#BackMenu:hover{
	background: #fff;
	color: #2646BA;
}
a#BackMenu:hover:before{
    border-right: 10px solid #2646BA;
}
#Konten>.Link #VideoView{
	display: block;
	text-align: center;
}
#VideoView video{
	width: 100%;
	height: auto;
}
#VPreview{
 	margin: auto;
	position: relative;
	right:0;left:0;
/*	margin-top: 10px;
	right:0;left:0;
	height: 0px; */
	transition: all 0.2s ease;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
}
#VPreview.show{
	margin: auto;
	position: fixed;
	top:10px;left: 0; right: 0;bottom: 10px;
	max-width: 800px;
	z-index: 5;
}
#VPreview.show iframe{
	margin: auto;
	position: absolute;
	top: 0; right:0;left:0; bottom: 0;
	width: 100%;
	height: 100%;
	
}

.ytb{
	display: inline-block;
	margin: auto;
	position: relative;
	top:0;bottom:0;left:0;right:0;
	height: 100px;
	width: 100%;
	overflow: hidden;
	z-index: 9;
}
.ytb iframe{
	margin: auto;
	position: relative;
	top:0;top:0;right:0;left:0;
	margin-top: -60px;
	width: 100%;
	height: calc(100% + 60px);
}
.ytb .blockA,
.ytb .blockB{
	display: inline-block;
	width:0;
	height:0;
}
.ytb .blockA:before,
.ytb .blockA:after,
.ytb .blockB:before,
.ytb .blockB:after{
	content: "";
	position: absolute;
	bottom:0;top:0;right:0;left:0;
	height: calc( 50% - 50px);
	z-index: 3;
}
.ytb .blockA:after{
	bottom: auto;
}
.ytb .blockA:before{
	bottom:40px;top: auto; 
	height: calc( 50% - 30px);
}
.ytb .blockB:before,
.ytb .blockB:after{
	bottom: auto;
	right: auto;
	top: calc(50% - 70px);
	height: 100px;
	width: calc(50% - 35px);
}
.ytb .blockB:after{
	left: auto;
	right: 0;
}
.ytb .blockC{
	position: absolute;
	bottom:0;right:73px;left:150px;
	height: 33px;
	z-index: 3;
}
.ytb [class^="block"]{
	display:none;
}
.ytb a.FScreen{
	display: inline-block;
	position: absolute;
	overflow: hidden;
	background: #000;
	bottom:5px;
	right:20px;
	border: 0px solid #000;
	width: 35px;
	height: 25px;
	z-index: 5;
	cursor: pointer;
	border-radius: 5px;
}
.ytb a.FScreen:after{
	content: "";
	position: absolute;
	top:0;bottom:0;right:0;left:0;
	z-index: 1;
}
.ytb a.FScreen span{
	display: inline-block;
	margin: auto;
	position: absolute;
	margin-top: -6px;
	margin-left: -8px;
	height: 150%;
	width: 150%;
	fill: #fff;
	visibility: hidden;
	opacity: 0;
}

/* Kamera*/
		#DivKamera{
			margin: auto;
			position: relative;
			top: 0; right:0;left:0; bottom: 0;
			display: inline-block;
			width: 100%;
			height: auto;
			overflow: hidden;
			text-align: center;
		}
		.Dinas,
		.NamaAbsensi{
			width: 100%;
			padding: 5px 10px;
			border: 1px solid #ccc;
			border-radius: 5px;
			color: #666;
			font-size: 16px;
		}
		.Dinas{
			display: none;
		}
		#Kamera{
			position:absolute;
			top:0;left:0;
			width: 100%;
		}
		#DivKamera .Diskripsi{
			margin: auto;
			position: absolute;
			left:0;right:0;bottom:0;
			width: 100%;
			background: rgba(0,0,0,0.5);
			color: #fff;
			text-align: center;
			padding: 10px;
			box-sizing: border-box;
			font-size: 18px;
			font-weight: bold;
			text-shadow: 1px 1px 3px #000;
			z-index: 5;			
		}
		#DivKamera .Tanggal{
		}
		#CanvasShoot{ 
			position:fixed;
			top:0;left:-1000px;
			display: block;	
			border: 1px solid #0f0;
			z-index: 9;
		}
		#DivShoot{			
		}
		#DivShoot,
		#DivShoot img{
			width: 100%;
		}
		#Konten  #TombolKamera,
		#Konten  #TombolTTD{
			margin: 20px 0;
			position: relative;
			width: 100%;
			box-sizing: border-box;
			height: 50px;
		}
		#Konten #TombolKamera a,
		#Konten #TombolTTD a{
			display: inline-block;
			position: absolute;
			right: 0;top:0;
			padding: 5px 10px;
			border-radius: 4px;
			background: #0EB60C;
			color: #fff;
			cursor: pointer;
		}
		#Konten #TombolKamera a:first-child{
			display: none;
			background: #D77171;
		}
		[type="submit"]{
			display: none !important;
		}
.TandaTangan{
	text-align: center;
}
#TandaTangan{
	border: 1px solid #666;
	width: 100%;
	max-width: 400px; 
	max-height: 400px;
	background-color: #FFF;
	color: #FF0;
}
a.ResetC{
	display: inline-block;
	cursor: pointer;
	color: #b81414;
	margin-top: 10px;
}
div.DivTombolSave{
	background: transparent !important;
	border-width: 0px !important;
	text-align: right;
}
a.tombolSave{
	display: inline-block;
	cursor: pointer;
	padding: 10px 20px;
	background: #4295e3;
	color: #fff;
	border-radius: 5px;
}
#DivKamera canvas{ 
	width: 100%;
}
/* LIST GAMBAR */
#ListGambar {
	display: grid;
	grid-template-columns: calc(calc(100% / 5) - calc(20px / 5)) calc(calc(100% / 5) - calc(20px / 5)) calc(calc(100% / 5) - calc(20px / 5)) calc(calc(100% / 5) - calc(20px / 5)) auto;
	gap: 10px;	
}
#ListGambar a{
	text-align: center;
}
#ListGambar a:hover{
	background: #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
#ViewImageL{
	margin: auto;
	position: fixed;
	top: 0;right:0;bottom: 0;left:0;
	z-index:7;
	background: rgba(0,0,0,0.5);
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s ease;
}
#ViewImageL>div{
	margin: auto;
	position: fixed;
	top: 0;right:0;bottom: 0;left:0;
	width: 50%;
	height: 50%;
	overflow: hidden;
	transition: all 0.2s ease;
}
#ViewImageL h3{
	position: absolute;
	left:0;
	top:0;
	padding: 5px 10px;
	background: rgba(255,255,255,0.8);
}
#ViewImageL a{
	margin: auto;
	position: absolute;
	top:0;bottom:0;
	height: 50px;
	width: 50px;
	border: 2px solid rgba(255,255,255,0.5);
	border-radius: 10px;
	box-shadow: 1px 1px 2px #000;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 0.2s ease;
	z-index: 7;
}
#ViewImageL a.P{
	left:0;	
}
#ViewImageL a.P:before,
#ViewImageL a.P:after,
#ViewImageL a.N:before,
#ViewImageL a.N:after{
	content:"";
	margin: auto;
	position: absolute;
	left:0;right:0;
	background: rgba(255,255,255,0.5);
	width: 10px;
	height: 50%;
	transition: all 0.2s ease;
}
#ViewImageL a.P:before{
	top:0;
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
#ViewImageL a.P:after{
	bottom:0;
	-ms-transform: skewX(20deg);
	transform: skewX(20deg);
}

#ViewImageL a.N{
	right:0;	
}
#ViewImageL a.N:before{
	top:0;
	-ms-transform: skewX(20deg);
	transform: skewX(20deg);
}
#ViewImageL a.N:after{
	bottom:0;
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
}
#ViewImageL a:hover{
	border: 2px solid rgba(255,255,255,1);
}
#ViewImageL a:hover:before,
#ViewImageL a:hover:after{
	background: rgba(255,255,255,1);
}
#ViewImageL a.Close{
	height: 25px;
	text-align: center;
	background: #EA5A5A;
	color: #fff;
	top:auto;left:0;right:0;bottom:0;
	opacity: 1;
}
#BoxKonten>.Menu a[type="ImageView"],
#BoxKonten>.Menu a.ThumbView{
	padding: 3px 0px;
	display: block;
}
.ThumbImg{
	width: 100%;
	height: 150px;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 5px;
}
#BoxKonten>.Menu a[type="ImageView"] b,
#BoxKonten>.Menu a.ThumbView b{
	padding: 5px 10px 5px 30px;
	text-align: left;
	font-size: 14px;
	display: block;
	
}
/* #VPreview.Iframe_persiapan_pendaftaran {height: 2500px;}
#VPreview.Iframe_persiapan_pendaftaran iframe{height: 2850px;}

#VPreview.Iframe_persiapan_persyaratan {height: 930px;}
#VPreview.Iframe_persiapan_persyaratan iframe{height: 1290px;} */
/* #VPreview{
	margin: auto;
	position: relative;
	background: #000;
	height: 500px;
}
#VPreview iframe{
	margin: auto;
	position: a;
	top: 0; bottom:0;right:0;left:0;
} */
@media only screen and (max-width: 700px) {	
	#Konten .Menu a{
		padding: 30px 20px;
	}
	#Konten .Menu{
		grid-template-columns: calc(50% - 20px) auto !important;
	}
	#DivKamera .Diskripsi{
		font-size: 14px;
	}
}
@media only screen and (max-width: 500px) {	

	#Konten .Menu{
		width: 100%;
		grid-template-columns: 100%  !important;
		gap: 20px;
	}
	
	#Konten  .Menu.full{
		display: block;
		width: 100%;
	}
	#Konten  #VPreview { 
		width: 99%;
	}
	
	#Crumbs a{
		padding: 3px 10px;
		font-size: 12px;
	}
	
	#DivKamera .Diskripsi{
		font-size: 12px;
	}
}


