
@font-face {
font-family: "Pacific";
src: url("../files/Pacifico.ttf");
}

input{
	margin-top: 10px;
}
.detail-box{
	width: 240px; height: 100px; border-radius: 10px; float: left; margin-right: 30px; margin-top: 10px;
}
.btn-gradient{
	background-image: linear-gradient(to right, #ffe659 , #f5a339);
	border: none;
	width: 100%;
}
.border{
	border-bottom: 3px solid #f9c671; width: 110px; margin: auto; padding-bottom: 9px;
}
.footer{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
}
.logo{
	width: 140px;
	background-image: url('../img/header-login.png');
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: 450px;
	background-position: right top;
}
.navbar-nav > li > a{
	color:#fff;
}
.navbar-nav > li > a:hover{
	background: #fff;
	color: #f9c671;
}

#bcafe{
	font-family: Pacific;
	color: #f9c671;
}
.limit-stok{
    height: 300px;
    overflow-y: scroll;
}
.limit-stok h3{
	float: left;
	margin-bottom: 10px;
	clear: both;
}
.limit-stok ul{
	width: 100%;
	float: left;
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}
.limit-stok ul > li > span{
	margin-top: -10px;
}
.limit-stok ul > li{
	float: left;
	border: 2px;
	padding: 5px 20px;
}
.limit-design{
	width: 30%;
	color: #fff;
	border-radius: 15px 0px 0px 15px;
}

.limit-detail{
	background: #f1f1f1;
	width: 70%;
	border:2px solid #dbdbdb;
}

.menu-laporan ul{
	list-style: none;
	clear: both;
	float: left;
	margin: 0;
	margin-left: -60px;
	margin-bottom: 20px;
}

.menu-laporan li{
	width: 100px;
	text-align: center;
	float: left;
	margin-left: 20px;
	border-bottom: 2px solid #f9c671;
	padding-bottom:5px;
	 
}