@media (max-width: 992px) {
	.container {
	    width: 100% !important;
	}
	.container .jumbotron, .container-fluid .jumbotron {
	    padding-right: 10px !important;
	    padding-left: 10px !important;
	}
}

.inner-addon {
  position: relative;
}

.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.active-tick a::after {
	content: '\f00c';
	font-family: 'FontAwesome';
	float: right;
}

.container.main {
	padding-top: 70px;
}
.container .jumbotron {
	padding: 15px;
}
.panel-order {
    background-color: #E0EEE0 !important;
}
.panel.panel-default {
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.panel-body {
	padding-top: 10px;
	padding-bottom: 0px;
}
.main_container {
	 width: 100%;
	 /*max-width: 550px;*/
}
.btn {
	margin-right: 5px;
	margin-bottom: 5px;
}
.order {
	width: 100%;
	table-layout: fixed;
}
.order tr > td {
	vertical-align: top;
}
.order tr > td:first-child {
	width: 13%;
	/*max-width: 150px;*/
	font-weight: 800;
}
.order tr > td:nth-child(2) {
	width: 33%;
	/*max-width: 150px;*/
}
.order tr > td:nth-child(3) {
	width: 13%;
	/*max-width: 150px;*/
	font-weight: 800;
}
.order tr > td:nth-child(4) {
	width: 41%;
	/*max-width: 150px;*/
}
.order tr > td:nth-child(even) {
	overflow-x: hidden;
	/*white-space: nowrap;*/
	font-size: 16.8px;
}
.menu {
	width: 100%;
	table-layout: fixed;
	border: 1px #C0C0C0 solid;
}
.menu.menu_control {
	border: none;
}
.menu-hidden {
	opacity: 0;
}
.menu th, .menu td {
	padding: 5px;
}
.menu th {
	background-color: #337ab7;
	color: #FFF;
	text-align: center;
}
.menu.item_list tr > th:first-child {
	width: 70%;
}
.menu tr > th:nth-child(2),
.menu tr > th:nth-child(3) {
	width: 15%;
}
.menu tr > td:first-child {
	text-align: right;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.menu tr > td:nth-child(2),
.menu tr > td:nth-child(3) {
	width: 15%;
	/*max-width: 50px;*/
	text-align: center;
}
.menu tr > td:nth-child(3) {
	font-weight: 500;
}
.menu tr > td:nth-child(3) {
	color: #aaa;
	font-weight: 50;
}
.menu.item_list * {
	font-size: 16.8px;
}
.menu.item_list tr:nth-child(odd) {
	background-color: #EEE;
}
.menu.item_list tr:nth-child(even) {
	background-color: #FFF;
}
.menu .menu_qty {
	color: #ff3333;
	text-align: center;
	width: 60px;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	padding-bottom: 2px;
}
.menu .menu-qty-zero:not(:focus) {
	color: rgba(0, 0, 0, 0);
}
.admin_remark {
	width: 100%;
}
.admin_remark input {
	display: inline-block !important;
	width: 62% !important;
}
.date-info-container {
	float: left;
}
.date-badge-container {
	float: right;
	padding: 5px 0px 5px 10px;
}
.badge.large {
    min-width: 32px !important;
    font-size: 26px !important;
    border-radius: 16px !important;
}
.badge.medium {
    min-width: 20px !important;
    font-size: 16.8px !important;
    border-radius: 10px !important;
}
.badge-danger {
 	background-color: #d43f3a !important;
 	color: #FFF !important;
}
.badge-warning {
	background-color: #eb9316 !important;
	color: #FFF !important;
}
.btn.fullwidth {
	width: 100%;
}
.address_building_infos {
	color: #FF3333;
}
.order_comment {
	color: #FF3333;
}
.reset-btn {
	margin-bottom: 3px;
}
.glyphicon:before {
    display: inline-block;
    margin-right: 3px;
}
.btn span {
    font-weight: 800;
}
.order_row {
	cursor: pointer;
}
.order_row.active > td,
.order_row.active > td a {
	background-color: #337ab7 !important;
	color: #FFF;
}
.btn-failure {
    color: #fff;
    background-color: #555555;
    border-color: #555555;
}
.btn-failure:focus, .btn-failure:hover {
	color: #fff;
    background-color: #3F3F3F;
    background-position: 0 -15px;
}
.table.add-row > tbody > tr > td {
	border-top: none;
}
.table.users td {
	height: 56px;
}
#calculator {
	width: 55%;
	margin-left: auto;
	margin-right: 0;
	padding-top: 15px;
	padding-right: 15px;
}
ul.composite_products, li.composite_products, li.composite_products ul, li.composite_products li {
	list-style: none;
}
li.composite_products.subtotal {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px #666 solid;
}
ul.composite_products,
ul.composite_product_details {
	width: 100%;
}
ul.composite_product_details {
	display: table;
}
ul.composite_product_details > li {
	display: table-cell;
}
li.product_name {
	width: 40%;
}
li.product_operator {
	width: 3%;
	text-align: center;
}
li.product_price,
li.product_qty,
li.product_subtotal {
	text-align: right;
	padding-right: 15px;
}
li.product_price {
	width: 18%;
}
li.product_qty {
	width: 10%;
}
li.product_subtotal {
	width: 18%;
}
.report-location-btn {
	color: #333;
	width: 120px;
	padding: 3px 10px;
	border: 1px #ddd solid;
	border-bottom: none;
	cursor: pointer;
}
.report-location-btn:last-child {
	border-bottom: 1px #ddd solid;
}
.report-location-btn.active {
	background-color: #00BFFF;
	color: #FFF;
	font-weight: bold;
}
.report-item-list td {
	padding: 5px 15px;
	border: 1px #ddd solid;
	font-size: 15px;
}
.report-item-list td:first-child {
	width: 450px;
}
.report-ordered-quantity {
	background-color: #00BFFF;
	color: #FFF;
	font-weight: bold;
}
.menu-table > tbody > tr > td {
    border-top: none;
}
tr.no-order > td * {
	font-size: 8.4px !important;
    color: #666;
}
@media (min-width: 1600px) {
	.customer-list {
		width: 1600px;
	}
}
@media (max-width: 480px) {
	.col-xs-2 {
		width: 19%;
	    padding-right: 0px;
	    padding-left: 0px;
	}
	.col-xs-2:first-child {
		width: 22%;
	    padding-left: 15px;
	}
	.col-xs-2:last-child {
		width: 21%;
	    padding-right: 15px;
	}
	.col-xs-3 {
	    padding-right: 5px;
	    padding-left: 5px;
	}
	.col-xs-3:first-child {
	    padding-left: 15px;
	}
	.col-xs-3:last-child {
		padding-right: 15px;
	}
	.date-btn {
	    padding: 3px !important;
	    margin-right: auto;
	    margin-left: auto;
	    width: 98%;
	}
	.order tr > td:first-child,
	.order tr > td:nth-child(3) {
		width: 11%;
	}
	.order tr > td:nth-child(2) {
		width: 28%;
	}
	.main_container .panel-body {
		padding-left: 5px;
		padding-right: 5px;
	}
	.container.main {
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 60px;
	}
	.container .jumbotron {
		padding-left: 0px !important;
		padding-right: 0px !important;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		border-radius: 0;
		background-color: #FFF;
	}
	.menu .menu_qty {
		width: 50px;
		padding-right: 2px;
	}
	.date-badge-container {
		padding: 0px 0px 0px 3px;
	}
	.col-xs-2 .btn {
		width: 96%;
		padding-left: 5px;
		padding-right: 5px;
	}
	#calculator {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.navbar-right {
	    margin-right: 0px;
	}
}