/* Added custom css */

/* Table */
.table thead th[data-sort] {
	cursor: pointer;
}

/* Cash input fields */
.form-control[name="price1"] {
	border-color: #555;
	font-weight: 500;
}
.form-control[name="price1"]::placeholder {
	color: #00c9ff !important;
	font-weight: 400;
}
.form-control[name="price1"]::placeholder {
	color: #111 !important;
	font-weight: 400;
}

/* Dashboard */
.statsbar .stats-wrapper {
	border: none !important;
}
.statsbar .stats-wrapper:hover {
	border: none !important;
	cursor: default;
}

/* Modal */
.modal tr.selectImage td:nth-child(2) span {
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow-x: hidden;
	max-width: 350px;
}