
/* Table status colors */

.tc-table-row-distribution-line-inactive {
	background: #DFDEDF;
}

.tc-table .tc-table-row.tc-table-row-distribution-line-inactive:hover,
.tc-table .tc-table-row.tc-table-row-distribution-line-inactive.tc-hover {
	background: #D9D8DA;
}

.tc-table-row-distribution-line-external {
	background: #FFF9BA;
}

.tc-table .tc-table-row.tc-table-row-distribution-line-external:hover,
.tc-table .tc-table-row.tc-table-row-distribution-line-external.tc-hover {
	background: #FAF5B5;
}

.tc-table-row-order-excess {
	background: #ee9090;
}

.tc-table-row-order-exact {
	background: lightgreen;
}

.tc-table-row-order-to-close {
	background: #f2e879;
}

.tc-table-row-highlight-quantity-greater-than-one {
	background: #57AEF7;
}

.tc-table .tc-table-row.tc-table-row-order-excess:hover,
.tc-table .tc-table-row.tc-table-row-order-excess.tc-hover {
	background: #cc7b7b;
}

.tc-table .tc-table-row.tc-table-row-order-exact:hover,
.tc-table .tc-table-row.tc-table-row-order-exact.tc-hover {
	background: #89e289;
}

.tc-table .tc-table-row.tc-table-row-highlight-quantity-greater-than-one:hover,
.tc-table .tc-table-row.tc-table-row-highlight-quantity-greater-than-one.tc-hover {
	background: #559EDC;
}

.tc-product-image-associated .tc-control .tc-input {
	 background-color: #9ACD32 !important;
}

.tc-product-image-skipped .tc-control .tc-input {
	 background-color: #EEE8AA !important;
}


/* dashboard */

.tc-widget[data-item-type="welcome"][data-widget="orders_supply_chart"] .tc-field.tc-field-width-half {
	max-width: 320px;
}

/* Cashier screen resolution */

@media only screen and (max-width: 1200px) and (min-width: 768px) {
	.tc-form .tc-field.tc-field-width-half[data-item-type="receive_deliveries"],
	.tc-form .tc-field.tc-field-width-half-aligned[data-item-type="receive_deliveries"] {
		width: auto;
		float: none;
	}
	.tc-main .tc-main-widgets > .tc-widgets > .tc-widget[data-item-type="receive_deliveries"][data-widget="details"] {
		width: 38%;
	}
	.tc-main .tc-main-widgets > .tc-widgets > .tc-widget[data-item-type="receive_deliveries"][data-widget="deliveries"],
	.tc-main .tc-main-widgets > .tc-widgets > .tc-widget[data-item-type="receive_deliveries"][data-widget="delivery_items"] {
		width: 56%;
	}
}


/* Distribution Lines */

.tc-field[data-field="distribution_line_dates"] .tc-control-widgets {
	overflow:  auto;
}

.tc-field[data-field="distribution_line_dates"] .tc-control-widgets[data-widgets="1"] .tc-widgets {
	min-width: 325px;
}

.tc-field[data-field="distribution_line_dates"] .tc-control-widgets[data-widgets="2"] .tc-widgets {
	min-width: 665px;
}

.tc-field[data-field="distribution_line_dates"] .tc-control-widgets[data-widgets="3"] .tc-widgets {
	min-width: 1005px;
}

.tc-field[data-field="distribution_line_dates"] .tc-control-widgets[data-widgets="4"] .tc-widgets {
	min-width: 1345px;
}

.tc-field[data-field="distribution_line_dates"] .tc-control-widgets[data-widgets="5"] .tc-widgets {
	min-width: 1685px;
}

.tc-field[data-field="distribution_line_dates"] .tc-control-widgets[data-widgets="6"] .tc-widgets {
	min-width: 2025px;
}

.tc-field[data-field="distribution_line_dates"] .tc-control-widgets[data-widgets="7"] .tc-widgets {
	min-width: 2365px;
}

.tc-field[data-field="distribution_line_dates"] .tc-control-widgets[data-widgets="8"] .tc-widgets {
	min-width: 2705px;
}

.tc-field[data-field="distribution_line_dates"] .tc-control-widgets[data-widgets="9"] .tc-widgets {
	min-width: 3045px;
}

.tc-field[data-field="distribution_line_dates"] .tc-control-widgets[data-widgets="10"] .tc-widgets {
	min-width: 3385px;
}

.tc-field[data-field="distribution_line_dates"] .tc-control-widgets[data-widgets="11"] .tc-widgets {
	min-width: 3725px;
}

.tc-field[data-field="distribution_line_dates"] .tc-control-widgets[data-widgets="12"] .tc-widgets {
	min-width: 4065px;
}

.tc-field[data-field="distribution_line_dates"] .tc-control-widgets[data-widgets="13"] .tc-widgets {
	min-width: 4405px;
}

.tc-field[data-field="distribution_line_dates"] .tc-control-widgets[data-widgets="14"] .tc-widgets {
	min-width: 4745px;
}

.tc-field[data-field="distribution_line_dates"] .tc-control-widgets[data-widgets="15"] .tc-widgets {
	min-width: 5085px;
}

.tc-field[data-field="distribution_line_dates"] .tc-widgets:after {
    content: "";
    display: block;
    clear: both;
}

.tc-field[data-field="distribution_line_dates"] .tc-widgets > .tc-widget {
	float: right;
	width: 318px;
	margin-right: 20px;
}

.tc-field[data-field="distribution_line_dates"] .tc-widgets > .tc-widget:first-child {
	margin-right: 0;
}


.tc-field[data-field="receiving_scan_mode"] .tc-radio-options > .tc-control-option:last-child {
	color:  red;
}
