@font-face {
    font-family:"Code 128";
    src:url("../fonts/code128.eot?") format("eot"),
        url("../fonts/code128.woff") format("woff"),
        url("../fonts/code128.ttf") format("truetype"),
        url("../fonts/code128.svg#Code128") format("svg");
    font-weight:normal;
    font-style:normal;
}

.barcode128 {font-family: 'Code 128';font-size:42px;}
.same-addr {margin-top:8px;}
.control-text {padding-top:7px;}
.text-small {font-size: small;}

.grid-view thead {
    background: #003366;
    color: #ffffff;
}
.grid-view thead a {
    color: #ffffff;
}
.no-bullet {list-style: none;}
.btn-block+div.tooltip+.btn-block {margin-top: 5px;}

input[type="file"] {height:auto;}
.nowrap {white-space: nowrap}

.thumbnail {border:0;}

.animate-wrapper {
    width:100%;
    display: inline-block;
    overflow: hidden;
}
.animate-wrapper img {
    width:100%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.animate-wrapper img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); 
}

.product-item {min-height: 325px;}