th a {
	color: #ffffff !important;
}

th, td {
	padding: 2px;
  }

.atable {
	font-family: calibri, Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-shadow: 0px 0px 0px #fff;
	margin: 0px;
	border: #ccc 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}

.atable tr:nth-child(even) {
	background-color: #f4f4f4;
}

.atable tr:nth-child(odd) {
	background-color: #d7e9f4;
}

.atable th {
	padding: 5px 1px 5px 1px;
	font-size: 14px !important;
	border-top: 1px solid #87bdde;
	border-bottom: 1px solid #87bdde;
	border-right: 1px solid #87bdde;
	border-left: 1px solid #87bdde;
	text-align: center;
	color: #FFEEEE;
	background: #3A59A8;
	background: -webkit-gradient(linear, left top, left bottom, from(#3A59A8), to(#345098));
	background: -moz-linear-gradient(top, #3A59A8, #345098);
}

.atable th:first-child {
	padding-left: 2px;
	padding-right: 2px;
}

.atable tr:first-child th:first-child {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}

.atable tr:first-child th:last-child {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

.atable tr {
	padding-left: 10px;
}

.atable td:first-child {
	border-left: 1px solid #4499CC;

}

.atable td {
	padding: 4px 4px 4px 4px;
	border-top: 1px solid #4499CC;
	border-bottom: 1px solid #4499CC;
	border-left: 1px solid #4499CC;
	border-right: 1px solid #4499CC;
}

.atable tr.even td {
	background: #d7e9f4;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#d7e9f4));
	background: -moz-linear-gradient(top, #f8f8f8, #d7e9f4);
}

.atable tr:last-child td {
	border-bottom: 0;
}

.atable tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.atable tr:last-child td:last-child {
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.atable tr:hover {
	background: #ccff99;
	background: -webkit-gradient(linear, left top, left bottom, from(#ddeeee), to(#ccff99));
	background: -moz-linear-gradient(top, #ddeeee, #ccff99);
}

.atable .bold {
	font-weight: bold;
	text-align: center;
}

.atable .th1 {
	font-weight: bold;
	text-align: center;
	border-top: 2px solid #d7e9f4;
}

.atable img {
	padding: .15em !important;
}

.tdbgOrange {
	background-color: #BCE774;
}

.tdbgBrown {
	background-color: #C6A98D;
}

.tdbgYellow {
	background-color: #ffff99;
}

.tdbgRed {
	background-color: #E08566;
}

.tdbgGrey {
	background-color: #99ffeb;
}

.tdbgGreen {
	background-color: #C3D48E;
}

.tdbgPurple {
	background-color: #194775;
}

.ln-through {
	text-decoration: line-through;
}

.fontRed {
	color: red;
}

.cursor_pointer {
	cursor: pointer;
}

.text_100 {
	text-align: left;
	width: 100px;
}

.text_tgl {
	text-align: left;
	width: 80px;
}

.text1 {
	text-align: right;
}

.text1.qty {
	width: 80px;
}

.text1.value {
	width: 100px;
}

.text1.pct {
	width: 60px;
}

.text_buf {
	width: 20px;
}

.kombo_unit {
	width: 100px;
}

.btn-browse {
	font: bold 105% helvetica, sans-serif;
	border: 1px solid;
	margin: 0px 3px 0px 3px;
	border-color: #696 #363 #363 #696;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.button {
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 3px;
	clear: both;
	color: #ffffff;
	font: bold 12px Calibri, Cambria, Tahoma, Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
	padding: 5px 10px;
	position: relative;
	display: inline-block;
	text-shadow: 0 1px 0 #3A59A8;
	-webkit-transition: border-color .218s;
	-moz-transition: border .218s;
	-o-transition: border-color .218s;
	transition: border-color .218s;
	background: #3A59A8;
	background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#3A59A8), to(#345098));
	background: -moz-linear-gradient(linear, 0% 40%, 0% 70%, from(#3A59A8), to(#345098));
	border: solid 1px #21325f;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-right: 10px;
	margin-right: 10px;
}

.button:hover {
	color: #faad18;
	border-color: #0d1426;
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

submit,
input[type="submit"] {
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 3px;
	clear: both;
	color: #ffffff;
	font: bold 12px Calibri, Cambria, Tahoma, Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
	padding: 5px 10px;
	position: relative;
	display: inline-block;
	text-shadow: 0 1px 0 #3A59A8;
	-webkit-transition: border-color .218s;
	-moz-transition: border .218s;
	-o-transition: border-color .218s;
	transition: border-color .218s;
	background: #4499CC;
	background: -webkit-gradient(linear, 0% 40%, 0% 70%, from(#3A59A8), to(#345098));
	background: -moz-linear-gradient(linear, 0% 40%, 0% 70%, from(#3A59A8), to(#345098));
	border: solid 1px #21325f;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-right: 10px;
	margin-right: 10px;
}

input[type="submit"]:hover {
	color: #faad18;
	border-color: #0d1426;
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('img/warning.png');
}

.txtarea {
	/*resize: none;*/
	height: 40px;
}

.alert-box {
	color: #555;
	border-radius: 5px;
	font-size: 13px;
	/*font-family:Tahoma,Geneva,Arial,sans-serif;*/
	padding: 5px 30px;
	margin: 5px 3px 5px 3px;
}

.alert-box span {
	font-weight: bold;
	text-transform: uppercase;
}

/*
.error {
	background:#ffecec url('../images/ico/error.png') no-repeat 10px 50%;
	border:1px solid #f5aca6;
}
.success {
	background:#e9ffd9 url('../images/ico/success.png') no-repeat 10px 50%;
	border:1px solid #a6ca8a;
}*/
.warning {
	background: #fff8c4 url('../images/ico/warning.png') no-repeat 10px 50%;
	border: 1px solid #f2c779;
}

.notice {
	background: #d7e9f4 url('../images/ico/notice.png') no-repeat 10px 50%;
	border: 1px solid #8ed9f6;
}

.deskripsi {
	margin: 0px 10px 0px 8px;
}

.disable-link {
	background-color: #FFEEEE;
	cursor: default;
}

.enable-link {
	background-color: #FFFFFF;
	cursor: pointer !important;
}

.kotak_oto_komplit {
	font-style: italic;
	font-size: 85%;
	padding-left: 20px;
}

/*@-webkit-keyframes blinker1 { to { background-color:#3790c8; color:#ffffff; } }*/
@-webkit-keyframes blinker1 {
	from {
		opacity: 1.0;
	}

	to {
		opacity: 0.0;
	}
}

.blink1 {
	text-decoration: blink;
	-webkit-animation-name: blinker1;
	-webkit-animation-duration: 0.75s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
}

.page-break {
	page-break-after: always;
}

.grid-view table.items th,
.grid-view table.items td {
	font-size: 1.1em !important;
	border: 1px #ffeeee solid !important;
}

.grid-view table.items th a {
	color: #eee !important;
	font-weight: lighter;
}

.grid-view .button-column img {
	padding: .2em !important;
}

label,
input,
button,
select,
textarea {
	font-size: 14px !important;
}


input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	height: 25px !important;
}

select {
	height: 28px !important;
}

.ui-autocomplete.ui-widget {
	font-size: 14px;
}

.ui-widget-content {
	color: #000;
}

.select2-container-multi .select2-choices {
	margin-top: 2px;
}

@media (max-width: 979px) {
	.navbar .brand-navbar {
		display: block;
	}

	.navbar .brand {
		display: none !important;
	}
}

@media (min-width: 980px) {
	.navbar .brand-navbar {
		display: none;
	}
}

.navbar .brand-navbar {
	float: left;
	margin-right: 5px;
	margin-left: 25px;
	margin-top: 1px;
}


.btn-group.open .dropdown-toggle {
	background-color: #3A59A8;
}

.btn-group.open .dropdown-menu a {
	font-weight: bold !important;
	font-size: 14px;
}