html {
	background: #e8fceb;
}
button {
	font-size: 17px;
	padding: 1px 10px;
	border-radius: 0;
}
button.choosen {
	background: #649762;
}
fieldset {
	padding-left: 20px;
}
.title {
	/*border: 1px solid; */
	float: left;
	width: 100%;
}
/*	starting on sapujagat operationz	*/
.menus {
	border: 1px solid;
	margin-top: 5px;
}
.menus ul {
	list-style: none;
	margin-left: -20px;
}
.menus ul li {
	float: left;
}
.menus ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 10px;
}
.menus ul li a:hover {
	background: #ff5400;
	cursor: pointer;
}
.active-item,
.active-item a {
	background: red;
	color: white;
}
.active-item:hover,
.active-item a:hover {
	background: #f03155;
}
.submenus {
	float: left;
	width: 100%;
	margin-top: 5px;
}
.submenus ul {
	list-style: none;
	width: 100%;
	max-width: 130px;
	margin-left: -20px;
	padding-right: 20px;
	float: left;
}
.submenus ul li {
	border-right: 3px double #e8fceb;
}
.submenus ul li:hover {
	border-right: 3px double;
	background: #e1ffb3;
}
.submenus ul li a {
	display: block;
	padding: 5px;
}
.submenus .header{
	float: left;
	width: auto;
	font-size: 26px;
	font-style: italic;
}
.content {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.footer {
	margin-top: 20px;
	float: left;
}
/*	-- end -- */
nav.header {
	display: block;
	background: black;
	color: white;
	float: left;
	width: 100%;
}
nav.header ul {
	padding: 0;
}
nav.header ul li {
	display: inline-block;
	float: left;
	margin-left: 0;
}
nav.header ul li.active {
	background: red;
}
nav.header a {
	color: white;
	display: block;
	padding: 10px 15px;
}
#popupbox {
	width: 100%;
	height: 100%;
	background: transparent;
	position:fixed;
	top: 0;
	z-index: 3;
}
#popupbox #innerpopup {
	max-width: 1300px;
	background: #defdff;
	float: none !important;
	margin-top: 20px;
	min-height: 200px;
	overflow-y: auto;
	max-height: 100%;
}
.info {
	font-size: 80%;
	padding-top: 10px;
}
.small {
	font-size: 80%;
}

#table-saldo table,
#table-saldo table tr,
#table-saldo table th,
#table-saldo table td {
	display: inline-block;
	float: left;
}
#table-saldo table,
#table-saldo thead,
#table-saldo tbody,
#table-saldo table tr {
	display: inline-block;
	width: 100%;
}
#table-saldo table td {
	font-size: 90%;
	text-align: right;
}
/*	deliveries table */
.deliveries.table .filter select,
.deliveries.table .filter input {
	margin-right: 2px;
}
.blok-input {
	margin-bottom: 15px;
}
.prodjumlah .button {
	/*	input type button */
	width: auto;
}
.prodjumlah select {
	float: left;
	width: 60%;
}
.prodjumlah input {
	float: left;
	width: 20%;
}
/*	MAKE IT SIMPLE	*/
.makeitsimple .tab-content {
	
}
.makeitsimple .tab-content textarea {
	display: block;
	height: 500px;
	overflow-y: scroll;
}