/*** Incony Tables ***/
div.objectsTable div.table_actions button,
div.objectsTable div.table_actions a {
	margin-right: 10px;
	margin-bottom: 10px;
	box-shadow: none;
	display: block;
	width: 22px;
	height: 22px;
	line-height: 22px;
}
div.objectsTable div.table_actions span {
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: none;
    display: block;
    width: 22px;
    height: 22px;
	line-height: 22px;
	font-size: 20px;
}

/*** Datascroller ***/
table.dataScroller {
	margin: 5px 0px;
}
table.dataScroller.empty {
	margin: 0px;
}
table.dataScroller td.dataScroller_pageSelector li {
	color: #333333;
	/* border-right: 1px solid #717171; */
}
table.dataScroller td.dataScroller_pageSelector li.pageSelector_selected,
table.dataScroller td.dataScroller_pageSelector li:hover {
	color: #333333;
	background-color: #F1F1F1;
	background-image: none;	
}
body.ie6 table.dataScroller td.dataScroller_pageSelector ul,
body.ie7 table.dataScroller td.dataScroller_pageSelector ul {
	display: inline !important;
}
table.incony_dataScroller td.dataScroller_pageSelector li a {
	color: #333333;
}

/*** General Layout ***/
table.inconyTable {
	width: 100%;
	margin-top: 20px;
}
table.inconyTable.activeLinkage tr {
	cursor: pointer;
}
table.inconyTable.activeLinkage tr:hover {
	background-color: #F4F4F4;
}
table.inconyTable thead {
}
table.inconyTable th {
	padding: 2px 4px;
	/*{stylesheet.background.bgcolor.tableHead}*/
	background-color: #FFFFFF;
	/*{stylesheet.background.color.tableHead}*/
	color: #333333;
	border-bottom: none;
	text-align: left;
}
table.inconyTable th a {
	/*{stylesheet.background.color.tableHead}*/
	color: #333333;
	font-weight: bold;
}
table.inconyTable th a i {
	position: relative;
	left: 5px;
}
table.inconyTable td {
	max-height: 220px;
	padding: 20px 4px;
	border-bottom: 1px solid #C4C4C4;
	vertical-align: top;
}
table.inconyTable tbody tr:first-child td {
	border-top: 1px solid #C4C4C4;
}
table.inconyTable td table:not(.inconyTable) td {
	border: none;
}
table.inconyTable tfoot td {
	border: none;
	padding: 0px;
}

/*** Image Column ***/
table.inconyTable td.picture {
	width: 130px;
	padding: 0 10px;
	vertical-align: middle;
}
table.inconyTable td.picture div.inner {
	width: 110px;
	max-height: 110px;
}
table.inconyTable td.picture img {
	display: block;
	max-height: 110px;
	max-width: 100%;
	margin: 0 auto;
}

/*** General Column ***/
table.inconyTable td.general {
	height: 120px;
}
table.inconyTable td.general span.shortDescription p {
	max-width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
table.inconyTable td.general div.articleNumber a {
	font-size: 13px;
}

/*** Selection Column ***/
table.inconyTable th.idT_selectionColumn input, 
table.inconyTable td.idT_selectionColumn input {
	margin: 4px;
}
table.inconyTable td.idT_selectionColumn input {
	margin-top: 10px;
}

/*** Column Phone ***/
table.inconyTable th.column-phone,
table.inconyTable td.column-phone {
	display: none;
}
table.inconyTable td.column-phone table td {
	text-align: left;
	padding: 0px;
}
table.inconyTable td.column-phone div.left-content {
	float: left;
	max-width: calc(100% - 180px)
}
table.inconyTable td.column-phone div.code a.listLink {
	font-weight: normal;
	font-size: 14px;
}
table.inconyTable td.column-phone div#commercial_phone {
	float: right;
}
table.inconyTable td.column-phone div.price {
	margin-bottom: 5px;
	font-size: 16px;
}
table.inconyTable td.column-phone div.price span.priceText {
	margin-right: 5px;
}
table.inconyTable td.column-phone div.listOperations_mobile {
	width: 150px;
}
table.inconyTable td.column-phone div.listOperations_mobile div.commercialFunctions a.button {
	width: 56px;
	height: 19px;
	margin-left: 10px;
	line-height: 23px;
	border-color: #FF0000;
}
table.inconyTable td.column-phone div.listOperations_mobile div.commercialFunctions a.button span.orderList-label {
	display: none;
	margin-left: 5px;
}
table.inconyTable td.column-phone div.listOperations_mobile div.commercialFunctions a.button i {
	position: relative;
	right: 2px;
}
table.inconyTable td.column-phone div.listOperations_mobile  div.nonCommercialFunctions_mobile {
	margin-top: 10px;
}
table.inconyTable td.column-phone div.listOperations_mobile  div.nonCommercialFunctions_mobile a {
	display: block;
	padding: 5px;
	border: 1px solid #C4C4C4;
	margin-top: 5px;
	color: #646567;
	font-size: 14px;
	white-space: nowrap;
	cursor: pointer;
	text-align: center;
}
table.inconyTable td.column-phone div.listOperations_mobile  div.nonCommercialFunctions_mobile span {
	text-align: center;
}
table.inconyTable td.column-phone div.listOperations_mobile div.nonCommercialFunctions_mobile div.iconWrapper {
	display: inline-block;
	margin-right: 5px;
}
table.inconyTable td.column-phone div.listOperations_mobile div.nonCommercialFunctions_mobile a div.labelWrapper {
	display: inline-block;
	color: #646567;
}
table.inconyTable td.column-phone div.inputQuantity {
	display: inline-block;
	width: 70px;
}

/*** Parameters Mobile ***/
table.inconyTable td.column-phone div.properties {
	padding: 10px 0;
}
table.inconyTable td.parameter-table-column table.parameter-table,
table.inconyTable td.column-phone table.parameter-table {
	width: 100%;
	table-layout: fixed;
}
table.inconyTable td.parameter-table-column table.parameter-table tr,
table.inconyTable td.column-phone table.parameter-table tr {
	display: table-row;
}
table.inconyTable td.parameter-table-column table.parameter-table tr td,
table.inconyTable td.column-phone table.parameter-table tr td {
	display: table-cell;
	padding: 5px;
	border: none;
	vertical-align: top;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 12px;
}
table.inconyTable td.parameter-table-column table.parameter-table tr.table-row-odd td,
table.inconyTable td.column-phone table.parameter-table tr.table-row-odd td {
	background-color: #E4E4E4;
}

/*** Parameter Table ***/
table.inconyTable td.parameter-table-column,
table.inconyTable th.parameter-table-header {
	display: none;
}

/*** Commercial Column ***/
table.inconyTable td.commercial div.inner {
	height: 100%;
}
table.inconyTable td div.commercial div.price {
	color: #FF0000;
	font-weight: bold;
	white-space: nowrap;
}
table.inconyTable td.commercial div.inner div.inputQuantity {
	margin-top: 10px;
    float: right;
}

table.inconyTable td.commercial div.inner div.inputQuantity input {
	border-radius: 3px;
	margin-right: 10px;
	margin-left: 5px;
}

/*** List Operations, Row Operations ***/
table.inconyTable td.listOperations, 
table.inconyTable td.rowOperations {
	width: 46px;
}
table.inconyTable td.rowOperations > div {
	padding-top: 6px;
}
table.inconyTable td.listOperations {
	vertical-align: top;
}
table td.listOperations div.listOperations a {
	display: block;
	margin: 5px 0;
}
table.inconyTable td.listOperations div.listOperationWrapper {
	min-height: 80px;
}
table.inconyTable td div.listOperations {
	margin-top: 0;
	text-align: left;
	white-space: nowrap;
	padding-bottom: 10px;
}
table.inconyTable td div.listOperations input[type=text] {
	border-color: #C4C4C4;
}
table.inconyTable td div.listOperations  div.inner {
	display: inline-block;
	margin-right: 10px;
}
table.inconyTable td div.listOperations  div.inner div.ui-outputpanel {
	width: 70px;
}
table.inconyTable td div.listOperations span i.fa-folder-open,
table.inconyTable td div.listOperations a i.fa-folder-open {
	position: relative;
	right: 2px;
	vertical-align: middle;
}
table.inconyTable td div.listOperations a i.fa-shopping-basket {
	position: relative;
	right: 1px;
	bottom: 1px;
}
table.inconyTable td div.listOperations .button {
	width: 56px;
	height: 19px;
	line-height: 23px;
	display: inline-block;
	margin: 0px 10px 0px 0px;
	border-color: #FF0000;
}
table.inconyTable td div.listOperations .button:hover {
	border-color: #646567;
}
table.inconyTable td div.listOperations span.button {
	background-color: #C4C4C4;
	border-color: #C4C4C4;
}
table.inconyTable td div.listOperations .button:first-child {
    margin-top: 0;
}
table.inconyTable td.rowOperations .button {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 22px;
	height: 22px;
	line-height: 22px;
}
table.inconyTable td.listOperations table.listAddOperations td {
	border: none;
}

/*** Non-Commercial Functions ***/
table.inconyTable td div.nonCommercialFunctions_mobile span,
table.inconyTable td div.nonCommercialFunctions span,
table.inconyTable td div.nonCommercialFunctions a {
	display: block;
	padding: 7px;
	border: 1px solid #C4C4C4;
	margin-top: 5px;
	color: #646567;
	background-color: #FFFFFF;
	font-size: 14px;
	white-space: nowrap;
	cursor: pointer;
	width: 17px;
}
table.inconyTable td div.nonCommercialFunctions_mobile span,
table.inconyTable td div.nonCommercialFunctions span {
	color: #C4C4C4;
}
table.inconyTable td div.nonCommercialFunctions a div.iconWrapper,
table.inconyTable td div.nonCommercialFunctions span div.iconWrapper {
	display: inline-block;
	width: 17px;
	text-align: center;
}

table.inconyTable td div.nonCommercialFunctions a div.labelWrapper,
table.inconyTable td div.nonCommercialFunctions span div.labelWrapper  {
	display: inline-block;
	color: #646567;
}
table.inconyTable td div.nonCommercialFunctions_mobile span div.labelWrapper,
table.inconyTable td div.nonCommercialFunctions span div.labelWrapper {
	display: inline-block;
	color: #C4C4C4
}
table.inconyTable td div.nonCommercialFunctions a:hover {
	border-color: #FF0000;
}
table.inconyTable td div.nonCommercialFunctions a:hover div.iconWrapper,
table.inconyTable td div.nonCommercialFunctions a:hover div.labelWrapper {
	color: #FF0000;
	text-decoration: none;
}

/*** Other ***/
table.inconyTable td.objectContent div.name a {
	font-size: 16px;
	font-weight: bold;
}
table.inconyTable .singleNetPrice,
table.inconyTable .singleGrossPrice,
table.inconyTable .valueAddedTax,
table.inconyTable .netPrice,
table.inconyTable .grossPrice {
	width: 125px;
	padding: 0px 5px;
	text-align: right;
}
table.inconyTable td.singleNetPrice .inner,
table.inconyTable td.singleGrossPrice .inner,
table.inconyTable td.valueAddedTax .inner,
table.inconyTable td.netPrice .inner,
table.inconyTable td.grossPrice .inner {
	padding-top: 6px;
}
table.inconyTable td.netPrice div.outdatedInformation {
	white-space: nowrap;
    margin-top: 15px;
}
table.inconyTable td a.listLink,
table.inconyTable td span.listLink {
	font-weight: bold;
	font-size: 16px;
}

table.inconyTable td.information a,
table.inconyTable td.information span.button {
	display: block;
}
table.inconyTable td.information a.name,
table.inconyTable td.column-phone a.name {
	padding-top: 2px;
	font-weight: bold
}
table.inconyTable td.information a.articleNumber,
table.inconyTable td.information span.articleNumber,
table.inconyTable td.column-phone a.articleNumber,
table.inconyTable td.column-phone span.articleNumber {
	padding-top: 2px;
	font-weight: bold;
}
table.inconyTable td.quantity .ajax-status-wrapper {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0px;
	vertical-align: top;
}
table.inconyTable td span.structuredValue {
	display: block;
	border-bottom: 1px solid #C4C4C4;
}
table.inconyTable td span.structuredValue .parameterValue {
	font-weight: bold;
}
div.quickEditSlider div.quickEditContent div.objectsTable table.inconyTable td.quantity div.inner .ui-widget input,
table.inconyTable td.quantity .ui-widget input,
table.inconyTable td.column-phone table.quantity .ui-widget input {
	width: 62px;
	text-align: left;
    background: #FFFFFF;
    box-shadow: none;
    padding: 3px 2px;
}
table.inconyTable td.information div.outdatedOrderItem,
table.inconyTable td.column-phone div.outdatedOrderItem {
	margin-top: 10px;
	color: #FF8040;
	font-weight: bold;
}
table.orderListFooter {
	width: 100%;
}
table.orderListFooter td {
	padding: 4px;
	background-color: #F4F4F4;
	font-weight: bold;
	text-align: right;
}
table.orderListFooter td.value {
	width: 125px;
}
table.orderListFooter td.label {
	width: 70%;
}
table.orderListFooter td span.orderListFooter_label {
	width: 70%;
}
table.orderListFooter td span.orderListFooter_price {
	width: 125px;
	text-align: right;
}
table.incony_dataScroller td.dataScroller_pageSelector li.pageSelector_number.pageSelector_selected a, 
table.incony_dataScroller td.dataScroller_pageSelector li.pageSelector_number.pageSelector_selected span {
	color: #333333;
}