  body,html{
   /* height: 100%;*/
  }
  .product-grid {
    width: 240px;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    border: 2px solid #ededed;
    text-align: center;
    margin: 5px;
    padding: 5px;
  }
  #product-name{
    color: #222222;
    font-size: 20px;
    font-weight: 200;

  }
  #product-price{
   color: #286090;
   font-size: 22px;
   font-weight: bold;
  }
   .not-found p{
  font-size: 20px;
  text-align: center;
 }
 .alert-format p{
  font-size: 20px;
  text-align: center;
 }
 .empty-notice{
  width:300px;
  padding: 30px;
  margin: 20px;
  background: #F2635F;
  margin: 0 auto;
  color: #fff;
}
.saleinfo p {
  font-size: 20px;
  padding: 5px;
  text-align: left;
}
.img-thumbnail {
  width:220px;
  height:150px;
}
.items-found{
  list-style: none;
}
.found-item{
  padding: 10px;
  margin: 0 10px;
}
.item-seperator{
  border-top: 3px solid #F2F7F9;
}
.item-image{
  border-top: 3px solid #F2F7F9;
}
.item-desc{
  border-top: 3px solid #F2F7F9;
}
.item-price{
  border-top: 3px solid #F2F7F9;
}
 .form-horizontal .form-group {
  margin-right: 0;
 }
 .custom-header{
  text-align: center;
  background: #ededed;
  padding:20px; 
 }
  
  .panel-green {
    border-color: #5cb85c;
  }
  .panel-green > .panel-heading {
    background-color: #5cb85c;
    border-color: #5cb85c;
    color: #fff;
  }
  .panel-yellow {
    border-color: orange;
  }
  .panel-yellow > .panel-heading {
      background-color: orange;
      border-color: orange;
      color: #fff;
  }
  .panel-body{
    text-align: center;
  }
  #top-spacing {
    margin-top: 40px;
  }
  .panel-override{
    padding: 0;
  }
  .lgroup-override{
    margin-bottom: 0;
  }
  .fileUpload {
    position: relative;
    overflow: hidden;
    margin: 3px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.profile_content table { border: 2px solid #F78022; }
.profile_content h2 {color: #fff; background: #08BDD6; padding: 10px 0px; font-size: 25px; text-align: center}
.profile_content form {
  padding: 10px 40px;
  border: 2px solid #08BDD6;
    margin-top: -10px;
}
.profile_content .btn_bg {background: #01A453; color: #fff;  margin-left: -15px}
.profile_content .btn_bg:hover {background: #008340; color: #fff;}
.form-horizontal .form-group {
  margin-bottom: 25px;
}
.admin-header 
 {
  width: 300px;
  text-transform: uppercase;
  color: #fff;
  background: #0093D1; 
  padding: 15px 15px; 
  font-size: 25px; 
  text-align: center;
  margin:10px auto;
  margin-bottom: 25px;
 }
 .not-found p{
  font-size: 20px;
  text-align: center;
 }
 .alert-format p{
  font-size: 20px;
  text-align: center;
 }
 .empty-notice{
  width:300px;
  padding: 30px;
  margin: 20px;
  background: #F2635F;
  margin: 0 auto;
  color: #fff;
}
.saleinfo p {
  font-size: 20px;
  padding: 5px;
  text-align: left;
}
.img-thumbnail {
  width:220px;
  height:150px;
}
.items-found{
  list-style: none;
}
.found-item{
  padding: 10px;
  margin: 0 10px;
}
.item-seperator{
  border-top: 3px solid #F2F7F9;
}
.item-image{
  border-top: 3px solid #F2F7F9;
}
.item-desc{
  border-top: 3px solid #F2F7F9;
}
.item-price{
  border-top: 3px solid #F2F7F9;
}
.print-setup
{
   border: 5px dotted #F2F7F9;
   display: block;
   margin:30px;
   padding: 15px;
}
#thanks{
  width:300px;margin:0 auto;text-align:center;font-size: 16px;
}
#legend-style {
  background-color:#F78022;
  padding:8px;
  color: white;
  font-size: 22px;
}
#profile-img{
  border: 3px solid #e4e0e4;
}
#profile-name{
  font-family: sans-serif;
  font-size: 22px;
  font-weight: bolder;
}
#profile-info{
  font-family: sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: black;
}
#profile-area{
  background-color: #F3F3F3;
  padding: 15px;
}
#profile-area  h2 {
  background-color: #F78022;
}