/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
   height:100%;
}
body {
  /* Margin bottom by footer height */
   height:100%;
 
     background-image: url("img/bg.png");
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
}
.container{
	height:100%;
	background-color : #fff;
}
.add-width{
	width:80%;
}
.table{
	background-color : #fff;
}


.kumaCTxt{padding-top:7px; }
.kuma-text-red{
	color : crimson;
}
.shopBox{
	min-height : 280px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
.shopBoxNet{
	min-height : 280px;
	border-bottom: 1px solid #ddd;
	}

 /*  Grid viiew */

.row {
  margin-bottom: 5px;
}
.row .row {
  margin-top: 0px;
  margin-bottom: 0;
}


[class*="col-"] {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color : #fff;
  height:100%;
 
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
}