﻿ 
@-moz-document url-prefix() {
.Products_Grid {
    margin-bottom: 20px;
}
.lifile label input[type="radio"] {
    display: none;
}
.Common_TableGrid .k-grid-content {
    overflow-y: auto;
    overflow-x: hidden;
}
.Product_TableGrid .k-grid-content {
    overflow-x: hidden;
    overflow-y: auto;
}
.Product_TableGrid.audit-grid .k-grid-content{
    overflow-x: auto;
    overflow-y: auto;  
}
.nano > .nano-content {
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto !important;
    position: absolute;
    right: 0;
    top: 0;
}
.Product_TableGrid.Product_Family_TableGrid  td[data-container-for="Quantity"] .k-textbox {
    border: 2px solid #e9e9e9;
    box-shadow: none !important;
    height: 38px !important;
    outline: medium none !important;
}
.Product_TableGrid.Product_Family_TableGrid  td[data-container-for="Quantity"] .k-textbox:focus {
    border: 2px solid #3c8dbc;
}
.login-container input {
       border: 2px solid #e9e9e9;
    box-shadow: none !important;
    height: 38px !important;
    outline: medium none !important;
}
.login-container input:focus {
        border: 2px solid #3c8dbc;
}
}
