
.order_management {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.order_management .tab-pane {
	padding: 1.4rem 0;
}
.order_management .tab-pane .page-header {
	margin-top: 0;
	padding: 0;
}
.order_management .page-header h4 {
    text-transform: uppercase;
    margin: 0;
}
.order_management .page-header h5 {
	text-transform: uppercase;
	font-size: 16px;
}

.filter_status {}

.filter_tabs {}
.filter_tabs .btn-prev-tab,.filter_tabs .btn-next-tab {
	width: 30px;
	height: 30px;
	background: #fff;
	position: absolute;
	margin-bottom: unset;
	top: 15px;
	left: -30px;
	z-index: unset;
	border-radius: 30px;
	padding: 0;
	line-height: 30px;
	text-align: center;
}
.filter_tabs .btn-next-tab {
	left: auto;
	right: -30px;
}

#owl_tab_filter {
	width: calc( 100% - 70px );
	margin: 0 auto;
}
#owl_tab_filter .owl-stage-outer {
	padding-top: 10px;
	height: 60px;
}
#owl_tab_filter .owl-stage .owl-item {
	background: #fff;
	border: 0 none;
	border-radius: 0;
}
#owl_tab_filter .owl-wrapper {
	background: #fff;
}
#owl_tab_filter .owl-item {}
#owl_tab_filter .owl-item a {
	display: block;
	background: #eee;
	text-align: center;
	line-height: 1.42857143;
	position: relative;
	padding: 10px 15px;
	border-radius: 0px;
}
#owl_tab_filter .owl-item a:hover,
#owl_tab_filter .owl-item a:focus {
	text-decoration: none;
}
#owl_tab_filter .owl-item a.active {
	background: #a3620a;
	color: #fff;
}
#owl_tab_filter .owl-item a .badge {
	position: absolute;
	top: -4px;
	border: 1px #eee solid;
}
#owl_tab_filter .owl-item a.active .badge {
	background: #fff;
	color: #a3620a;
	border: 1px #a3620a solid;
}

.filter_search {
	margin-top: 1rem;
}
.filter_search .form-group:last-child {
	margin-right: 0;
}
.filter_search .form-select {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.filter_search .form-date {
	line-height: 1 !important;
}

.list_body,
.list_footer {
	padding: 1rem;
}
.list_header {
	border-bottom: 1px #d7d7d7 solid;
}
.list_footer {
	border-top: 1px #d7d7d7 solid;
}

.list_footer_nav {
	margin-bottom: 1rem;
}
.list_footer_nav li {
	margin-right: 1rem;
}
.list_footer_nav li:last-child {
	margin-right: 0;
}

.border_custom1 > li {
	border: 1px #ccc solid;
	margin-bottom: 2rem;
}

.border_custom2 > li {
	border-bottom: 1px #ccc solid;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.border_custom2 > li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}

.border_custom3 {
	border-top: 1px #ddd solid;
	padding-top: 1rem;
}
.border_custom3 > li {
	border-bottom: 1px #ddd solid;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.border_custom4 {
	border-bottom: 1px #ddd solid;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.border_custom6 {
	border-bottom: 1px #f90 solid;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.penampakan {
	float: left;
	margin-right: 1rem;
	width: 50px;
	height: auto;
}

#datalist li:nth-child(n+2) {
	/*
    display:none;
	*/
}

.foto_penampakan {
	width: 50px;
	height: auto;
	margin-right: 1rem;
	float: left;
}

.btn_main_action .btn {
	margin-left: 1rem;
}

.order_detail_status {}
.order_detail_summary {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px #eee dashed;
}
.order_detail_summary p {
	padding-left: 1rem;
	padding-right: 1rem;
	margin-bottom: .25rem
}

/** EXTRA **/
.col {
	padding: 1rem;
} 
.cetak_tebal {
	font-size: 15px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
}

.color-light {
	color: #aaa;
}

.overflow-hidden {
	overflow: hidden;
}


/** FLEX **/
.flex-fill {
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.flex-grow-1 {
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

@media only screen and (min-width: 48em) {}
@media only screen and (min-width: 62em) {
	.border_custom2 > li {
		border-bottom: 0;
		border-right: 1px #eee solid;
		padding-bottom: 0;
	}	
	.border_custom2 > li:last-child {
		border-right: 0;
	}
	.border_custom4,.border_custom5 {
		border-right: 1px #eee solid;
	}
	.border_custom4 {
		border-bottom : 0;
		padding-bottom: 0;
		margin-bottom : 0;
	}
	.list_footer_nav {
		margin-bottom: 0;
	}
	.order_detail_summary {
		margin-top: 0;
		border-top: 0;
	}
}
@media only screen and (min-width: 75em) {}