@charset "utf-8";
/* CSS Document */

html,
body {
  height: 100%;
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4{
	text-align:left;
	border-bottom:1px solid #666;
	color:#666;
	padding:0px 5px 5px 5px;
}
body {
  //display: -ms-flexbox;
  //display: flex;
  //-ms-flex-align: center;
  //align-items: center;
  //padding-top: 40px;
  //padding-bottom: 40px;
  background-color: #f5f5f5;
}
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
  margin-top:-75px;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.headerlogin{
	width:100%;
	height:180px;
	background-color:#96C;	
}
.headerlogin .txtapps{
	position:relative;
	color:#fff;
	font-family: 'Carter One', cursive;
	font-size:40px;
	//font-weight:bold;
	//margin-top:-30px;
}
.headerlogin .txtlokasi{
	position:relative;
	color: #FF0;
	font-size:18px;
	margin-top:-35px;
	font-weight:bold;
}

.headerlogin .container{
	padding-top:30px;
}

.headerhome{
	height:34px;
	background-color:#96C;	
	font-size:xx-small;
	color:#CCC;
	text-align:right;
	padding:3px;
	font-style:italic;
}
.img-container{
	width:100%;
	margin-top:-30px;
	text-align:center;
}
.info-apps{
	width:100%;
	height:50px;
	padding-top:30px;
	margin-top:-32px;
	text-align:center;	
	background-position: center center;
	//background-size: cover;
	background-image:url(../img/bgapps.jpg);
}
.txtapps2{
	position:relative;
	color:#fff;
	font-family: 'Carter One', cursive;
	font-size:28px;
	text-shadow: #000 0px 0px 5px;
	//font-weight:bold;
	//margin-top:-30px;
}
.txtlokasi2{
	position:relative;
	color: yellow;
	text-shadow: #000 0px 0px 5px;
	font-size:13px;
	margin-top:-30px;
	font-weight:bold;
	margin-bottom:10px;
}
.main-container{
	  font-size:small;
	  text-align:center;
	  margin-top:10px;
}

.foot-menu {
  position: fixed;
  left: 0;
  bottom: 0;
  text-align:center;
  z-index:10;
  width: 100%;
  background-color: #666;
  padding:10px 0px 10px 0px;
  display:table;
}
.foot-menu-item-container{
	//float: left;
	display:table-row;
	width:100%;
	
    position: relative;
    left: 50%;
}
.foot-menu-item{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width:25%;
	font-size:x-small;
	float: left;
    position: relative;
    left: -50%;
	padding:0px;
	color: #CCC;
}
.foot-menu-item:hover{
	cursor:pointer;
	color:#FF0;
}
.foot-menu-item i{
	font-size:27px;	
}

.absen{
	position:relative;
	width:90%;
	background-color:#FFF;
	border:1px #ccc solid;
	border-radius:5px;
	padding:10px;
	margin:auto;
	margin-bottom:10px;
}
.big-btn{
	background-color: DodgerBlue;
	width:150px;
	border: none;
	border-radius:5px;
	color: white;
	padding: 5px;
	font-size: 12px;
	cursor: pointer;
}
.big-btn i{
	font-size:50px;
}
/* Darker background on mouse-over */
.big-btn:hover {
  background-color: RoyalBlue;
}

/* Image Hover Zoom */
/* [1] The container */
.img-hover-zoom {
  height: 150px; /* [1.1] Set it as per your need */
  width: 150px;
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
  margin: 5px 5px;
  float: left;
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  height: 100px;
  width: 150px;
  border:#0080C0 solid 1px;
  border-radius:10px;
  transition: transform 0.5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
  cursor: pointer;
}
/* End Image Hover Zoom */
.textwelcome{
	color: #0080C0;
	font-weight:bold;
	font-size:16px;
	margin-top:5px;
}

table.keren{
	width:100%;
	margin:auto;
	border-width:1px;
	border-spacing:0px;
	border-style:solid;
	border-color:#ccc;
	border-collapse:collapse;
	background-color:#FFFFFF;
	//margin-top:10px;
	font-size:x-small;
}
table.keren th{
	border-width:1px;
	padding:1px;
	border-style:solid;
	border-color:#0080C0;
	background:#0080C0; //linear-gradient(#CCC,#999);
	color:#fff;
	font-weight:bold;
	text-align:center;
	height:20px;
}
table.keren td{
	border-width:1px;
	padding:2px;
	border-style:solid;
	border-color:#ccc;
	color:#000000;
	height:15px;
}
table.keren tr:hover{
	background:#FFC;
}

.frmsandi{
	width:80%; 
	text-align:center; 
	color:#666;
	margin:auto;
}
.txt-form{
	border:#999 1px solid;
	border-radius:5px;
	padding:10px 10px;	
	color:#666;
}
.btn-form{
	border:0;
	border-radius:5px;
	padding:10px 10px;	
	background:linear-gradient(#9BCDFF,#0080FF);
	color:#FFF;
	
}
.btn-form:hover{
	cursor:pointer;
}

a:link,a:visited,a:active{
		color:#333;
		text-decoration:none;
	}
a:hover{
			color:#0080C0;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index:10;
  width: 100%;
  background-color: #666;
  color: #CCC;
  font-size:x-small;
  text-align: right;
  padding:10px 0px 10px 0px;
}
.fire-icon{
	position: fixed;
	bottom:5px;
	left:15px;
}


.papan-nama{
	position:relative;
	display: table;
	width:90%;
	height:auto;
	padding:10px;
	margin:10px auto 10px auto;
	border:#CCC 1px solid;
	border-radius:4px;
	background:#FFF;
	color:#666;
	text-align:center;
	font-size:small;
}
.papan-nama-row{
	display:table-row;	
	text-align:left;
}
.papan-nama-cell {
   display: table-cell;
   vertical-align:middle;
}
.papan-tanggal{
	position:relative;
	padding:5px 0px;
	width:100%;
	height:auto;
	background-color:#333;
	color:#FFF;
	font-size:small;
	text-align:center	
}

/* Style untuk Pilihan Kamera depan/belakang */
.wrapper{
  display: inline-flex;
  background: #333;
  height: auto;
  width: 300px;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  padding: 20px 15px;
  box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
}
.wrapper .option{
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
  padding: 5px 10px;
  border: 2px solid lightgrey;
  transition: all 0.3s ease;
}
.wrapper .option .dot{
  height: 20px;
  width: 20px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;
}
.wrapper .option .dot::before{
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #0069d9;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}
input[type="radio"]{
  display: none;
}
#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2{
  border-color: #0069d9;
  background: #0069d9;
}
#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot{
  background: #fff;
}
#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before{
  opacity: 1;
  transform: scale(1);
}
.wrapper .option span{
  font-size: 14px;
  color: #808080;
}
#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span{
  color: #fff;
}
/* Style untuk Pilihan Kamera depan/belakang */

/* OVERLAY CAMERA FRAME */
.overlay {
        --border-style: 3px solid red;
        --border-space: 20px;

        position: absolute;
        width: 350px;
        height: 350px;
		z-index:2;
    }

    .overlay-helper {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .overlay-element {
        padding: 10px;
        width: 80px;
        height: 80px;
        position: absolute;
    }

    .overlay-text {
		width:100%;
        font-size: 1.50em;
        color: white;
        font-family: monospace;
		text-shadow: #000 0px 0px 5px;
    }

    .overlay .top-left {
        border-left: var(--border-style);
        border-top: var(--border-style);
        top: var(--border-space);
        left: var(--border-space);
        text-align: left;
    }

    .overlay .top-right {
        border-right: var(--border-style);
        border-top: var(--border-style);
        top: var(--border-space);
        right: var(--border-space);
        text-align: right;
    }

    .overlay .bottom-left {
        border-left: var(--border-style);
        border-bottom: var(--border-style);
        bottom: var(--border-space);
        left: var(--border-space);
        text-align: left;
    }

    .overlay .bottom-right {
        border-right: var(--border-style);
        border-bottom: var(--border-style);
        bottom: var(--border-space);
        right: var(--border-space);
        text-align: right;
    }

    #overlay-bottom-left-text {
        position: absolute;
        bottom: var(--border-space);
        left: var(--border-space);
    }

    #overlay-bottom-right-text {
        position: absolute;
        bottom: var(--border-space);
        right: var(--border-space);
    }
	.blink_me {
	  animation: blinker 1s linear infinite;
	}
	
	@keyframes blinker {
	  50% {
		opacity: 0;
	  }
	}
	.blink_map {
	  animation: blinker_map 2.5s linear infinite;
	}
	
	@keyframes blinker_map {
	  50% {
		opacity: 0;
	  }
	}
/* overlay camera frame */

.menu-vert {
   display: table;
   width:100%;   
}

.menu-vert-row {
   display: table-row;
   text-align:left;
}
.menu-vert-row:hover {
	cursor:pointer;
}
.menu-vert-cell {
   display: table-cell;
   border-bottom:1px solid #ccc;
   color:#666;
   padding:10px 5px;
   font-size:15px;
   vertical-align:middle;
}
.menu-vert-cell i{
   font-size:25px;
}
.menu-vert-cell-bottom{
	border-bottom:0px;	
}
.icon-wrap{
	width:30px;
	height:25px;
	padding:5px 5px;
	border-radius:10px;
	color:#FFF;	
	vertical-align:middle;
	text-align:center;
}
.daftar-hari{
   display: table;
   width:100%;   	
}
.daftar-hari-row {
   display: table-row;
   text-align:left;
}
.daftar-hari-cell:hover {
	cursor:pointer;
	background-color:#D2E9FF;
}
.daftar-hari-cell {
	display: table-cell;
   	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:0px;
   	color:#333;
   	padding:10px 5px;
   	font-size:x-small;
   	vertical-align:middle;
	text-align:center;
}

.foto-profil{
	width: 180px;
	height: 180px;
	border-radius: 50%; /*don't forget prefixes*/
	object-fit: cover;
	object-position: center center;
	box-shadow: #666 3px 5px 5px;
	z-index:1;
	/*
	background-position: center center;
	background-size: cover;
	*/
}
.foto-profil-kecil{
	width: 55px;
	height: 55px;
	border-radius: 50%; /*don't forget prefixes*/
	object-fit: cover;
	object-position: center center;
	box-shadow: #666 0px 0px 5px;
	/*
	background-position: center center;
	background-size: cover;
	*/
}
.end-day{
	border-right:1px solid #ccc;
}

.notif-green{
	padding:5px 0px;
	background-color:#F00;
	background: rgba(76, 175, 80, 1);
	color:#fff;
	margin-top:-70px;
	margin-bottom:28px;
	width:100%;
	text-align:center;
	z-index:2;
	font-size:14px;
}
.notif-red{
	padding:5px 0px;
	background-color:#F00;
	background: rgba(255, 0, 0, 1);
	color:#fff;
	margin-top:-70px;
	margin-bottom:28px;
	width:100%;
	text-align:center;
	z-index:2;font-size:14px;
}
/* DESKTOP VERSION */
@media (min-width: 992px) {
	table.keren{
		font-size:small;
	}
	html,
	body {
	  width:680px;
	  margin:auto;
	}
	.foot-menu{
		width:680px;
		margin: 0% auto; /* Only centers horizontally not vertically! */
		left: 0;
		right: 0;
	}
}
