html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    min-width: 960px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    overflow-y: hidden;
}

.ui-component {
    height: 100%;
    position: relative;
}

.loading,
.ui-loader {
    background-image: url('../images/loader.gif') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.ui-blocker,
.ui-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50ffffff,endColorstr=#50ffffff);
}

.product-icon {
    background-image: url("../images/product-icon.png");
    background-repeat: no-repeat;
    background-position: left center;
}

.product-title {
    background-image: url("../images/product-title.png");
    background-repeat: no-repeat;
    background-position: left center;
}

.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

@media print {
    html, body {
        height: auto;
        overflow: auto;
    }
}