@charset "utf-8";
/* CSS info-------------------------------------------- */
/* website		: SI Pabrik Accecories					*/
/* developer	: bayu wibawa				  			*/
/* email		: bayu.wibawa@gmail.com					*/
/* ---------------------------------------------------- */

html,
body {
	margin:0;
	padding:0;
	height:100%;
}

@font-face {
	font-family: 'roboto';
	src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}

body {
	line-height: 170% !important;
	/*font: 12px "Helvetica Neue", Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	height: 100%;
	margin: 0; padding: 0;
	background: #FFF;
	color: #222;
	padding-top: 0;

}
.small_bottom_gap {
	margin-bottom: 5px;
}
.small_bottom_gap input {
	text-align: right;
}
.tbl-dotted td {
	border: none !important;
	padding: 5px !important;
}
.tbl-dotted th {
	border: none !important;
	border-top: 1px dashed #AAA !important;
	border-bottom: 1px dashed #AAA !important;
	background: #FFF !important;
	padding: 5px !important;
	color: #000 !important;
}
.tbl-dotted th.top_dash {
	border-bottom: none !important;
}
.print_small {
	width: 12cm;
}
.table-bordered tr:hover {
	background: #CCC !important;
}
label {
	cursor: pointer;
}
label.error {
	color: #FF0000;
	padding-left: 20px;
	background: url(../images/warning.png) left no-repeat;
	display: block;
}
input.error {
	border: 1px solid #990000;
}
a {
	/*color: #000077;*/
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #990000;

	outline: none !important;
}
a:active {
	color: #FFFFFF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: roboto, Arial, Helvetica, sans-serif;
}
h1 {
	text-align: left;
	margin: 0px 0px 20px;
	padding: 0;
	font-size: 22px;
	color: #414141;
	font-weight: bold;
	display: inline-block;
	
}
h2 {
	text-align: left;
	margin: 0px 0px 20px;
	padding: 0;
	color: #444;
	font-size: 18px;
}
h3 {
	
}
h4 {
	
}
h5 {
	
}
h6 {
	
}
p {
	margin: 5px 0 10px;
	padding: 0;
	line-height: 18px;
}


/** background fullscreen **/
img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;

}

.bordered {
	border: 1px solid #DDD;
	border-radius: 4px;
}
@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}
/** background fullscreen end **/

/** Paging **/
.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}

.main_content {
	background: #fff;
	position: relative;
	/*min-height: 70%;*/
}
.header_bg {
	background: #333;
	margin-bottom: 0px;
	position: relative !important;
}
.header_bg ul li a {
	font-size: 12px;
}
.login_wrap {
	background: #FFF;
	padding: 50px;
	border-radius: 6px;
}
.login_logo {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
.pagetitle {
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #EEE;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #f8f8f8, #eeeeee);
	background-image: linear-gradient(top, #f8f8f8, #eeeeee);
}
.breadcrumbs {
	font-size: 12px;
}
.footer_si {
    background-color: #FFF;
	color: #888;
	padding: 10px 0;
	font-size: 11px;
	border-top: 1px solid #DDD;
}
th {
	background: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #f8f8f8, #eeeeee);
	background-image: linear-gradient(top, #f8f8f8, #eeeeee);
	color: #555;
}

.tanggal select {
	width: auto !important;
	display: inline-block !important;
}
.table_toolbar {
	padding: 10px;
	border: 1px solid #DDD;
}

.col-3 {
	width: 25%;
	float: left;
	line-height: 150%;
}
.col-4 {
	width: 30%;
	float: left;
	line-height: 150%;
}
.col-4a {
	width: 40%;
	float: left;
	line-height: 150%;
}
.col-5 {
	width: 55%;
	float: left;
	line-height: 150%;
}
.col-6 {
	width: 4.2cm;
	float: left;
	line-height: 150%;
}
.col-1 {
	width: 5%;
	float: left;
	line-height: 150%;
}
.col-2 {
	width: 15%;
	float: left;
	line-height: 150%;
}
.print_footer {
	font-size: 11px;
}
.print_footer td {
	padding: 0;
	margin: 0;
	line-height: 120%;
	vertical-align: top;
}

.select_gadget {
	height: 290px;
	overflow-y: scroll;
	border: 1px solid #DDD;
	padding: 5px;
	border-radius: 4px;
}
.select_gadget a {
	display: inline-block;
	padding: 1px 5px;
	background: #EEE;
	border: 1px solid #DDD;
	font-size: 11px;
	border-radius: 4px;
	margin: 2px;
}
.select_gadget a:hover {
	background: #555;
	border: 1px solid #333;
	text-decoration: none;
	color: #FFF;
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
	.printing_size {
		font-size: 8px !important;
		
	}

	.print_in_times, .print_in_times h1, .print_in_times h2, .print_in_times h3, .print_in_times h4, .print_in_times h5 {
		font-family: "Open Sans", "Calibri", "Times New Roman", Times, serif;
		font-size: 8px !important;
	}
	.print_in_times h1 { 
		font-family: "Open Sans", "Calibri", "Times New Roman", Times, serif;
		font-size: 11px !important;
	}
	.print_in_times h2, .print_in_times h3, .print_in_times h4, .print_in_times h5 {
        font-family: "Open Sans", "Calibri", "Times New Roman", Times, serif;
		font-size: 10px !important;
	}
    .print_in_times td {
        padding: 2px 0 !important;
    }
    .print_in_times table {
        margin: 0px !important;
    }
    .print_in_times .table-bordered {
        margin-bottom: 15px !important;
    }
    .print_in_times h1, .print_in_times h2, .print_in_times h3 {
        margin-top: 2px !important;
        margin-bottom: 2px !important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }
    .tbl-print-noborder td {
        border: none !important;
    }
    .table-bordered td {
        padding: 2px !important;
    }
    .table-bordered th {
        padding: 6px 2px !important;
    }
    .top_minus {
        margin-top: -50px;
    }
    h3.smaller_font {
        font-size: 8px !important;
    }

}
.print_in_times .tbl-print-noborder td {
    border: none !important;
    padding: 2px 0 !important;
}
.box1 {
	background: #EEE;
	font-size: 12px;
	padding: 20px;
}
.box1 h3{
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 16px;
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
}
.cashFlow_title {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 16px;
}

.coupon {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 10px 0px;
	padding: 10px;
	text-align: center;
	position: relative;
	height: 120px;
	background: #f8f8f8;
}
.coupon h3 {
	margin: 0 0 10px;
	padding: 0 0 10px;
	font-size: 18px;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	border-bottom: 1px solid #DDD;
}
.c_del {
	position: absolute; 
	top: 5px;
	right: 15px;
	width: 20px;
	height: 20px;
}

.offline {
	color: #CCC;
}
.online {
	color: #00CC00;
}
.logged_user, .user_online_list {
	border: 1px solid #DDD;
	border-radius: 4px;
	background: #EEE;
	padding: 10px;
	margin: 10px 0;
}
.user_online_list ul {
	list-style: none;
	margin-left: 0;
	padding: 0 10px;
}
.user_online_list ul li {
	line-height: 200%;
	margin-left: 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #DDD;
	padding: 5px 0;
	list-style: none;
	padding-left: 30px;
}
.user_online_list ul li.online {
	background: url(../img/online.png) left no-repeat;
	
}
.user_online_list ul li.offline {
	background: url(../img/offline.png) left no-repeat;

}
.user_online_list ul li.offline a {
	color: #CCC;
}
.boxed {
	background: #f0f0f0;
	border: 1px solid #DDD;
	padding: 10px;
	margin-bottom: 20px;
}
.boxed h4 {
	font-weight: bold;
	font-size: 16px;
}

.promo_list {
	margin: 15px 0;
}
.promo_box {
	border: 1px solid #CCC;
}
.itembox_promo {
	border-bottom: 1px solid #DDD;
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
	background: url(../img/request.png) left top no-repeat;
	padding-left: 25px;
}
.invert-box {
	/*background: #00CCFF;*/
	/*color: #EEE;*/
	font-family: Arial, Helvetica, sans-serif;
}
.is_promo {
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 1px 0px 1px #000;
	color: #FFF;
	background: #999900;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10px;
}