.body {
  //background: url('../images/bg-010.png');
  //background-repeat:repeat;
  background-color: #eeffee;
}

.panel {
  background-color: #ddffdd;
}

.title-bg {
  background: url('../images/buy_background.jpg') no-repeat center center;
  position: fixed;
  width: 100%;
  height: 350px; /*same height as jumbotron */
  top:0;
  left:0;
  z-index: -1;
}

/* Remove the navbar's default rounded borders and increase the bottom margin */
.navbar {
  margin-bottom: 50px;
  border-radius: 0;
}

/* Remove the jumbotron's default bottom margin */
 .jumbotron {
  //padding-top: 80px;
  padding-top: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  //padding:20px;
  height: 150px;
  //background-color: #66FF66;
  //background: url('../images/G4L Logo_1536x1536_trans.png') no-repeat left center;
  //background-image: url(../images/G4L Logo_1536x1536_trans.png);
  background: url('../images/Title_bg2.png') no-repeat left center;
  //background-position: 1% 20%;
  background-size: cover;
  //background-repeat: no-repeat;
  //color: white;
  color: #88bb88;
  //font-style: bold;
  text-shadow: black 0.3em 0.3em 0.3em;
  //text-shadow: white 0.3em 0.3em 0.3em;
  background-color: #88FF88;
  //background-color: #666666;
  //background:transparent;
}

.jumbotron2 {
 margin-bottom: 0;
 //height: 240px;
 //background-color: #66FF66;
 //background: url('../images/G4L Logo_1536x1536_trans.png') no-repeat left center;
 //background-image: url(../images/G4L Logo_1536x1536_trans.png);
 background-position: 0% 25%;
 background-size: contain;
 background-repeat: no-repeat;
 color: white;
 text-shadow: black 0.3em 0.3em 0.3em;
 //background-color: #66FF66;
 background-color: lightgray;
 //background:transparent;
}

.dropdown-menu2 {
    width: 500px !important;
    height: 400px !important;
}

#category-search-bar {
  width: 50%;
  margin-bottom: 20px;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* Shopping page */

/*
#category-shopping-cart .category-txt-heading {
	border-top: #607d8b 2px solid;
    background: #ffffff;
    border-bottom: #607d8b 2px solid;
}

.category-txt-heading-label {
	display: inline-block;
}

#category-shopping-cart .category-txt-heading .category-txt-heading-label{
	margin-top:5px;
}

.category-btnAddAction {
    padding: 3px 10px;
    cursor: pointer;
    border: #CCC 1px solid;
    background: #f3f0f0;
}

.category-cart-item {
	border-bottom: #79b946 1px dotted;
	padding: 10px;
}

#category-product-grid {
	margin-bottom: 30px;
    text-align: center;
    padding-bottom: 20px;
}

.category-product-item {
	display: inline-block;
	margin: 8px;
	border: #CCC 1px solid;
}

.category-product-title {
	position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding: 5px 0px;
    color: #f1f1f1;
}
.category-product-image {
	height: 110px;
	width:160px;
	position:relative;
}

.category-product-image img {
	width:100%;
    height: 110px;
}

.category-product-footer {
    padding: 20px 10px 10px;
    overflow: auto;
}
.category-float-left {
	float:left;
}
.category-float-right {
	float:right;
}

.category-input-cart-quantity {
	padding: 6px;
    margin: 0;
    vertical-align: top;
    border: #CCC 1px solid;
    border-right: 0px;
}
.category-cart-info {
	text-align: right;
	display:inline-block;
	width:15%;
}
.category-cart-info.title {
	width:50%;
	text-align: left;
}
.category-cart-info.quantity {
    width: 90px;
    border: #ccc 1px solid;
}
.category-cart-info.price {
	min-width:20%;
	position:relative;
}
.category-cart-info.action {
	width: 5%;
    vertical-align: middle;
    float:right;
}
.category-cart-item-container {
	padding: 5px 10px;
    border-bottom: #e2e2e2 1px solid;
}
.category-cart-status {
	color: #666;
    float: right;
    font-size: 0.8em;
    padding: 0px 10px;
    line-height: 18px;
}

#category-btnEmpty img{
	margin-top:6px;
	cursor:pointer;
}

.category-cart-item-container.header {
	background: #CCC;
    border-bottom: #b9b8b8 1px solid;
}

.category-btn-increment-decrement {
    display: inline-block;
    padding: 5px 0px;
    background: #e2e2e2;
    width: 30px;
    text-align: center;
    cursor:pointer;
}

.category-input-quantity {
	border: 0px;
    width: 30px;
    display: inline-block;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
}
*/

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
}

.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.badge-checkin {
  background-color: #b94a48;
}

.badge-success {
  background-color: #468847;
}

.badge-error {
  background-color: #b94a48;
}

.badge-primary {
  background-color: #464ab9;
}

.badge-info {
  background-color: #3a87ad;
}

.badge-error:hover {
  background-color: #953b39;
}

.badge-error:active {
  background-color: #153b39;
}

span#itemCount-c.badge-checkin {
  background-color: #b94a48;
  color: white;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

div#signin-page.container {
  margin-bottom: 80px;
}

.container-fluid .navbar-brand>img {
  padding: 7px 14px;
}
.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}
/*
div#signin-page {
  background:url(../images/asparagus-bg.jpg);
  background-size:cover;
}*/

/**
 * Profile image component
 */
.profile-header-container{
    margin: 0 auto;
    text-align: center;
}

.profile-header-img {
    padding: 0px;
}

.profile-header-img > img.img-circle {
    width: 48px;
    height: 48px;
    border: 2px solid #51D2B7;
}

.profile-header {
    margin-top: 43px;
}

/**
 * Ranking component
 */
.rank-label-container {
    margin-top: -19px;
    /* z-index: 1000; */
    text-align: center;
}

.label.label-default.rank-label {
    background-color: rgb(81, 210, 183);
    padding: 5px 10px 5px 10px;
    border-radius: 27px;
}

/* Add a gray background color and some padding to the footer */
footer {
  background-color: #f2f2f2;
  padding: 25px;
}

/**************/

.txt-heading {
  /* margin: 30px 0px; */
  text-align: center;
  background: #cccccc;
  padding: 5px 10px;
  overflow: auto;
  font-size: 28px;
  width: 95%;
  margin: auto;
  margin-bottom: 30px;
  border-radius: 5px;
}

#shopping-cart .txt-heading {
  border-top: #607d8b 2px solid;
  background: #ffffff;
  border-bottom: #607d8b 2px solid;
}

.table>tbody>tr>td, .table>tfoot>tr>td{
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
    table#cart tbody td .form-control{
		width:20%;
		display: inline !important;
	}
	.actions .btn{
		width:36%;
		margin:1.5em 0;
	}

	.actions .btn-info{
		float:left;
	}
	.actions .btn-danger{
		float:right;
	}

	table#cart thead { display: none; }
	table#cart tbody td { display: block; padding: .6rem; min-width:320px;}
	table#cart tbody tr td:first-child { background: #333; color: #fff; }
	table#cart tbody td:before {
		content: attr(data-th); font-weight: bold;
		display: inline-block; width: 8rem;
	}

	table#cart tfoot td{display:block; }
	table#cart tfoot td .btn{display:block;}

}

.affix {
  top: 0;
  width: 100%;
  z-index: 9999 !important;
}

.affix + .container {
  padding-top: 270px;
  margin-top:170px;
}

.affix + .container-fluid {
    padding-top: 70px;
}

.modal-dialog {
  padding-top: 50px;
}
