table .control-group {
	margin-bottom: 0px !important;
}

table img.product-image {
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 100px;
}

div .form-selectopt {
	margin-bottom: 5px;
}

tr.product-attribute > th {
	width: 200px;
}

h1 > span.label {
	padding: 4px 6px;
	font-size: inherit;
	font-weight: normal;
}

td.gridview-checkbox-filter {
	
}

.icon-thumbnail {
	height: 80px;
    width: 80px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    text-align: right;
}

.icon-thumbnail i.iconfa-remove-sign:hover {
	cursor: pointer;
}


.custom-overlay {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 9999;
}

.custom-overlay img {
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    max-width: 40px;
}

p.star-box .rating-star {
    font-size: 24px;
    color: #CCCCCC;
    cursor: pointer;
}

p.star-box .star-full {
    color: #F1C232;
}

.inventory-modal-body {
    padding: 10px 20px;
}

.inventory-modal-body .table-responsive {
	margin-top: 10px;
}

.tasks-iframe-close-icon .btnClose {
    line-height: 40px !important;
}

.notification_container_product .alert {
	margin: auto;
}

.tasks-iframe-close-icon .btnClose {
    position: relative !important;
}

.checkbox label {
    padding-left: 5px !important;
}

td span.categories-row {
    display: inline-block; 
    margin-bottom: 5px;
    white-space: normal;
}