.img-list2{
	max-height: 125px !important;
	max-width: 125px !important;
}
.itmtab{
	padding-bottom: 10px;
}
.filter-sidebar .btn{
	margin-bottom: 0px;
}
.btn{
	margin-bottom: 5px;
}
.modal-footer .btn{
	margin-bottom: 0px;
}
.pagination-dropdown .dropdown-menu{
	max-height: 250px;
	overflow-y: auto;
}
.form-inline{
	display: inline;
}
.paginate_button a{
	background-color: black;
}
.panel-toggle{
	cursor: pointer;;
}
.footer{
  min-height: 60vh;
}
.btn-grey{
	color: black;
	background: buttonface;
}
#content a{
	text-decoration: underline;
	cursor: pointer;
}
.navbar-default {
	background-color: #231f20;
}
.test {
	background-color: #cccccc;
}
.navbar-secondary {
	background-color: #FFFFFF;
	border-bottom: solid 1px #ccc;
}
.navbar-default .nav>li>a {
	color: #ffffff;
}
.status-color-p{
	background: #fcf8e3;
}
.status-color-i{
	background: #d9edf7;
}
.status-color-a{
	background: #dff0d8;
}
.status-color-r{
	background: #f2dede;
}
.navbar-default .nav>li>a:hover, .navbar-default .nav>li>a:active {
	color: #ffcf00;
}
.navbar-secondary a {
	color: #231f20;
}
.navbar-secondary a:hover, .navbar-secondary a:active {
	color: #ffcf00;
}
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.navbar-secondary .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #231f20;
    border-radius: 4px;
	color: #231f20;
}
#main-content{
	padding-bottom: 50px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffcf00;
}
.navbar-secondary .navbar-toggle .icon-bar {
    background-color: #ffcf00;
}
.btn-yellow {
    color: #231f20;
}
.btn-yellow {
    color: #231f20;
    background-color: #ffcf00;
    border-color: #ffcf00;
}
.btn-yellow.active, .btn-yellow.focus, .btn-yellow:active, .btn-yellow:focus, .btn-yellow:hover, .open>.dropdown-toggle.btn-yellow {
    color: #ffcf00;
    background-color: #231f20;
    border-color: #231f20;
}
.itmtab .caption{
	padding-top: 5px;
}
.cat-heading{
	background: lightgrey;
	color: white;
	text-align: center;
	padding-top: 8px;
}
.subcats-target{
	max-height: 300px;
	overflow: auto;
}
h4 .label-default{
	background: buttonface;
	color: black;
	font-weight: 100;
}
.btn-primary {
    color: #ffcf00;
}
.dataTables_paginate .active>a{
	color: #231f20 !important;
	background-color: #ffcf00 !important;
	border-color: #ffcf00 !important;
}
.btn-primary {
    color: #ffcf00;
    background-color: #231f20;
    border-color: #231f20;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #231f20;
    background-color: #ffcf00;
    border-color: #ffcf00;
}
.form-group {
   margin-bottom: 5px;
}
.form-control {
   font-size: 16px;
}
#env img {
	margin-left: 10px;
}
#contain_content {
	background: #fff ;
}
.cart-input-group{
	max-width: 15rem;
}
.img-tr{
	max-height: 60px;
	width: auto;
}
.text-red{
	color: red;
}
.filter-dropdown{
	width: 100%;
}
.filter-dropdown .collapse.in {
    display: block;
    max-height: 250px;
    overflow-y: overlay;
    overflow-x: hidden;
}
h1
{
	margin: 0px;
}
.list-thumbnail{
	max-height: 50px;
	max-width: 50px;
	border: 0px;
}
.modal-dialog{
		z-index: 10000;
}
.btn-default{
	color: #333;
}
.wcp-form-container .form-group{
	max-width: 500px;
	margin: auto;
}
.wcp-form-container legend{
	padding-top: 10px;
}
.invisible{
	color:transparent;
}
.item-page .list-comment{
	padding: 10px;
}
.backorder-group, .backorder-group input{
	color:red;
}
input.qqty {
	height: 20px;
	width: 40px;
}
ul, ol
{
	padding: 0;
	margin: 0;
}

td .update-quantity, .qty-input, .backorder-input {
    /*max-width: 175px;*/
}
.inline-block{
	display: inline-block;
}
.ui-sortable{
	cursor: move;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input
{
	margin-bottom: 0px;
}

#search input.submit
{
	margin: 0 0 -5px 0;
}

#content ul, #content ol, #content li, #content dl, #content blockquote {
	margin-left: 0px;
}
#content a {
	text-decoration: none;
}
.thumbnail {
	min-height: 200px;
	margin-bottom: 15px;
}
.list-manage-form .form-group input{
	max-width: 300px;
}
.page-header form{
	display: inline;
}
.remove-checkbox input{
	max-width: 20px;
}
.lists-actions .nav-pills{
	float:right;
}
.thumbnail .caption {
    bottom: 20px;
    position: absolute;
    text-align: center;
    width: 86%;
}

.itmtab {
	border-bottom: 1px solid #ccc;
}

.input-sm {
	height: 30px;
	padding: 2px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.list-comment{
	background-color: #ddd;
	text-align: left;
	font-weight: bold;
}
.list-comment .remove-checkbox{
	padding-right: 17px;
}
#content ul.ilist li
{
	margin-left: 25px;
}

#signin label
{
	color: #333;
	font-size: 14px;
	padding: 2px;
}

#signin p
{
	padding: 15px 0 0 0;
	margin: 0px;
}

.itmimg {
	max-height: 125px;
}
.itmimg:hover {
	max-height: 100%;
}
.img-zoom {
    max-height: 125px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.img-zoomd {
    max-height: 50px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.img-list {
    max-height: 125px;
}
.list-item-view .img-list{
	max-height: 75px;
}
.img-listd {
    max-height: 50px;
}
.transition {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}

.cat {
	max-height: 125px;
}

.showc {
    display: none;
}

#feature .itmd {
	color: #404616;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0px;
}

#feature h6.itmd {
	color: #575757;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	line-height: 15px;
}

#feature .dman {
    font-size: 11.6px;
}

#feature h6.itmtd {
	color: #575757;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	line-height: 15px;
}

#feature h5.cartT
{
	margin: 0px;
	padding: 2px 0 0 0;
	border-top: 1px solid #000;
}

#feature ul.dtul, li.dtul {
	margin-left: 20px;
}

#feature td p {
	margin: 2px 0 0 0;
}

#feature .ctxt {
	color: #575757;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 5px 0;
}

.cartship {
	min-height: 20px;
	padding: 10px 19px 10px 19px;
	margin-bottom: 2px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
}

.form-horizontal .control-group {
	margin-bottom: 5px;
}

.cartship h5 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 16px;
}

.carttotals {
	min-height: 20px;
	padding: 10px 19px 10px 19px;
	margin-bottom: 2px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
}

#ctotals h4 {
	margin: 0;
	padding: 10px 15px;
	color: #fff;
	font-size: 16px;
	background: #999;
}

#lmid
{
	border-right: solid 1px #DFDFDF;
	border-left: solid 1px #DFDFDF;
	padding: 0px 19px 10px 19px;
}
#ctotals textarea {
	width: 175px;
}

.filt a, .filt>li>a
{
	font-size: 12px;
	font-weight: bold;
	padding: 8px 12px;
	background-color: #46482F;
	border-color: #46482F;
	color: #fff;
}

.filt a:hover, .filt>li>a:hover
{
	background-color: #f7f6f1;
	border-color: #f7f6f1;
	color: #46482F;
}

.nav-tabs.nav-stacked>li>a:hover, .nav-tabs.nav-stacked>li>a:focus
{
	color: #fff;
	background-color: #ec971f;
}

.hidden-desktop
{
	display: none;
}

#loading
{
	width: 200px;
	height: 50px;
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	font-weight: bold;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -100px;
	text-align: center;
}

#cart-alert
{
	width: 400px;
	height: 75px;
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	font-weight: bold;
	position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
	text-align: center;
}

#error_pop
{
	width: 400px;
	height: 100px;
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	font-weight: bold;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-top: -50px;
	margin-left: -100px;
	text-align: center;
}

.span12 {
	width: 940px
}

.span11 {
	width: 860px
}

.span10 {
	width: 780px
}

.span9 {
	width: 700px
}

.span8 {
	width: 620px
}

.span7 {
	width: 540px
}

.span6 {
	width: 460px
}

.span5 {
	width: 380px
}

.span4 {
	width: 300px
}

.span3 {
	width: 220px
}

.span2 {
	width: 140px
}

.span1 {
	width: 60px
}

.row-fluid {
	width: 100%;
	*zoom: 1
}

.row-fluid:before,.row-fluid:after {
	display: table;
	content: "";
	line-height: 0
}

.row-fluid:after {
	clear: both
}

.row-fluid [class*="span"] {
	display: block;
	width: 100%;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 2.127659574468085%;
	*margin-left: 2.074468085106383%
}

.row-fluid [class*="span"]:after {
	clear: both
}

.row-fluid [class*="span"]:first-child {
	margin-left: 0
}

.row-fluid .controls-row [class*="span"]+[class*="span"] {
	margin-left: 2.127659574468085%
}

.row-fluid .span12 {
	width: 100%;
	*width: 99.94680851063829%
}

.row-fluid .span11 {
	width: 91.48936170212765%;
	*width: 91.43617021276594%
}

.row-fluid .span10 {
	width: 82.97872340425532%;
	*width: 82.92553191489361%
}

.row-fluid .span9 {
	width: 74.46808510638297%;
	*width: 74.41489361702126%
}

.row-fluid .span8 {
	width: 65.95744680851064%;
	*width: 65.90425531914893%
}

.row-fluid .span7 {
	width: 57.44680851063829%;
	*width: 57.39361702127659%
}

.row-fluid .span6 {
	width: 48.93617021276595%;
	*width: 48.88297872340425%
}

.row-fluid .span5 {
	width: 40.42553191489362%;
	*width: 40.37234042553192%
}

.row-fluid .span4 {
	width: 31.914893617021278%;
	*width: 31.861702127659576%
}

.row-fluid .span3 {
	width: 23.404255319148934%;
	*width: 23.351063829787233%
}

.row-fluid .span2 {
	width: 14.893617021276595%;
	*width: 14.840425531914894%
}

.row-fluid .span1 {
	width: 6.382978723404255%;
	*width: 6.329787234042553%
}

.row-fluid .offset12 {
	margin-left: 104.25531914893617%;
	*margin-left: 104.14893617021275%
}

.row-fluid .offset12:first-child {
	margin-left: 102.12765957446808%;
	*margin-left: 102.02127659574467%
}

.row-fluid .offset11 {
	margin-left: 95.74468085106382%;
	*margin-left: 95.6382978723404%
}

.row-fluid .offset11:first-child {
	margin-left: 93.61702127659574%;
	*margin-left: 93.51063829787232%
}

.row-fluid .offset10 {
	margin-left: 87.23404255319149%;
	*margin-left: 87.12765957446807%
}

.row-fluid .offset10:first-child {
	margin-left: 85.1063829787234%;
	*margin-left: 84.99999999999999%
}

.row-fluid .offset9 {
	margin-left: 78.72340425531914%;
	*margin-left: 78.61702127659572%
}

.row-fluid .offset9:first-child {
	margin-left: 76.59574468085106%;
	*margin-left: 76.48936170212764%
}

.row-fluid .offset8 {
	margin-left: 70.2127659574468%;
	*margin-left: 70.10638297872339%
}

.row-fluid .offset8:first-child {
	margin-left: 68.08510638297872%;
	*margin-left: 67.9787234042553%
}

.row-fluid .offset7 {
	margin-left: 61.70212765957446%;
	*margin-left: 61.59574468085106%
}

.row-fluid .offset7:first-child {
	margin-left: 59.574468085106375%;
	*margin-left: 59.46808510638297%
}

.row-fluid .offset6 {
	margin-left: 53.191489361702125%;
	*margin-left: 53.085106382978715%
}

.row-fluid .offset6:first-child {
	margin-left: 51.063829787234035%;
	*margin-left: 50.95744680851063%
}

.row-fluid .offset5 {
	margin-left: 44.68085106382979%;
	*margin-left: 44.57446808510638%
}

.row-fluid .offset5:first-child {
	margin-left: 42.5531914893617%;
	*margin-left: 42.4468085106383%
}

.row-fluid .offset4 {
	margin-left: 36.170212765957444%;
	*margin-left: 36.06382978723405%
}

.row-fluid .offset4:first-child {
	margin-left: 34.04255319148936%;
	*margin-left: 33.93617021276596%
}

.row-fluid .offset3 {
	margin-left: 27.659574468085104%;
	*margin-left: 27.5531914893617%
}

.row-fluid .offset3:first-child {
	margin-left: 25.53191489361702%;
	*margin-left: 25.425531914893618%
}

.row-fluid .offset2 {
	margin-left: 19.148936170212764%;
	*margin-left: 19.04255319148936%
}

.row-fluid .offset2:first-child {
	margin-left: 17.02127659574468%;
	*margin-left: 16.914893617021278%
}

.row-fluid .offset1 {
	margin-left: 10.638297872340425%;
	*margin-left: 10.53191489361702%
}

.row-fluid .offset1:first-child {
	margin-left: 8.51063829787234%;
	*margin-left: 8.404255319148938%
}

.row-fluid .cats {
	padding: 5px;
	text-align: center;
	vertical-align: bottom;
	min-height: 200px;
	margin-left: 0px;
	border-bottom: 1px solid #DDD;
}

.panel-heading {
	padding: 5px 10px;
}

.panel-body {
	padding: 5px 10px;
}

.table-condensed {
	margin-bottom: 0px;
}

label.valid {
  width: 24px;
  height: 24px;
//  background: url(assets/img/valid.png) center center no-repeat;
  display: inline-block;
  text-indent: -9999px;
}

.error input {
  border: 1px solid #ec971f;
}

label.error {
  font-weight: bold;
  color: #ec971f;
  padding: 2px 8px;
  margin-top: 2px;
}

.prod-group {
  width: 300px;
	margin-top: 5px;
}
.navbar-header{
	padding-right: 8px !important;
}
.container {
    padding-right: 0px;
    padding-left: 0px;
}

#feature {
    font-size: 1em;
    padding: 0 10px 5px 10px;
    border-bottom: 1px solid #E2E2E3;
}

h3.title {
		font-weight: 300;
		font-size: 26px;
    padding: 20px 4px;
		margin: 0px;
}
.results {
		font-weight: 300;
		font-size: 26px;
		margin: 0px;
    padding: 20px 4px;
}
.customer-name {
    font-size: 14px;
    font-weight: bold;
}
.customer-extra {
    font-size: 1em;
}
.customer-map-btn {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
/*    border-left-width: 7px; */
    text-align: left;
    border-radius: 4px;
}
.customer-btn-info {
/*    border-left-color: #468847; */
}

.customer-btn-susp {
/*    border-left-color: #a94442; */
}
.customer-info {
    color: #468847;
}

.customer-susp {
    color: #a94442;
}
.col-xs-1 {
		padding-left: 5px;
		padding-right: 10px;
}
.col-xs-11 {
		padding-left: 15px;
		padding-right: 5px;
}
.footer_column.copyright {
    position: static;
    display: block;
    text-align: center;
    padding-left: 0px;
    font-size: 12px;
    line-height: 14px;
		color: #C0C0C0;
}
#hamburger {
    margin-right: 15px;
    margin-left: 0px;
}
.fa-1-4 {
	font-size: 1.4em;
}
