/*
 * [y] hybris Platform
 *
 * Copyright (c) 2019 SAP SE or an SAP affiliate company.  All rights reserved.
 *
 * This software is the confidential and proprietary information of SAP
 * ("Confidential Information"). You shall not disclose such Confidential
 * Information and shall use it only in accordance with the terms of the
 * license agreement you entered into with SAP.
 */
.drawerDetailsReport th:nth-of-type(1) {
	width: 10% !important;
}

.drawerDetailsReport th:nth-of-type(2) {
	width: 9% !important;
}

.drawerDetailsReport th:nth-of-type(3) {
	width: 9% !important;
}

.drawerDetailsReport th:nth-of-type(4) {
	width: 8% !important;
}

.drawerDetailsReport th:nth-of-type(5) {
	width: 13% !important;
}

.drawerDetailsReport th:nth-of-type(6) {
	width: 16% !important;
}

.drawerDetailsReport th:nth-of-type(7) {
	width: 8% !important;
}

.drawerDetailsReport th:nth-of-type(8) {
	width: 13% !important;
}

.drawerDetailsReport th:nth-of-type(9) {
	width: 7% !important;
}

.drawerDetailsReport th:nth-of-type(10) {
	width: 7% !important;
}

.transactionReportTable th:nth-of-type(1) {
	width: 10% !important;
}

.transactionReportTable th:nth-of-type(2) {
	width: 15% !important;
}

.transactionReportTable th:nth-of-type(3) {
	width: 15% !important;
}

.transactionReportTable th:nth-of-type(4) {
	width: 15% !important;
}

.transactionReportTable th:nth-of-type(5) {
	width: 15% !important;
}

.transactionReportTable th:nth-of-type(6) {
	width: 30% !important;
}

#Reportspage table>tbody>tr>td {
	text-align: center !important;
}

@media screen and (max-width: 767px) {
	#Reportspage .modal .btnclsactive {
		margin-top: 10px ! Important;
	}
	#Reportspage .alignmentClass {
		margin-top: 0px !important;
		padding-left: 0px !important;
	}
	#Reportspage .reset {
		width: 100% !important;
	}
	#Reportspage .link-holder {
		text-align: center;
		position: absolute;
		margin-top: 111px;
		width: 100%;
		z-index: 1000;
		left: 0 !important;
	}
	.form-label-select-large, .form-loaction-width, .reportslabelwidth,
		.prd-code-txt, .prodCodeText, .form-element-select-large {
		width: 100% !important;
	}
}

.custom_table td {
	font-size: 12px !important;
}

.total {
	margin-right: 0;
	text-align: right;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.consignmentInventoryScroll {
		overflow-x: scroll;
	}
}

.consignmentInventoryScroll div.row:nth-child(3) {
	box-shadow: none;
}

.dataTables_wrapper
.row:nth-of-type(3) {
	padding-left: 5px !important;
}

.dataTables_wrapper
.row:nth-of-type(3) div.col-sm-6 {
	padding-left: 0px !important;
}

.dataTables_paginate.paging_simple {
	padding-right: 0px !important;
}

.searchBtn {
	top: -24px;
	right: 14px;
}

.searchValHolder {
	padding-left: 0px;
	padding-right: 0px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
	margin-left: 18%;
	width: 20%;
	display: none;
}

.srchval {
	padding: 3px 0px 3px 12px;
}

.srchval:hover {
	background-color: #087891;
	color: #fff;
}

.selectAddress-accordian-header {
	padding: 15px 15px;
	border-right: 1px solid #f2f2f2;
	text-align: left;
	background-color: rgb(251, 251, 251);
}

.trainingResource-accordian-header {
	padding: 15px 0px;
	border-right: 1px solid #f2f2f2;
	text-align: center;
	background-color: rgb(251, 251, 251);
}

.trainingResource-accordian-body, .selectAddress-accordian-body {
	padding: 25px 10px;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

.trainingClass {
	background-color: #e7e4e4 !important;
}

.margintop20 {
	margin-top: 15px !important;
}

.accountBlock, .shipToBlock, .billToBlock, .locationsBlock {
	height: 182px;
	overflow-y: scroll;
}

.paddingRight0px {
	padding-left: 0px;
	padding-right: 0px;
}

.shortDescWidth {
	width: 130px !important;
}

.word-break {
	word-break: break-word !important;
}

#manual-checkin {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff),
		to(#e0e0e0));
}

#manual-checkin:hover {
	background-image: none !important;
}

.minInvTable th {
	text-transform: uppercase;
}

#minInvTableHolder .dataTables_length select.selectpicker {
	display: inline-block !important;
}

.viewDropDownTable {
	padding: 0px;
}

.display_address {
	min-height: 412px !important;
}

.subInventoryMenuSlide, .subInventoryMenu {
	display: none;
}

.submenulink {
	font-size: 10px;
}

.slide-pane__close {
	width: 24px;
	height: 24px;
	display: block;
	float: right;
	-webkit-animation: hover-spin-reverse 2000ms
		cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	animation: hover-spin-reverse 2000ms cubic-bezier(0.165, 0.84, 0.44, 1)
		forwards;
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.slide-pane__close:hover {
	cursor: pointer;
	-webkit-animation: hover-spin 0.5s cubic-bezier(0.165, 0.84, 0.44, 1)
		forwards;
	animation: hover-spin 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
	-webkit-transition: all 1s ease-in;
	transition: all 1s ease-in;
}

.addBorderColor {
	border-color: #FF0000;
}

.custom_order_history_items_out th {
	text-align: center !important;
}

.custom_order_history_items_out td {
	text-align: center !important;
}

.custom_order_history_items_out th:nth-of-type(1) {
	width: 10% !important;
}

.custom_order_history_items_out th:nth-of-type(2) {
	width: 15% !important;
}

.custom_order_history_items_out th:nth-of-type(3) {
	width: 15% !important;
}

.custom_order_history_items_out th:nth-of-type(4) {
	width: 20% !important;
}

.custom_order_history_items_out th:nth-of-type(5) {
	width: 15% !important;
}

.custom_order_history_items_out th:nth-of-type(6) {
	width: 25% !important;
}

.checkbox-info-items-out {
	cursor: pointer;
}

.checkbox-info-items-out input[type="checkbox"]:checked+label::before {
	background-color: #08a !important;
	border-color: #08a !important;
}

.checkbox-info-items-out input[type="checkbox"]:checked+label::after {
	content: "";
	color: #0a1212;
	width: 9px;
	height: 9px;
	background: #fff;
	border-radius: 50%;
	margin-left: -16px;
	margin-top: 3px;
	border: 1px solid #fff;
}

#items-out-order-history  input.tertiarybtn.pdfdownloadlinks {
	-webkit-appearance: none;
	background: none;
	border: none;
	color: #08a;
}

#items-out-order-history .amazon {
	margin-top: 10px;
	font-size: 17px;
}

#items-out-order-history .pendingStatus {
	background-color: #12c2e9 !important;
	display: inline-block;
	width: 10px;
	height: 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	content: "";
}

#items-out-order-history .content {
	font-size: 28px;
	margin-bottom: 20px !important;
	padding: 0 !important;
}

#items-out-order-history .header {
	padding: 0 !important;
	display: flex;
	align-items: center;
}

#items-out-order-history #emeo-toggle-icon-io {
	width: 4%;
	cursor: pointer;
}

#items-out-order-history .btnclsnormal {
	padding: 10px 40px;
	margin-right: 8px;
}

#items-out-order-history .form-label-date {
	width: 20%;
}

@media screen and (max-width: 767px) {
	.infieldPDP .dataTables_length {
		display: block !important;
	}
	.infieldPDP	div#datatab-desktop_paginate {
		float: none !important;
		padding: 17px 30px 0 0;
	}
}