body {
	overflow-x: hidden;
}

.font-smaller {
	padding: 30px 0;
	font-size: 14px;
	font-weight: normal;
	list-style-type: none;
}

.font-smaller h3 {
	text-transform: uppercase;
}

.pangition .label {
	color: #333;
	text-align: left;
	border-radius: 0 !important;
	padding: 10px 0px;
}
.pangition .pagination {
  margin: 0;
}

i, cite, em, var, address, dfn {
	font-weight: bold;
}

ul, ol {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

.list-group-item.active a {
	color: red;
}

.order-nav {
	min-height: 30px;
	width: 100%;
	z-index: 7;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .8);
	display: none;
}

.order-nav .nav >li>a {
	padding: 7px 10px;
}

.order-nav .navbar-nav>li>a {
	margin: 0;
	font-size: 14px;
	height: 35px;
}

.order-sidebar .list-group-item {
	border-radius: 0;
	padding: 0;
}
.order-sidebar .list-group-item a {
	font-size: 15px;
	display: block;
	height: inherit;  
	padding: 10px 15px;
}

.order-sidebar .list-group-item:hover a, .order-sidebar .list-group-item:focus a, .order-sidebar .list-group-item:active a, .order-sidebar .list-group-item a:hover, .order-sidebar .list-group-item a:focus  {
	text-decoration: none;
}

.order-sidebar .list-group-item .badge {
	float: right;
}

.alert-default {
	border: 1px solid #ccc;
}

.order-content {

}
@media (max-width: 992px)  {
	.order-group {
		overflow-x: scroll;
	}
}
.order-group .container-shop {
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
	background-color: #B3D4E2;
}

.order-group .container-shop .ogs-status {
		color: red;

}

.order-group:nth-child(even) .container-shop {
	color: white;
	background-color: rgba(3, 12, 66, 1);
}

.order-group:nth-child(even) .container-shop .ogs-status {
	color: rgb(255, 233, 5);
}


.shop-number {
	text-align: center;
	line-height: 30px;
	display: inline-block;
	background-color: #d20c16;
	color:white;
	height: 30px;
	width: 30px;
	border-radius: 30px;
}

.order-link {
	font-size: 16px;
}

.create-image {
	font-size: 50px;
}

.table {
	font-size: 14px;
}
.table td {
	padding: 6px;
}