
body {
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
	height: 100vh;
	width: 100%;
	position: relative;
	overflow-x: hidden;
}

.backgroundc {
	background-image:url('../img/backpeg.jpg');
    /*background-repeat:repeat;*/
    background-size:cover;
    background-position:bottom;
}

a {
	color: #666;	
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

a:hover, a:active {
	color: #909090;
	text-decoration: underline;
}

/* Headings */
h1 {
	text-transform: uppercase;
	font-size: 36px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Source Sans Pro', sans-serif;
	color: #000000;
	padding: 0;
	margin: 0;
}

.buttonfull {
	width: 100%;
	margin-bottom : 10px;
}

hr {
  border: 0;
  height: 4px;
  background: -moz-linear-gradient(left, rgb(0, 255, 246) 0%, rgb(255, 3, 234) 50%, rgb(255, 135, 0) 100%);
  background: -webkit-linear-gradient(left, rgb(0, 255, 246)0%, rgb(255, 3, 234) 50%, rgb(255, 135, 0) 100%);
  background: linear-gradient(to right, rgb(0, 255, 246) 0%, rgb(255, 3, 234) 50%, rgb(255, 135, 0) 100%);
  margin:0;
  padding: 0;
}

.dataTables_filter {
	text-align: right;	
}

.dataTables_paginate {
	text-align: right;
}

.dataTables_paginate .pagination {
	margin: 0;
}

.table {
	margin-bottom: 0px !important;
}

.alert {
	margin-top: 5px;
}

.carousel-inner {
    border-radius : 10px;
}

.form-group {
    margin-bottom :0px !important;
}

.date {
    margin-bottom : 10px;
}

.right-button {
   text-align:right;
}

.table-responsive {
    overflow-x:hidden !important;
}

.table-responsivex {
    overflow-x:hidden !important;
}

.panel-heading h4 {
    margin-bottom:0px !important;
}

.inputtime h5 {
    margin-bottom : 10px;
}

.inputtime img {
    margin : 5px 0px;
}

.bordermain span {
    font-size:9px;
    color:#6c6c6c;
  
}

#imagepicdetil {
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.btndown {
	padding: 10px 30px;
    background: #6288eb;
    color: #ffffff;
    border-radius: 20px;
    margin-bottom: 20px;
}

.left-button {
	margin-top: 10px;
}

.gambarheader {
	margin-bottom: 10px;
}

#modalutama .modal-header .close {
	margin-top:-30px !important ;
}

#modalutama {
	padding-top: 0px !important;
}

.form .detilabsen {
	margin-bottom: 10px;
}

/*
===============
TIMELINE
===============
*/
.content-placeholder {
  display: inline-block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  -webkit-background-size: 800px 104px;
  background-size: 800px 104px;
  height: inherit;
  position: relative;
}

.post_data
{
  padding:24px;
  border:1px solid #f9f9f9;
  border-radius: 5px;
  margin-bottom: 24px;
  box-shadow: 10px 10px 5px #eeeeee;
}

.timeprofile {
    height: 40px;
    width: 40px;
    border-radius: 100%;
}

.timeheader {
    display : block;
}

.timeheader img {
    display : inline-block;
    cursor:pointer;
}

.timeheader .text-danger {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    font-size: 16px;
    margin-left: 10px;
    margin-top: 10px;
    color: #000000;
    cursor:pointer;
}

.datetimeline {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
    position: relative;
    font-size: 11px;
}

.post_data p {
    margin-top:10px;
    overflow-wrap: anywhere;
}

.timeimage {
    height : 200px;
    width : auto;
}

#load_data_message h3 {
    font-size : 15px;
}

.buttonlike {
    margin-top:10px;
}

.buttonlike a {
    margin-right : 5px;
}

.linklike {
    margin-top : 10px;
}

.linklike a {
    margin-right : 5px;
}

#profilefoto {
    display: block;
    margin-left: auto;
    margin-right:auto;
}

#namaprofile {
    margin-bottom:5px;
}

.btn-left {
    text-align: left;
    display: block;
    margin-top: 5px;
}

.bordermain {
    padding: 10px 10px;
    border-radius: 5px;
    background: #e8e8e8;
    display: inline-block;
    position:relative;
    max-width: 85%; 
}

.main-comment p {
    margin-bottom:0px;
    overflow : hidden;
}

.sub-comment {
    margin-left : 45px;    
}

.replybutton {
    display:block;
    font-size:11px;
    margin-bottom:5px;
    margin-left: 45px;
}

.sub-comment {
    margin-bottom:10px;
}

#submitreply {
    padding: 5px;
    margin-bottom: 10px;
    border: 0.3px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.footerloss {
    border-top :none;
}

.img-main {
    display: inline-block;
    margin-right: 5px;
}

.replytext {
    margin-left:50px;
}

.likedetil ul {
    padding:5px;
}

.likedetil ul li {
    display:block;
    list-style:none;
    margin-bottom:5px;
}

.likedetil ul li a {
    display:inline-block;
}

.right-time a {
    text-decoration:none;
}

.modal a {
    text-decoration:none;
}

#btnrefreshcom {
    cursor:pointer;
}

.hapuscom {
    position: absolute;
    right: -3px;
    top: -5px;
    font-size: 10px;
}

/* 
===============
Header
===============
*/
#headerapps {
	position: fixed;
	width: 100%;
	top: 0;
	padding: 0px;
	background: #192a56;
	z-index: 999;
}

.topheader {
	padding: 10px 0px 10px 0px;
}

.bottomheader {
	padding: 5px 0px 5px 0px;
}

.navbar {
	padding: 0 !important;
	background: #192a56 !important;
	margin-left: -.5rem;
}


#header-nav {
	padding: 0;
	margin-left: -5px;
}

#header-nav ul li {
	list-style: none;
	display: inline-block;
	padding: 5px 5px;
}

#header-nav ul li a {
	color: #ffffff;
	text-decoration: none;
}

#nav {
	padding: 0;
	margin: 0;
}

.menu li a:hover {
	font-weight: bold;
}

.menu li.current a {
	font-weight: bold;
}

.menu li.current {
    background : #40739e;
    border-radius : 5px;
}

.buttonright {
    position: absolute;
    top: -20px;
    right: 15px;
}

/* 
===============
Login 
===============
*/

.carousel-indicators {
	margin: 0px !important;
	bottom: 0px !important;
	width: auto !important;
	left: 10px;
}

.carousel-indicators li {
	width: 15px;
	height: 5px;
}

.carousel-indicators .active {
	width: 15px;
	height: 5px;
}

.loginarea {
	position: absolute;
	right: 0;
	left: 0;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	top: 30%;
	background: rgb(236, 240, 241,0.8);
	padding: 10px 15px 10px 15px;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index :1;
}

.loginitem img	{
	margin-top: 5px;
	width: 100%;
	margin-bottom: 10px;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.loginitem .form-group {
	margin-bottom: 0px;
}

.loginerror {
	padding: 0px 5px;
	font-size: 12px;
	color: #e74c3c;
}

/* 
===============
Home
===============
*/
#homedata {
	padding-top: 150px;
}

#homedata h4 {
	margin-bottom: 10px;
}

.fotoprofile {
	width: 4cm;
	height: auto;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.ketprofile {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.progress {
	height: 70px;
}

.progress-bar {
	vertical-align: middle;
	padding-top: 15px;
}

.progress-bar span {
	font-weight: bold;
}

.pensiun {
	margin-top: 10px;
	position: relative;
}

.pensiun img {
	position: absolute;
	top: -10px;
	right : 0;
}

.alertcenter {
	text-align: center;
}

.ketprofile {
	margin-top: 10px;
}

.ketprofile h5 {
	background: #B33771;
	padding: 10px 5px;
	border-radius: 5px;
	color : #ffffff;
}

.ketprofile h3 {
	font-weight: bold;
}

.terlambat {
	margin-top: 10px;
}

#owl-blog .item {
	padding: 10px;
}

#owl-blog .item img {
	height: 200px;
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-top-left-radius : 15px;
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

#owl-blog .item h4 {
	text-align: center;
	margin: 0;
	padding: 0;
}

#owl-blog .item h5 {
	text-align: center;
}

#owl-blog .post_img {
    position:relative;
}

#owl-blog .item .jumterlambat {
	text-align: center;
	font-size: 10px;
	position: absolute;
	padding: 5px;
	background: #7ed6df;
	margin: 0;
	border-radius: 10px;
	bottom:-10px;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto;
	width: 90px;
}

#owl-blog .item .post_img {
	margin-bottom: 15px;
}

#owl-blog .item .jumterlambat span {
	text-align: center;
	font-size: 24px;
}

.ultah {
	margin-top: 10px;
}

.ultah span {
	font-weight: bold;
}

.ultah p {
	margin: 0;
}

.mangkir {
	margin-top: 10px;
}

#det-mangkir .item {
	padding: 10px;
}

#det-mangkir .item img {
	height: 200px;
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-top-left-radius : 15px;
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
}

#det-mangkir .item h4 {
	text-align: center;
	margin: 0;
	padding: 0;
}

#det-mangkir .item h5 {
	text-align: center;
}

#det-mangkir .post_img {
    position:relative;
}

#det-mangkir .item .jummangkir {
	text-align: center;
	font-size: 10px;
	position: absolute;
	padding: 5px;
	background: #cc4e4e;
	color: #ffffff;
	margin: 0;
	border-radius: 10px;
	bottom:-10px;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto;
	width: 90px;
}

.alertred {
	background: #e74c3c;
	color: #ffffff;
}

#det-mangkir .item .post_img {
	margin-bottom: 15px;
}

#det-mangkir .item .jummangkir span {
	text-align: center;
	font-size: 24px;
}

.form-group span {
	color: #e74c3c;
}

.redket {
	font-style: italic;
	color: #000000;
}

.redket span {
	color: #e74c3c;
}

/* 
===============
Jati Diri
===============
*/
.nav-item a {
	color: #000000;
}

.tab-pane {
	margin-top: 10px;
}

#forminput {
    background: #ffffff;
	color: #000000 ;
	position: relative;
}

#forminput h3 {
    color:#000000;
    margin-bottom:10px;
}
/* 
===============
Absensi
===============
*/
.absensiheader {
	margin-bottom: 10px;
}
.detilabsen {
	padding: 20px 10px 20px 10px;
	background: #61c0dc;
	border-radius: 10px;
	text-align: right;
	margin-bottom: 5px;
	color: #ffffff;
	
}

.detilabsen h4 {
    color: #ffffff;
    margin:0 !important;
}

.detilabsen h2 {
	font-weight: bold;
	font-size: 40px;
	color: #ffffff;
}

.gatepassdet {
	background: #fcbf05;
}

.cutidet {
	background: #f76c69;
}

.titipdet {
	background: #89d784;
}

.detilabsen img {
    width:auto;
    position :absolute;
    top:0;
    bottom:-30px;
    margin-top:auto;
    margin-bottom:auto;
}

/* 
===============
Lembur
===============
*/
.detillembur {
	padding: 20px 10px 20px 10px;
	background: #3498db;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 5px;
	color: #ffffff;
	margin: 20px 0px;
}

.detillembur h2 {
	font-weight: bold;
	font-size: 40px;
	color: #ffffff;
}

.detillembur h4 {
	font-weight: bold;
	color: #ffffff;
}

ul.menu a { cursor: pointer; }
/*
Under Construction
*/
.undertitle {
	text-align: center;
	position: relative;
	font-weight: 800;
}

.modal-content {
    width: 100%;
    max-width: 100%;
}

#titipandata {
	width: 100% !important;
}

.ui-autocomplete {
    z-index: 2000 !important; /* lebih besar dari modal */
}

/* 
===============
Footer
===============
*/
#footeriu {
	padding: 5px 0px 5px 0px;
	text-align: center;
	color: #ffffff;
	position: fixed;
	bottom: 0;
	width: 100%;
	font-size: 12px;
	z-index :0;
}

#footeriunonfix {
	padding: 10px 0px 10px 0px;
	text-align: center;
	color: #989393;
	width: 100%;
	font-size: 12px;
}

/* Back to top */
.back-to-top {
	border-radius: 5px;
	text-align: center;
	background: #192A56;
	color: #fff;
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	opacity: 0.6;
	filter: alpha(opacity=40);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	z-index: 9999;
}
.back-to-top:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}


/*
===============
Responsive
===============
*/
@media (max-width: 1200px) {
	.detilabsen img {
    	width:70px;
    	bottom: -30px;
    }

}

@media (max-width: 919px) {
	.loginarea {
		width: 90%;
		top: 25%;
	}
	
	.detilabsen img {
    	width:40px;
    }

}

@media (max-width: 767px) {
	.btndown {
		display: block;
	}

    .loginarea {
		width: 260px;
		top: 20%;
	}
    .detilabsen img {
    	width:90px;
    	bottom: -30px;
    }
    
	.navbar-toggle {
		color: #000000;
		margin: 0;
		padding: 3px 0 0 0;
		display: block;
	}

	.navbar-toggle .fa {
		font-size: 35px;
		color: #ffffff;
	}

	.navbar-header { 
		float: none!important;
		padding: 0 15px; 
		margin: 0; 
	}
	.navbar-collapse { background: #000059 !important; color: #ffffff !important}
	.navbar-collapse ul {
		line-height: 1;
		text-align: center;
	}
	.navbar-collapse ul li {
		background: #273c75;
		color: #ffffff;
		display: block;
		width: 100%;
	}
	.navbar-collapse ul li a { 
		padding: 10px 15px;
		color: #ffffff;
		display: block;
		text-align: center;
	}

	.bottomheader {
		padding: 0;
	}

	#header-nav {
		margin-left: -15px;
	}
	
	#homedata {
	    padding-top: 100px;
    }
    

	.btnfull {
		margin-bottom:5px;
		width: 100%;
	}

	.modal-footer .btn+.btn {
		margin-left: 0 !important;
	}
	
    .dataTables_scrollBody {
        overflow-x:initial !important;
    }
    
    .table-responsivex {
        overflow-x:scroll !important;
    }
    
    .inputtime {
        margin-top : 20px;
    }
    
    .left-time {
        display:none;
    }
}

@media (max-width: 575px) {
	.loginarea {
		width: 250px;
		top: 18%;
	}

	.loginitem img	{
		width: 40%;
	}
	
	.loginarea {
	    padding : 10px 10px;
	}
	
	.detilabsen img {
    	width:60px;
    	bottom: -30px;
    }

}
