.goodTrash {
	cursor: pointer;
}

.goodSort {
	cursor: pointer;
}

.supplierCostRed {
	color: #cc0000;
}

.supplierCostGreen {
	color: #00cc00;
}

.dontWork {
	color: #cc0000;
}

.menuTabs li:hover a {
	border: none;
	background-color: #2980b9;
	color: #ffffff;
}

#topmc {
	top: 10px;
	cursor: pointer;
	display: none;
	font-size: 150%;
	position: fixed;
	right: 10px;
	width: 30px;
	z-index: 100;
}

.markUp {
	float: right;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	cursor: pointer;
	background: url(/img/up.png);
	background-size: 20px;
}

.markDown {
	float: right;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	cursor: pointer;
	background: url(/img/down.png);
	background-size: 20px;
}                                           

.markUpMaster {
	float: right;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	cursor: pointer;
	background: url(/img/upMaster.png);
	background-size: 20px;
}

.markDownMaster {
	float: right;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	cursor: pointer;
	background: url(/img/downMaster.png);
	background-size: 20px;
}

.grayUp {
	float: right;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(/img/grayUp.png);
	background-size: 20px;
}

.grayDown {
	float: right;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	cursor: pointer;
	background: url(/img/grayDown.png);
	background-size: 20px;
}

#ui-datepicker-div {
	z-index: 10000 !important;
}

.noteBlue {
	float: right;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	cursor: pointer;
	color: #00acee;
}

.noteSupBlue {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	cursor: pointer;
	color: #00acee;
}

.noteGrey {
	float: right;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	cursor: pointer;
	color: #cccccc;
}

.desktop {
	display: table-cell;
}

.mobile {
	display: none !important;
}

.fastInput {
	width: 600px;
}

.fastCityId {
	width: 300px;
}

.clearSearch {
	font-size: 14px;
	margin: 8px 0 0 -15px;
	position: absolute;
	cursor: pointer; z-index:10;
}

.fastSmallInput {
	max-width: inherit;
}

#goodAddButton {
	margin-top: 10px;
}

.more-goods {
	cursor: pointer;
	margin-left: calc(50% - 70px);
}

.fast-order-col-1 { width: 3%; }
.fast-order-col-1 input { width: 100%; }
.fast-order-col-2 { width: 40%; }
.fast-order-col-2 input { width: calc(100% - 20px); }
.fast-order-col-3 { width: 5%; }
.fast-order-col-3 input { width: 100%; }
.fast-order-col-4 { width: 5%; }
.fast-order-col-4 input { width: 100%; }
.fast-order-col-5 { width: 5%; }
.fast-order-col-5 input { width: 100%; }
.fast-order-col-6 { width: 37%; }
.fast-order-col-6 input { width: 100%; }
.fast-order-col-7 { width: 10%; }

.assortment-table {
	
}

.assortment-table tr>:nth-child(2), .assortment-table tr>:nth-child(4), .assortment-table tr>:nth-child(6), .assortment-table tr>:nth-child(8), .assortment-table tr>:nth-child(10), .assortment-table tr>:nth-child(12), .assortment-table tr>:nth-child(14), .assortment-table tr>:nth-child(16), .assortment-table tr>:nth-child(18), .assortment-table tr>:nth-child(20), .assortment-table tr>:nth-child(22) {
	width: 20%;
	border-left: 1px solid grey;
}

.assortment-table tr>:nth-child(3), .assortment-table tr>:nth-child(5), .assortment-table tr>:nth-child(7), .assortment-table tr>:nth-child(9), .assortment-table tr>:nth-child(11), .assortment-table tr>:nth-child(13), .assortment-table tr>:nth-child(15), .assortment-table tr>:nth-child(17), .assortment-table tr>:nth-child(19), .assortment-table tr>:nth-child(21), .assortment-table tr>:nth-child(23) {
	width: 5%;
	border-right: 1px solid grey;
}

.assortment-table tr>:nth-child(1) {
	width: 20%;
}

.assortment-table tr>:nth-child(24) {
	width: 5%;
}

.ui-menu-item {
	padding: 3px 0 !important;
	border: 1px solid black !important;
}

.ui-state-focus {
	font-weight: normal !important;
}

.goodEditMode {
	font-weight: bold;
	float: left;
	cursor: pointer;
	border: 1px solid grey;
	padding: 5px;
	color: black;
	background-color: #ddd;
	width: calc(50% - 16px);
	text-align: center;
	margin-bottom: 10px;
}

.goodEditMode:hover {
	background-color: #0ba8ef;
	color: whitesmoke;
}

.goodEditMode.active {
	background-color: #0b43c6;
	color: whitesmoke;
}
