.footer{
	color: white;
	background: url(/img/header.png); 
	border-top: 5px solid #cabb0a; 
	z-index: 1000; /* css untuk ukuran footer full page */
	text-align:center;
}

.sideicon
{
	font-size: 22px;
}

.iconheader 
{
	font-size: 18px;
}

.profile
{
	text-decoration: none; 
	font-size: 14px; 
	color: black; 
	font-weight: 500;
}

.header
{
	background: url(/img/header.png);  
	border-bottom: 5px solid #cabb0a; 
	z-index: 500;
}

.backheader
{
	background-color: #cd853f;
}

/* css icon number alert */
.badge
{
  font-size: 10px;
}

/*.alert {
   width:100%;
   height: 25px;    
}*/

/* CSS UNUTK PAJINA LOGIN 2 */
.login-container {
  margin-top: 3%;
  border: 1px solid #CCD1D1;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  max-width: 50%;
}

.ads {
  background-color: #8b2f1a;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #8b2f1a;
  padding: 15px;
  text-align: center;
  background-image: url('img/background.jpg');
}
.ads h1 {
  margin-top: 20%;
}
#fl {
  font-weight: 600;
}
#sl {
  font-weight: 100 !important;
}
.profile-img {
  text-align: center;
}
.profile-img img {
  border-radius: 50%;
  /* animation: mymove 2s infinite; */
}
@keyframes mymove {
  from {border: 1px solid #F2F3F4;}
  to {border: 8px solid #F2F3F4;}
}
.login-form {
  padding: 15px;
}
.login-form h3 {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.form-control {
  font-size: 14px;
}
.forget-password a {
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
}

/* CSS PAJINA LOGIN 1 */
.bg-image-vertical {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}

@media (min-width: 1025px) {
  .h-custom-2 {
    height: 100%;
  }
}

.btn-block
{
  width: 100%;
  padding-bottom: 10px;
}


/* css klaendariu */
ul {list-style-type: none;}

/* Month header */
.month {
  padding: 70px 25px;
  width: 100%;
  background: #1abc9c;
  text-align: center;
}

/* Month list */
.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/* Previous button inside month header */
.month .prev {
  float: left;
  padding-top: 10px;
}

/* Next button */
.month .next {
  float: right;
  padding-top: 10px;
}

/* Weekdays (Mon-Sun) */
.weekdays {
  margin: 0;
  padding: 10px 0;
  background-color:#ddd;
}

.weekdays li {
  display: inline-block;
  width: 13.6%;
  color: #666;
  text-align: center;
}

/* Days (1-31) */
.days {
  padding: 10px 0;
  background: #eee;
  margin: 0;
}

.days li {
  list-style-type: none;
  display: inline-block;
  width: 13.6%;
  text-align: center;
  margin-bottom: 5px;
  font-size:12px;
  color: #777;
}

/* Highlight the "current" day */
.days li .active {
  padding: 5px;
  background: #1abc9c;
  color: white !important
}

/* css untuk ukuran tinggi di collapse */
.accordion-button
{
  height: 38px;
}

/* CSS UNTUK JARAK SEARCH AND PILIH TOTAL TAMPILAN DI TABEL */
.dataTables_length
{
  margin-bottom: 20px;
}

/* CSS UNTUK PAGINATION DATATABLE */
.page-item.active .page-link 
{
  background-color: #dc3545;
  border-top-color: #dc3545;
  border-bottom-color : #dc3545;
  border-left: none;
  border-right: none;
}

.page-link
{
  color: #080808;
}

/*.form-control
{
  border: 1px solid #dd1602;
  box-shadow: #dd1602;
}*/


.rounded-pill{
  font-size:13px;
  font-weight: font-weight-bold;
  color: white;
  padding-y: 13px;
  padding-x: 13px;
  border-radius: border-radius;
}

.scrool {
  overflow: scroll;
}

/*.position-sticky {
  min-width: 100%;
}
.nav {
    min-width: 100%;
}*/