﻿
  .tbhead {
           
            color: black;
            font-weight: bold;
            padding: 0px;
            /*text-transform: uppercase;*/
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: small;
            position: relative;
  
  text-align:center;
  
  
  background: #f3f3f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0,blue ), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
 
  border-top-right-radius: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: -1px;
  background-clip: padding-box;
        }
   .tbheadTow {
           
            color: black;
            font-weight: bold;
            padding: 0px;
            /*text-transform: uppercase;*/
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: medium;
            position: relative;
  
  text-align:center;
  
  
  background: #f3f3f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0,blueviolet ), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
 
  border-top-right-radius: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: -1px;
  background-clip: padding-box;
        }
  .newLable {
           
            color: black;
            font-weight: bold;
            padding: 4px;
            text-transform: uppercase;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: medium;
            position: relative;
  
  text-align:center;
  
  
  background: #f3f3f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0,cadetblue ), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
 
  border-top-right-radius: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: -1px;
  background-clip: padding-box;
        }
.CashTotal {
text-align:right;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: medium;
}
   .newLableHead {
           
            color: black;
            font-weight: bold;
            padding: 4px;
            text-transform: uppercase;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: medium;
            position: relative;
  
  text-align:center;
  
  
  background: #f3f3f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0,chocolate ), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
 
  border-top-right-radius: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: -1px;
  background-clip: padding-box;
        }
/* text recolor 
h, p, a {
  color: #4DC9C9 !important;
}
pp{
    color:blue;
    font-size:large;
}
pp1 {
    color:yellowgreen;
    font-size:small;
}
pp2 {
    color:darkmagenta;
    font-size:small;
}
pp3 {
    color:blue;
    font-size:large;
}
pp4 {
    color:black;
    font-size:small;
align-self:flex-end;
}


 button recolor 
.nav-pills > li.active > a, .btn-primary {
  background-color: #6C6C6C !important;

  border-color: #6C6C6C !important;
  border-radius: 25px; 
}*/

