﻿.gridheaderstyle
{

    height: 25px;
    text-align: center;
    font-weight: bold;
    text-align:left;
    color:Teal;
    background-color:#EEEEEE;
}

.gridfooterstyle
{
    border-style: solid;
    border-width: 0px 3px 3px 3px;
    border-color: #000000;
    height: 35px;
    text-align: center;
    color: Teal;
    background-color: #EEEEEE;
    font-weight: bold;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.gridpagerstyle
{
    padding-top: 5px auto;
    /*height: 25px;*/
    margin-top: 10px;
    text-align: center;
    color:Teal;
    background-color:#ffffff;
    font-weight: bold;
}
.gridpagerstyle span
{
    min-width:20px;
    max-width:100px;
    padding: 10px 10px;
    margin-bottom: 3px;
    text-align: center;
    background-color: #FF9900;
    color: #000000;
    font-weight: bold;
    font-size:12px;
    line-height:30px;
    border: 1px solid #ffffff;
    border-left-width: 0;
    /*border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;*/
}
.gridpagerstyle a
{
    min-width:20px;
    max-width:100px;
    padding: 3px 10px;
    margin-bottom: 3px;
    text-align: center;
    color: #000000;
    background-color: #ffffff;
    font-weight: bold;
    font-size:12px;
    line-height:30px;
    border: 1px solid #cccccc;
    /*border-left-width: 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;*/
}
.gridpagerstyle a:hover
{
    background-color: #00baf2;
    color: #000000;
}

.gridpagerstyle a:focus,
.gridpagerstyle a.active 
{       background-color: #00baf2;
    color: #000000;
}
.gridaltstyle
{
    background-color: #E4FAFA;
    background-position: top;
    background-repeat: repeat-x;
    color: #000000;
}
.gridselectedrowstyle
{
    background-color: #FFFFFF;
    font-weight: bold;
    color: #000000;
}

 .gridstyle
{
    border-style: solid;
    border-width: 3px 3px 0px 3px;
    border-color: #000000;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    margin-left:auto;
    margin-right:auto;
    /*background:#dae2e8;*/ 
}
.gridstyle tbody tr:hover, .base-table .selected, .base-table .base.selected {
  cursor: pointer;
  background-color: #0099cc;
  color: #fff;
  text-shadow: rgba(0,0,0,.7) 0 1px 0;
  background-image: -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(255,255,255,0) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(255,255,255,0) 100%);
  background-image: -o-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(255,255,255,0) 100%);
  background-image: -ie-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(255,255,255,0) 100%);
  background-image: linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(255,255,255,0) 100%);
}
.hiddenboundfield
{
    display:none;
}
/***********************Style Search Tab*********************************/
.div-col-33
{
    font-size:85%;
 width:33.333%;
 float:left;
 height:auto;
 margin-left:.001%;
 margin-bottom:5px;  
}
.div-col-33 b
{
 width:25%;
 float:left;
 height:auto;
 text-align:left;   
}
.div-col-50
{
 width:33.333%;
 float:left;
 height:auto;
 margin-left:.001%;  
}
.div-col-50 b
{
 width:24.5%;
 float:left;
 height:auto;
 margin-right:.5%;   
}
.div-col-33 span
{
 width:24%;
 float:left;
 height:auto;
 margin-left:1%;
}
.div-col-55
{
 width:49.333%;
 float:left;
 height:auto;
 margin-left:.001%;  
}
.div-col-55 b
{
 width:24.5%;
 float:left;
 height:auto;
 margin-right:.5%;   
}
.actionButtons
{
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
    margin-right: 10px;
    color: #800000;
}

.mb5
{
    margin-bottom:5px;
}
.mb10
{
    margin-bottom:10px;
}
.mb15
{
    margin-bottom:15px;
}
.hidden
{
    display: none;
}
/*.card
{
    min-height: 120px;
}*/
.form-control 
{
    color:#000000 !important;
}
.product-item-details .product-item-name {
    margin: 15px 0 5px;
    height: 24px;
    font-size:85%;
    overflow: hidden;
}
/*.pro-detail-info a {
  height: 24px;
    font-size:85%;
    overflow: hidden;
}*/
.product-item {
    position: relative;
    /* overflow: hidden; */
    padding-top: 7px;
    margin-top: -7px;
    min-height: 270px;
    border: 1px solid #cccccc;
    border-radius: 15px;
    padding: 12px;
}
.price-box .price {
    font-size: 14px;
    font-weight: normal;
}
.product-item-details .price-box .price.old-price 
{
    margin-left: 0px !important;
}