.page .page-header + .alert {
	margin: 0 30px;
}

.navbar-toolbar .dropdown-menu {
	margin-right: 5px;
}

.panel .bootstrap-table .fixed-table-container {
	border: none;
}

.table .dropdown-menu a.dropdown-item {
	text-decoration: none;
}

.fixed-table-pagination .pagination span.page-link {
	line-height: 1.428571429;
	position: relative;
	float: left;
	margin-left: -1px;
	padding: 6px 12px;
	text-decoration: none;
}

@media (min-width: 480px) {
	.modal.media-browser-modal .modal-dialog {
		max-width: inherit;
	}
}

form div.required label.form-control-label:after,
span.required-symbol:after {
	content: " *";
}

.table .drag-handler {
	text-align: center;
}

.bootstrap-table .bs-bars .btn-group .dropdown-item i {
	padding-right: 10px;
}

.item-search-form {
	border: 1px solid rgb(228, 234, 236);
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

.item-search-form button.search  {
	margin-top: 40px;
}

.panel-adv-config .help-block {
	font-size: 13px;
	margin-top: 4px;
	color: #999;
}

/* Specific to this project */
.box-item .nav-tabs {
	display: table;
	width: 100%;
}

.box-item .nav-tabs .nav-item {
	display: table-cell;
	text-align: center;
	float: none;
}