.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto  {
    padding-right: 7px;
    padding-left: 7px;
}

.row {
    margin-right: -7px;
    margin-left: -7px;
}

.form-controlx {
    /* padding: .375rem .75rem;*/ 
	padding: .2rem .3rem .2rem .3rem;
}

.ui-autocomplete-input, .ui-menu, .ui-menu-item {  z-index: 2006; }

body { 
/*    font-size: 0.85rem; */
    background: #efefef;
}

.status_member li {
    margin-left : -25px;    
}

a {
  color: #296bb3;
}

.table td, .table th {
    padding: .45rem;
}


.setcenter {
    margin: 0 auto
}

/* Remove the top border when a table is missing the header */
.table > tbody > tr:first-child > td {
    border: none; 
}

/* Include the border when there's a header */
.table > thead + tbody > tr:first-child > td {
    border-top: 1px solid #ddd;
}


::placeholder {  
  color: #efefef; 
  opacity: 0.1;  
}

/* topbar */

.topbar {
  min-height: 60px;
  background-color: #8E98C6;
  color: #fff;
}

@media (min-width: 768px) {
  .topbar {
    min-height: 60px;
    height: 60px !important;
  }
}

.brand {
  font-size: 24px;
  margin-bottom: 1rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .brand {
    margin-bottom: 0;
  }
}

.topmenu {
  /* display: flex; */
  align-items: center;
}
.search {
  /* display: flex; */
  position: relative;
}

/* header > navbar */

.header {
  height: 100px;
  background-color: #1F2D73;
}

.header a {
	color : white; 
}

.mobile-nav {
    z-index: 10;
    position: absolute;
    width: 100%;
    display: none;
}

.mobile-nav-link {
    background-color: #D4D7E6;
    padding: 0.6rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.mobile-nav-link > a {
    color: #1E4280;
}

.mobile-nav-link.active {
  color: white;
  background: #aaa;
}

.mobile-nav-link:hover{
  color: white;
  background: #aaa;
}

/* main area */

.w-60 {
	width: 60% !important;
}

.w-70 {
	width: 70% !important;
}


@media only screen and (max-width: 600px) {

	.col-sm-6, .col-sm-6, .col-6 {
		padding-right: 0.25rem;
		padding-left: 0.25rem;
	}
	
	.w-60 {
		width: 80% !important;
	}
	
	.w-70 {
		width: 80% !important;
	}
	
}

/* Footer */

.footer {
/*  height: 280px; */
  background-color: grey;
  color: #fff;
  padding: 20px;
}

.footer a {
    color: #ddd;
    font-size: 12px;
    padding: 0;
    line-height: 20px;
    display: block;
}

.footer h5 {
    padding-top: 15px;
}

.sticky {
    position: fixed;
    z-index: 500;
    top: 0;
    width: 100%;
}

img .loading {
	position: relative;
	top: 10px; 
	left: 10px; 
	zindex: 1000;
	width: 200px;
	height: auto
} 

.modal-dialog {
    max-width: 600px; 
	min-width: 300px;
} 

#fixedfooter {
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	background-color:rgba(101, 59, 0, 0.9);
	padding: 0px 8px;
	color: yellow;
	height: 52px; 
	font-weight: bold;
	z-index: 1000;
	text-shadow: 1px 1px #000;
}

#fixedfooter a {
	color: #f9ff0c; 
}

#MyModal {
	max-width: 100%; 
}

.btn-group-xs > .btn, .btn-xs {
  padding: .25rem .4rem;
  font-size: .75rem;
  line-height: .5;
  border-radius: .2rem;
}

.btn-primary { 
	background: linear-gradient(#335, #55a);
	border-color: #335;
}

.btn-success {
	background: linear-gradient(#19a20c, #93d51f);
	border-color: #19a20c;
}

.btn-warning { 
	background: linear-gradient(#f27608, #ffd943);
	border-color: #f27608;
}

.btn-danger {
	background: linear-gradient(#553333, #aa5555);
	border-color: #553;
}

.btn-light {
	background: linear-gradient(#ccc, #fff);
	border-color: #ccc;
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* display 3 */
@media (min-width: 768px) {
    
    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(33.333%);
    }
    
    .carousel-inner .carousel-item-left.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-33.333%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
  transform: translateX(0);
}

.gariskanan {
    border-bottom: 1px solid #A9B2C0; 
    margin-top: 1rem; 
    margin-bottom: 1.2rem
}

.bulletkiri {
    background-image: url('/image/bullet.png');
    background-repeat: no-repeat;
}

.dropdown-menu {
  font-size: 0.85rem;
}


img .loading {
	position: relative;
	top: 10px; 
	left: 10px; 
	zindex: 1000;
	width: 200px;
	height: auto
}

.tokoh-link {
    font-weight: bold;
}

.dropdown-menu a:not(:first-child) {
    border-top: 1px solid #efefef;
}

.badge {
	padding: .25em .4em .3em .3em;
	border: 1px;
}

.menukiri {
    font-size: 1rem;
}

.tab-content {
    padding : 8px;
}

.badgedapil {
    font-size: 60%;
    background-color: #aaa;
    color: white;
    border-radius: 4px;
    padding: 4px;
}

.container {
  padding-right: 8px;
  padding-left: 8px;
}