﻿.inxsqlCategoryGridView {
    margin: 10px 0;
    /* border-left: 1px solid #E8D7D7; */
    width: 32%;
    float:left;
    /* border-bottom: 1px solid #E8D7D7; */
    border-right: 1px solid #C6BFBF;
}

/* .inxsqlCategoryGridView:hover 
{
    /*border:1px solid red;*/
    border:1px solid rgba(252,2,2, .5);
    /*box-shadow: 2px 2px 2px rgba(255,255,0,0.3), inset 2px 2px 2px rgba(252,2,2,0.1);*/
    box-shadow: 2px 2px 5px 2px rgba(252,2,2,0.3);
} */

.inxsqlCategoryGridView .inxsqlImageContainer 
{
    width: 70px;
    height: 70px;
    float: left;
}
.inxsqlImageContainer {
    float: left;
}
.inxsqlCategoryGridView .inxsqlGVWebCatDesc 
{
    width: 190px;
    height: 2.5em;
    /* border-top:1px dotted grey; */
    margin-top: 30px;
    margin-left:auto;
    margin-right:auto;
    text-transform: capitalize;
    text-align: center;
    font-size:15px;
    float: left;
    /* white-space: nowrap; */
    word-wrap: break-word;
}

.inxsqlCategoryGridView .inxsqlGVWebCatDesc a
{
    text-decoration: none;
    color: rgb(204, 0, 0);
    font-weight: bold;
}
.inxsqlCategoryGridView .inxsqlGVWebCatDesc a:hover
{
    text-decoration: underline;
    color: rgb(204, 0, 0);
}

.inxsqlCategoryGridView img 
{
    width:100%;
    height:195px;
    max-width: 100px;
    max-height: 100px;
    padding:5px 0px 0px 5px;
}