@media (min-width: 1800px)
{
	/* Filters */
	table.filter select.short{width: 100% !important;}
	table.filter input.datefield {width:156px !important;}
}

@media (max-width: 1440px)
{
	/* Storage list */
	#storagelist .modifiedcol { display:none; }
}

@media (max-width: 1260px) {
	/* Item list */
	#orderInfoDefault { display: none; }
	#orderInfoSmall { display: table; }
	.itemSearchForm .space { width: auto !important; }
	.itemSearchForm .short { width: 90px !important; }
	.itemSearchForm .fullTextInfo { white-space: pre-line; }

	/* Order overview */
	.orderpos .oneActionButton { width: 35px !important; }
	.orderpos .twoActionButtons { width: 70px !important; }
	.orderpos .button { display: inline-block !important; width: 35px; text-align: center; }
	.orderpos .button span { display: none; }
	.orderpos .button .fa { padding: 0; }
}

@media (min-width: 1461px) and (max-width: 1690px) {
	/* Platform fields */
	#platform-fields .translation { width: 100px; }
	#platform-fields .assignment { width: 200px; }
}

@media (max-width: 1689px) {
	/* Storage list */
	#storagelist .storageNoLong { display:none; }
	#storagelist .storageNoShort { display:inline; }
	/* Storage detail */
	#storage-lines tbody td.storageData .ca, #storage-lines tbody td.storageData .fa { display:none; }
}

@media (min-width: 1380px) and (max-width: 1460px)
{
	/* Platform fields */
	#platform-fields .translation, #platform-fields .assignment { width:150px; }
	/* Translations */
	table.translationbuttons textarea { width:500px; }
}

@media (max-width: 1379px)
{
	/* Translations */
	table.translationbuttons textarea { width:400px; }
	/* Platform fields */
	#platform-fields .translation, #platform-fields .assignment { width:150px; }
	#platform-fields label { margin:3px 0 !important; }
	#platform-fields .order_overview, #platform-fields .duplicate { white-space:nowrap; }
	/* Order overview */
	#orderOverviewEditAreaWrap input.platformField { width:300px; }
	#orderOverviewEditAreaWrap select.platformField { width:310px; }
	/* Storage edit */
	#storage-lines select { min-width:auto; width:100%; }
}

@media (max-width: 1055px)
{
	/* Vehicle selection */
	#frmVehicleSelection table.bordered input { width:498px; }
	#frmVehicleSelection .scrollable-dropdown-menu .tt-menu { min-width:508px; max-width:508px; width:508px; }
	/* Vehicle data */
	#frmVehicleData #mileage { display:block; margin-bottom:4px;}
	/* Order detail */
	#btnAddNewPosition { margin-top:15px; }
	#mountingReason { width:261px; }
	.selector select, .selector  input[name="serviceFulltext"] { float: none; display: block; width: 100%; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
	.selector .no-dot { padding-left: 0; }
	.selector .no-dot label { margin-left: 0!important;; }
}

@media (max-width: 930px) {
	.log-info:last-child{display: block;}
	.log-info .find-fp {display: block;}
}
