﻿
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}
.errorimgtxt{
    display: none;
}
.errorimg + .errorimgtxt {
    display: block !important;
    color: #000;
    margin-top: -25px;    
    line-height: 25px;
    font-size: 0.8em;
    text-align: center;
}
.errorimg {
    opacity: 0.5;
}
.price {
    white-space: nowrap;
}
.discountprice {
    white-space: initial;
}
#codeFilterText {
    display: none;
}
.FilterHidden {
    display: none !important;
}
.listimgtd {
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 100px;
    min-width:100px;
    width:100px;    
    max-height:100px;
    min-height: 56px;
    padding-left: 0 !important;
    margin: 0 30px;
}
    .listimgtd img {
        width:100px;
    }
    .overlayimageholder {
        background-size: contain;
        background-repeat: no-repeat;
    }
.info {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}