/****** Margins **************/

.margin-top-15 {
  margin-top: 15px;
}

.m-b-0 {
	margin-bottom: 0px!important;
}

.text-muted {
	color: #8d9ea7;
}

.font-13 {
	font-size: 13px !important;
}

.white-box {
	background: #ffffff;
  padding: 25px;
  margin-bottom: 30px;
}

.white-box .box-title {
	margin: 0px 0px 12px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
}

.form-horizontal .control-label {
	text-align: left !important;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	vertical-align: middle !important;
}

.toolbar {
	display: block;
	padding-top: 5px;
	margin-bottom: 4px;
}

@media (min-width: 768px) {

	.product-list_filterWrapper {
		margin-bottom: 11px !important;
	}

	.product-list_filterSelect {
		width: 100% !important;
	}

	div.dataTables_wrapper div.dataTables_info,
	div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
    margin-bottom: 11px !important;
	}

}

@media screen and (max-width: 767px){

	.table-responsive {
		border: 0 none;
	}

	.product-list_filterWrapper {
		margin-bottom: 11px !important;
	}

	div.dataTables_wrapper div.dataTables_length {
		text-align: left;
	}

	div.dataTables_wrapper div.dataTables_filter {
		text-align: right;
	}

	div.dataTables_wrapper div.dataTables_info,
	div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
    margin-bottom: 11px !important;
	}

}
