﻿.cdw-table tr.expanded-table-row.user-detail-row td,
.cdw-table tr.expanded-table-row.user-detail-row td:hover {
	background-color: white;
	border: 1px solid #150404;
}

.cdw-table tr.LastRow td:first-child {
	border-bottom-left-radius: 8px;
}

.cdw-table tr.LastRow td:last-child {

	border-bottom-right-radius: 8px;
}

.cdw-table tr.LastRow.last-row-expanded td:first-child,
.cdw-table tr.LastRow.last-row-expanded td:last-child {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.notification-row a:hover {
	text-decoration: none;
}
.dashboard-row-last {
	border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
	/*border: 1px solid transparent;*/
}
.datepicker.datepicker-dropdown.dropdown-menu {
position: absolute !important;
}
.dropdown-menu {
	position: absolute !important;
}
.rotate180 {
	transform: rotate(180deg);
}

.prodlist-sub-cat-label {
	font-weight: 600;
	font-size: 27px;
}
.search-results-ul li {
	padding: 3px 0px;
}

.panel-heading.panel-heading-no-data {
	border-color: transparent;
	border-radius: 10px !important;
}

.marginLeft05 {
	margin-left: 5px !important;
}

.marginLeft10 {
	margin-left: 10px !important;
}

.marginLeft15 {
	margin-left: 15px !important;
}

.marginLeft20 {
	margin-left: 20px !important;
}

.marginLeft25 {
	margin-left: 25px !important;
}

.marginLeft30 {
	margin-left: 30px !important;
}

.SetDefaultBillToDiv,
.SetDefaultShipToDiv {
	margin-top: 10px !important;
}