.productincart {
    display: none
}
#sidecart .productincart {
    display: block
}
#sidecart .viewcart {
    display: none;
    border: none;
    margin-top: 1em;
}

/*progress[value] {*/
/* Reset the default appearance */
/*-webkit-appearance: none;*/
/*-moz-appearance: none;*/
/*appearance: none;*/
/* Get rid of default border in Firefox. */
/*border: none;*/
/* For IE10 */
/*color: blue;*/
/*}*/
/*
progress[value]::-moz-progress-bar {
    background-image: -moz-linear-gradient( 135deg, transparent 33%, rgba(0, 0, 0, 0.1) 33%, rgba(0, 0, 0, 0.1) 66%, transparent 66% ), -moz-linear-gradient( top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.25) ), -moz-linear-gradient( left, #09c, #f44 );
    border-radius: 2px;
    background-size: 35px 20px, 100% 100%, 100% 100%;
}
*/
progress.pallet::-webkit-progress-value, progress.pallet::-moz-progress-bar, progress.pallet {
    background: #f00 !important;
}
progress.layer::-webkit-progress-value, progress.layer::-moz-progress-bar, progress.layer {
    background: #0f0 !important;
}

table.list {
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    line-height: 12px;
    border: none;
}
    table.list .img {
        margin-right: 1em;
        width: 80px;
		height: 80px;
        overflow: hidden;
        float: left;
    }
	
	table.list .img img {
		width:100%;
		height:auto;
		min-height: 80px;
	}
        table.list td {
        vertical-align: middle;
        text-align: center;
    }
        table.list td div {
            float: left;
        }
        table.list td input {
            width: 60px;
            text-align: right;
			padding: 5px;
        }

#emptycart,#processedcart {
display:none;
}

table .info, table .space, table .unique, table .notes {
    float: left;
    margin-right: 0.9em;
    font-size: 0.9em;
    color: #396400;
}
table .notes {
    color: red;
}
    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.global-header {
    padding-top: 2px;
    padding-bottom: 2px;
}

#products tfoot .filter_column.filter_text {white-space: nowrap;}
#products tfoot {display: table-header-group;}

.nav.navbar-nav.navbar-right.customr {
float:right;
}

.palletlayer, .palletlayersep {
    float: left;
}
.palletlayersep {
    font-size: xx-large;
    margin:0 0.8em;
}

#ulactdiscounts,
#ulnextdiscounts,
#divhowdiscount {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
#howdiscount {
	color: #D58B06;
}

#ulactdiscounts li, #ulnextdiscounts li {
    display: inline;
    margin-left: 0.5em;
}
