@import url('https://fonts.googleapis.com/css?family=Saira+Condensed');

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html {
	background: #ffdbd8;
	margin: 0;
	padding: 0;
	line-height: 1;
}
html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
hr, .hr {
	border-width: 0 0 1px 0;
	border-style: solid;
	color: #1d456f;
	border-color: #72a3c2;
	margin: 0 0 10px;
}
h1 {
	font-size: 36px;
	font-weight: bold;
	margin: 20px 0;
}
h2 {
	font-size: 26px
}
h3 {
	font-size: 18px
}
h4, h5, h6 {
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size: 15px;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
a {
	text-decoration: none;
}
a:focus {
    outline: none;
}
p {
	line-height: 1.3;
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
ul {
	list-style: square;
}
li {
	margin-left: 20px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
 *	ENDS OF MEYER CODE
 */
/*	=====================================================================	*/
/*	=====================================================================	*/
/*
 *	THIS IS MY CODE
 */

* {
	box-sizing: border-box;
	font-family: "Saira Condensed", "Arial Narrow", "Ubuntu Condensed";
}
/*div {
	padding: 5px;
}*/
div::after,
div:after,
table::after {
	content: "";
	clear: both;
	display: table;
}
form td {
	vertical-align: top;
	border: none;
}
form label,
form input,
form textarea {
	width: 100%;
	float: left;
	resize: none;
}
form label {
	font-weight: bold;
	padding: 4px 0;
}
label span {
	font-weight: normal;
	display: block;
	cursor: pointer;
}
form label.label {
	padding: 0 !important;
}
table {
	width: 100%;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #6fa19a;
}
thead,
thead tr:hover {
	border: 1px solid #6fa19a;
	background: #6fa19a !important;
}
tbody {
	border: 1px solid #6fa19a;
}
tr {
	width: 100%;
}
tr:hover {
	background: #c5e2f8;
}
th, td {
	padding: 6px 3px;
	vertical-align: middle;
}
th {
	font-weight: bold;
}
select, input, textarea {
	border: 1px solid #6fa19a;
	font-size: 15px;
	padding: 0;
}
input, textarea {
	padding: 1pt 6pt;
	background: #fff;
	color: #000;
}
input[type=radio],
input[type=checkbox] {
	width: auto;
	cursor: pointer;
	/*margin: 0;*/
}
option {
	/*padding: 1px;*/
	font-size: 16px;
}
button {
	cursor: pointer;
	background: #008d06;
	color: #fff;
	border: none;
	font-size: 16px;
	border-radius: 3px;
}
button:hover {
	background: #0bc950;
}
button.warning {
	background: #e4940e;
}
pre {
	overflow: hidden;
	line-height: 1.1;
}
pre p {
	width: auto;
	float: none !important;
}
ul.bullet-off {
	list-style: none;
}
ul.bullet-off li {
	float: left;
	width: auto;
	margin-left: 0;
}
/*	WIDTH ONLY	*/
.wa {
	width: auto;
}
.w5 {
	width: 5%;
}
.w10 {
	width: 10%;
}
.w15 {
	width: 15%;
}
.w20 {
	width: 20%;
}
.w25 {
	width: 25%;
}
.w30{
	width: 30%;
}
.w33 {
	width: calc(100%/3);
}
.w40 {
	width: 40%;
}
.w50 {
	width: 50%;
	float: left;
}
.w60 {
	width: 60%;
}
.w66 {
	width: calc(100%*2/3);
}
.w70 {
	width: 70%;
}
.w75 {
	width: 75%;
}
.w80 {
	width: 80%;
}
.w90 {
	width: 90%;
}
.w100 {
	width: 100%;
	float: left;
}
.w50:nth-child(odd){
	padding-right: 3px;
}
.w50:nth-child(even){
	padding-left: 3px;
}
/*
	FLOATING*/
.fl {
	float: left;
}
.fr {
	float: right;
}
/*
	TEXT ALIGN		*/
.tar {
	text-align: right;
}
.tac {
	text-align: center;
}
.tal,
.tan {
	text-align: left;
}
.vam {
	vertical-align: middle;
}
.vat {
	vertical-align: top;
}
/*	MARGIN and PADDING		*/
.m0a {
	margin: 0 auto;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mr10 {
	margin-right: 10px;
}
.p5 {
	padding: 5px;
}
.p10 {
	padding: 10px;
}
.pr3 {
	padding-right: 3px;
}
.pl3 {
	padding-left: 3px;
}
.p03 {
	padding: 0 3px;
}
.pr5 {
	padding-right: 5px;
}
.pl5 {
	padding-left: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pb10 {
	padding-bottom: 10px;
}
/*	TEXT STYLE		*/
.normal {
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
.border {
	border: 1px solid #6fa19a;
}
tr.border:last-child {
	border-bottom: none;
}
/*	USER / KARYAWAN PAGE ONLY	*/
.user-profile table td:first {
	width: 120px;
}
/*	ELEMENT STYLE	*/
.outer {
	padding: 0 5px;
}
.inner {
	/*nothing*/
}
.content-inner {
	max-width: 1313px;
	margin: 0 auto;
}
.main-menu {
	float: left;
	position: sticky;
	top: 0;
	background: #e8fbfc;
	border-bottom: 1px solid red;
	z-index: 999;
}
.main-menu ul {
	list-style: none;
}
.main-menu ul li {
	float: left;
	font-weight: bold;
	font-size: 20px;
	margin-left: 0;
	padding: 0;
}
.main-menu ul li:hover {
	background: #d56303;
}
.main-menu ul li a {
	padding: 2px 10px;
	display: block;
}
.main-content{
	padding: 0;
}
.main-menu, .main-content, .footer {
	width: 100%;
	float: left;
}
.footer {
	border-top : 1px solid #6fa19a;
	padding-top: 5px;
	margin-top: 5px;
}
.footer-menu ul {
	list-style: none;
}
.footer-menu ul li {
	width: auto;
	float: left;
}
.block {
	background: #caf1f3;
	padding: 5px;
}
.block.red {
	background: #f3caca !important;
}
.block.title,
.block.title2 {
	width: 100%;
	font-weight: bold;
}
.title {
	font-size: 24px;
	padding: 0 0 10px;
}
.title2 {
	font-size: 20px;
	margin-bottom: 15px;
}
.rekap table .data,
.rekap table .data {
	width: 30px;
	text-align: right;
}
.rekap table .label,
.rekap table .label {
	width: 50px;
}
.rekap table .jumlah,
.rekap table .jumlah {
	width: 50px;
	text-align: right;
}
/*	untuk label radio dan checkbox		*/
.label {
	cursor: pointer;
}
.label:hover{
	background: #c5e2f8;
}
.label .label {
	padding: 3px 0;
	font-weight: normal;
}
.help {
	font-size: 80%;
}
.info {
	font-style: italic;
	color: red;
	background: #f5f5a5;
	margin-top: 10px;
	padding: 10px;
	display: none;
}
.hide {
	display: none;
}
.editor {
	float: left;
	width: 100%;
}
.active_menu {
	background: red;
}
.active_menu,
.active_menu * {
	color: white;
}
.active-button {
	background: #b025a4;
}
.active-button:hover {
	background: red;
}
/*	js	*/
#popupbox {
	background: transparent;
	z-index:999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px;
}
#innerpopup{
	background: #e8fbfc;
}
/*	STATUS MARKS	*/
.dibatalkan {
	background: #ffd8d8;
}
/*	DROPDOWN MENUS	*/
#dropdown-menus {
	max-width: 200px;
	z-index: 9;
	position: absolute;
	background: #e8fbfc;
	border: 2px solid red;
}
#dropdown-menus ul li {
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	margin-left: 0;
	padding: 5px 2px;
}
#dropdown-menus ul li a {
	padding: 0;
}