.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: 12px;
	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;
}
.dataTables_length .btn-group.bootstrap-select:nth-of-type(1)
{
	margin-top:-10px;
}
.orderEntries
{
	margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    cursor:pointer;
}
.orderEntries input
{
	cursor:pointer;
}
.ordersTable_io th:nth-of-type(1)
{
	width:5% !important;
}
.ordersTable_io th:nth-of-type(2)
{
	width:5% !important;
}
.useProduct.disabled
{
	background-color:#0a8caa !important;
	opacity:0.5;
}
.custom_items_out_order th 
{
text-align:center !important;
}
.custom_items_out_order td
{
text-align:center !important;
}
.custom_items_out_order th:nth-of-type(1) 
{
width:5% !important;
}
.custom_items_out_order th:nth-of-type(2) 
{
width:20% !important;
}
.custom_items_out_order th:nth-of-type(3) 
{
width:20% !important;
}
.custom_items_out_order th:nth-of-type(4) 
{
width:30% !important;
}
.custom_items_out_order th:nth-of-type(5) 
{
width:25% !important;
}
.custom_items_out_order_product th 
{
text-align:center !important;
}
.custom_items_out_order_product td
{
text-align:center !important;
}
.custom_items_out_order_product th:nth-of-type(1) 
{
width:25% !important;
}
.custom_items_out_order_product th:nth-of-type(2) 
{
width:50% !important;
}
.custom_items_out_order_product th:nth-of-type(3) 
{
width:25% !important;
}
#datatab-desktop_product_paginate
{
	float: right !important;
	padding: 17px 30px 0 0;
}

.checkbox-info-items_out_order
{
cursor:pointer;
}
.checkbox-info-items_out_order input[type="checkbox"]:checked + label::before
{
	background-color: #08a !important;
    border-color: #08a !important;
}
.checkbox-info-items_out_order 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 .content 
{
    font-size: 28px;
    margin-bottom: 20px !important;
    padding: 0 !important;
}
#items-out-order .header{
	padding: 0 !important;

	display: flex;
	align-items: center;
}

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

.product_table_pagination_hover
{
	z-index: 2;
    background-color: #eee;
    border-color: #ddd;
}
.product_table_pagination_normal
{
	
    background-color: #fff !important;
}


.infieldMinimumPanelbg {
	margin-left: 0px;
	padding: 20px 15px 20px 15px;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #f2f2f2;
}

.disclaimer
{
	float:left;
	color: #B41601;
    font-weight: bold;
}

@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;
		}

}
.checkin-form .error-border-red, .checkin-form .error-border-red:focus {
	border-color: #FF0000;
}
.checkin-form .valid-prd-gray, .checkin-form .valid-prd-gray:focus {
	border-color: #828282;
}
