/* your styles go here */
.hijau {
	background-color:#43be55;
}
.kuning {
	background-color:#f9f906;
}
.kuning-puda {
	background-color:#a6a62b;
}
.biru {
	background-color:#1323ec;
}
.pink {
	background-color: #f872f4;
}
.merah {
	background-color: #d90000;
}
.abu-abu {
	background-color:#bbbabe;
}
.ganjil {
	background-color: #f7f7fb;
}
.toska {
	background-color:#525051;
}
.pointer {
	cursor: pointer !important;
}

.font-hijau {
	color:#519159;
}
.font-merah {
	color:#ff0000;
}
.font-kuning {
	color:#edd112;
}
.font-biru {
	color:#280cf3;
}
.bold {
	font-weight: 700;
}
th{
	text-align: center;
	font-size:11px;
}


td {
	font-size:11px;
}

.cantik {
	padding-left:10px;
	padding-top: 10px;
}

.main-footer {
	transition: transform 0.3s ease-in-out 0s, margin 0.3s ease-in-out 0s;
    z-index: 820 !important;
    background: #7b33cc !important;
}

#conten {
	margin-left: auto;
    margin-right: auto;
    min-height: 400px;
}

.noborder {
	border:0px;
	background-color:transparent;
	border-radius:2px;
	font-weight:700;
	font-size:12px;
	
}

.noborder-primary {
	border:0px;
	color:#584bb4;
	background-color:transparent;
	border-radius:2px;
	font-weight:700;
	font-size:12px;
	
}

.noborder-success {
	border:0px;
	color:#477448;
	background-color:transparent;
	border-radius:2px;
	font-weight:700;
	font-size:12px;
	
}
.noborder-danger {
	border:0px;
	color:#ff0000;
	background-color:transparent;
	border-radius:2px;
	font-weight:700;
	font-size:12px;
	
}

.noborder-ungu {
	border:0px;
	color:#ae51ae;
	background-color:transparent;
	border-radius:2px;
	font-weight:700;
	font-size:12px;
	
}

.modal-body-lg, .modal-body-sm {
	margin:15px;
}

.h3 {
	font-size: 12px !important;
}

.ui-autocomplete-input {
  border: none; 
  font-size: 1rem;
  margin-bottom: 5px;
  
  padding: 0.5rem 0.75rem;
  border: 1px solid #DDD !important;
  z-index: 1511;
  position: relative;
}
.ui-menu .ui-menu-item a {
  font-size: 12px;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1510 !important;
  float: left;
  display: none;
  min-width: 160px;
  width: 160px;
  padding: 0.5rem 0.75rem;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}
.ui-state-hover, .ui-state-active {
      color: #ffffff;
      text-decoration: none;
      background-color: #0088cc;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      background-image: none;
}

.tabpane {
	margin-left:15px;
	padding: 10px;
	font-size: 12px;
	border-right:1px solid #dddddd;
}

.tab-pane {
	padding:10px;
	font-size: 12px;
}

#halaman-rumah input, textarea {
	font-size: 12px;
}

.jconfirm-box {
			background-color:#3c8dbc !important;
			color: #FFFFFF;
			border-color: #367fa9;
		}
		.login-logo {
			margin-bottom:5px !important;
		}

.teha {
	font-weight:500;
	padding-bottom:10px !important;
	padding-top:10px !important;
	border:1px solid #504b4d;
	background-color:#408622;
	color:#FFFFFF;
	text-transform:uppercase;
	font-family: courier;
}
.tabel{
	border-bottom:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	padding-top:5px;
	padding-bottom:5px;
    font-size: 12px;
	font-weight:300;
}

.star-rating  {
	  line-height:32px;
	  font-size:1.25em;
	}

.star-rating .fa-star{color:#1313ec;}

.star-rating1  {
	  line-height:32px;
	  font-size:1.25em;
	}

.star-rating1 .fa-star{color:#e311ee;}

.kuning {
	
	color: #ede812;
}

.tangan {
	cursor: pointer;
}

.libur {
	color: #ff0000;
	font-size: 11px;
	
}

.tabel-modal {
	font-size:11px;
}

.tabel-modal table {
	background-color: #ffd0d0;
} 

.tabel-modal td {
	border-collapse: collapse;
	border:1px solid #1616e9 !important;
}