/* Menu admin */
/*.content-body {
	padding-top: 25px;
}*/

/*.page-header {
    position: unset;
    left: unset;
    right: unset;
    top: unset;
    margin-bottom: 15px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    height: unset;
    border: unset;
    border-radius: 4px;
}
.page-header h1 {
	border: unset;
}*/

/*.panel-heading .controls a.control-close {
	color: #fff;
	background: #ff0000;
}*/

.link {
	cursor: pointer;
	color: #337ab7;
}
.move-button {
	cursor: pointer;
	font-size: 10px;
	color: #fff;
    background: #888;
    padding: 5px 5px;
    border-radius: 3px;
}

.product-image {
	position: relative;
    min-height: 160px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}
.product-image img {
    position: absolute;
    width: 150px;
    max-width: 300px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}