header {
	/*background: #fff;*/
	padding-top: 60px;
}

.header-text {
	padding: 15px 0;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.header-text a {
	color: #F00;
}

.navbar-default {
	background: #F00;
	border-color: #e81111;
}

.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}

.nav-list li a:before {
	font-family: "FontAwesome";
	content: "\f105";
	margin-right: 8px;
}

.nav-list li a {
	padding: 5px;
}
.nav-list li a:hover {
	text-decoration: none;
}

.well h3 {
	margin-top: 5px;
	 /* margin-bottom: 15px; */
    margin-bottom: 0px;
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 0px;
}

.product_add {
    background-color: #4eb94e;
    display: none;
}

.table-list .image {
	border-right: 1px solid #DDD;
}


.table-list .image .enlpic {
	position: relative;
	top: 30px;
}

.table-list > tbody > tr > td:last-child {
	padding: 0;
}

.table-list .table tr:first-child > td {
	border: none;
}

.table-list .table tr > td small {
	font-size: 10px;
}

#col-left, #col-right {
	width: 265px;
	top: 60px;
}

#col-right {
	width: 360px;
}

#col-right .nav li .table{
	margin: 0;
}
.navbar.affix {
	right: 0;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
.navbar .container-fluid {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}

.nav-limit {
	max-height: 250px;
	overflow-y: scroll;
}

/*
 * Style tweaks
 * --------------------------------------------------
 */
html, body {
	overflow-x: hidden; /* Prevent scroll on narrow devices */
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 1023px) {
	.row-offcanvas {
		position: relative;
		-webkit-transition: all .25s ease-out;
			 -o-transition: all .25s ease-out;
				transition: all .25s ease-out;
	}

	.row-offcanvas-right {
		right: 0;
	}

	.row-offcanvas-left {
		left: 0;
	}

	.row-offcanvas-right
	.sidebar-offcanvas {
		right: -50%; /* 6 columns */
	}

	.row-offcanvas-left
	.sidebar-offcanvas {
		left: -50%; /* 6 columns */
	}

	.row-offcanvas-right.active {
		right: 50%; /* 6 columns */
	}

	.row-offcanvas-left.active {
		left: 50%; /* 6 columns */
	}

	.sidebar-offcanvas {
		position: absolute;
		top: 0;
		width: 50%; /* 6 columns */
	}
	
	#col-left {
		font-size: 12px;
		width: 220px;
	}
	#col-right {
		width: auto;
	}
	
}

@media screen and (width: 1024px) {
	#col-left {
		width: 213px;
	}
	#col-right {
		width: 300px;
	}
	.fa {
		display: none;
	}
}
.panel-info .panel-heading, .panel-info .panel-footer, .panel-info.panel-colorful {
  background-color: #5bc0de;
  border-color: #5bc0de;
  color: white;
}

.panel-success .panel-heading, .panel-success .panel-footer, .panel-success.panel-colorful {
  background-color: #9cc96b;
  border-color: #9cc96b;
  color: white;
}
.panel-warning .panel-heading, .panel-warning .panel-footer, .panel-warning.panel-colorful {
  background-color: #ebb54b;
  border-color: #ebb54b;
  color: white;
}
.text-muted {
  color: #adadad;
}

.topMessageSpecials{
	position: fixed;
	background-color: #f2dede;
	top: 51px;
	left: 0;
	right: 0;
	padding-top: 0px;
	color: #000;
	z-index: 1031;
	width: 100%;
	min-height: 50px;
	text-align: center;
	font-size: 16px;
}

.bottomMessageSpecials{
	position: fixed;
	background-color: #f2dede;
	bottom: -5px;
	right: 0;
	left: 0;
	color: #000;
	width: 100%;
	min-height: 50px;
	text-align: center;
	font-size: 16px;
}
