.page-wrapper {
	min-height: 100vh;
	padding-top: 50px;
}

.sidebar {
	width: 100%;
	padding: 15px 0 0 15px;
}

.sidebar .list-group {
	margin-bottom: 0px;
}

.sidebar .list-group-item {
	border: none;
	border-top: 1px solid #E4E4E4;
}

.sidebar .first {
	border: none;
}

.sidebar .last {
	border-bottom: 1px solid #E4E4E4;
}

.sidebar .list-group .active {
	background-color: #FFF !important;
	color: #337AB7 !important;
	border-bottom: 2px solid #337AB7;
	font-weight: bold;
}

.content {
	padding: 0px 22px 42px 22px;
}

.content h2 {
	margin-top: 10px;
	font-size: 24px;
}

.content-header {
	margin-bottom: 0px;
}

.content-header form {
	display: inline;
}

.content-header h2 button.btn {
	float: right;
	margin: 0px;
	padding: 3px 8px;
	font-size: 13px;
}

.form-group .help-block {
	font-size: 13px;
}

.form-control {
	border-radius: 0px;
}

.form-control:focus {
	box-shadow: none;
	border-bottom-width: 2px;
	padding-bottom: 5px;
}

@media (min-width: 768px) {
	.sidebar-wrapper {
		width: 230px;
		position: fixed;
		top: 50px;
		left: 0px;
		bottom: 35px;
		border-bottom: none;
		overflow-y: auto;
	}

	.content-wrapper {
		position: fixed;
		top: 50px;
		left: 230px;
		right: 0px;
		bottom: 35px;
		overflow: auto;
	}

	.content-wrapper.content-wrapper-no-sidebar {
		left: 0px;
	}

	.content {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

footer {
	height: 35px;
	padding-top: 8px;
	background-color: #121212;
	border-top: 1px solid #ddd;
	margin-top: -35px;
	position: relative;
	z-index: -1;
	color: #909090;
	font-weight: bold;
}

.copyright {
	display: inline-block;
	position: absolute;
	right: 20px;
	font-size: 12px;
}

@media (max-width: 768px) {
	.content-wrapper {
		margin-top: 15px;
	}
}

.navbar-default {
	background-color: #FFF899 !important;
}

.navbar-default li a:hover {
	background-color: #F2EC99 !important;
}

.navbar-default .open a:focus {
	background-color: #F2EC99 !important;
}

.box-head {
	border-bottom: 1px solid #E4E4E4;
}

.box-head h4 {
	display: inline-block;
	width: 49%;
}

.box-head .box-url {
	display: inline-block;
	text-align: right;
	width: 49%;
}

.input-small {
	min-width: 0px; 
	width: 45px !important; 
	margin-bottom: 0px
}

.panel-body .first {
	clear: both;
}

.no-margin {
	margin: 0;
}

.panel-page {
	float: right;
	display: inline-block;
}

.upload-box {
	position: absolute;
	margin: 0 auto;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 90%;
	max-width: 100%;
	padding: 0 10px;
}

.box {
	border: 1px solid #DDD;
	padding: 20px;
}

.middle-center {
	position: absolute; 
  	top: 50%; 
  	left: 50%; 
  	transform: translate(-50%, -50%);
}

.head-table td {
	border: none !important;
	background-color: #F5F5F5;
	vertical-align: middle;
	text-align: center
}

.discount-form dl dt {
	width: 150px;
	text-align: left;
}

.no-border tr td {
	border: none !important;
}

.panel-page .pagination { 
	margin: 0;
}

.identity {
	display: inline-block;
	font-size: 12px;
	padding-left: 20px;
}