/* Таблицы
.globalCase - первичные результаты поиска
.globalResult - вторичные результаты поиска
*/
/* общие стили */
table.globalCase,
table.globalResult,
.searchHistoryFull table {
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
	border-collapse: separate;
	border-spacing: 0;
	color:#454545;
	font-size:11px;
	border: 1px solid #e8e8e8;
}

table.globalCase thead th,
table.globalResult thead th,
.searchHistoryFull table th {
	background: #f0f0f0;
	height: 32px;
	padding: 2px 4px;
	font:bold 11px Arial;
	text-align: left;
	vertical-align: middle;
	color: #454545;
	border-left: 1px solid #e8e8e8;
}

table.globalCase th:first-child,
table.globalResult th:first-child,
.searchHistoryFull table th:first-child {
	border-left: 0;
	width: 18px;
}

table.globalCase th a,
table.globalResult th a,
.searchHistoryFull table th a {
	font: 11px Arial;
}

table.globalCase tbody tr,
table.globalResult tbody tr,
.searchHistoryFull table tr {
	height: 45px;
}
table.globalCase tbody tr.resultTrHidden,
table.globalResult tbody tr.resultTrHidden {
	display: none !important;
}

table.globalCase tbody td,
table.globalResult tbody td,
.searchHistoryFull tbody td {
	border-top: 1px solid #e8e8e8;
	vertical-align: middle;
	text-align: left;
	padding: 2px 4px;
	border-left: 1px solid #e8e8e8;
	color:#454545;
	font-size:11px;
}

table.globalCase tbody td:first-child,
table.globalResult tbody td:first-child,
.searchHistoryFull tbody td:first-child {
	border-left: 0;
}

table.globalCase tbody td.noavail,
table.globalResult tbody td.noavail,
.searchHistoryFull tbody td.noavail,
table.globalCase tbody td.noavail a,
table.globalResult tbody td.noavail a,
.searchHistoryFull tbody td.noavail a{
	color: #a9a9a9;
}
/* ////////////*/

/* только певичные результаты поиска */
table.globalCase tbody tr,
.searchHistoryFull table tr {
	background: #fff;
}

table.globalCase tbody tr:hover {
	background: #F0F0F0;
	cursor: pointer;
}

table.globalCase th.casePartCode{
	white-space: nowrap;
}

table.globalResult th select{
	font-size: 12px;
	max-width: 100px;
}

table.globalCase td.caseInfo{
	text-align: center;
}

table.globalCase td.caseBrand{
	white-space: nowrap;
}

table.globalCase td.casePartCode{
	white-space: nowrap;
}

table.globalCase td.caseUrl{
	white-space: nowrap;
	width: 90px;
}

table.globalCase td.statusError {
	background-color: #FF9999;
}

table.globalCase td.statusOk {
	background-color: #99FF99;
}

table.globalCase th.status {
	width: 180px;
}
/* ////////////*/

/* только вторичные результаты поиска */
table.globalResult th.purchasePrice,
table.globalResult th.supplier {
	background: #d9edf7;
}

table.globalResult th.deadline{
	width: 80px;
}

table.globalResult tbody tr.white {
	background: #fff;
}

table.globalResult td.resultTitle{
	border-left: 0;
	padding-left: 10px;
	background: #E8F0F3;
	text-align: left;
	font-weight: bold;
}

/* Запрашиваемый артикул, На складе*/
table.globalResult td.resultTitleMain{
	border-left: 0;
	padding-left: 10px;
	background: #F5ECE7;
	text-align: left;
	font-weight: bold;
}

/* Аналоги, Оригинальные замены, Оригинальные детали, Неоригинальные детали*/
table.globalResult td.resultInfo{
	white-space: nowrap;
	text-align: center;
}

table.globalResult .resultTr2GroupFirst td.resultImage {
	vertical-align: top;
}

/* ////////////*/

.redColor{
	color:#fc5a5a;
}

table.globalResult td.resultInfo{
	text-align: center;
}

table.globalResult td.resultInfo a{
	text-decoration: none;
}

table.globalResult td.resultOrder{
	white-space: nowrap;
	width: 50px;
}

table.globalResult td.resultOrder input,
table.globalResult td.resultOrder a{
	display: inline-block;
	vertical-align: top;
	margin:0 2px 0 0;
	font-size: 12px;
}

table.globalResult td.resultNoticeAvailability th.noticeAvailability
table.globalResult td.resultNoticeAvailability{
	white-space: nowrap;
	text-align: center;
}

table.globalResult td.resultPartCode{
	white-space: nowrap;
}

table.globalResult td.resultPrice{
	text-align: center;
	white-space: nowrap;
}

table.globalResult td.resultPrice p{
	font-size: 10px;
}

@media (max-width: 991px) {
	table.globalResult td.resultPrice p{
		line-height: 1;
		margin-bottom: 0;
		margin-left: 5px;
		vertical-align: middle;
	}

	td.resultPrice br:nth-child(odd) {
		display: none;
	}
}

table.globalResult td.resultRetailPrice{
	text-align: center;
	white-space: nowrap;
}

table.globalResult td.resultPurchasesPrice{
	text-align: center;
	white-space: nowrap;
	font-weight: bold;
}

table.globalResult td.resultNoticeAvailability div{
	text-align: center;
}

table.globalResult td.resultBrandNumber{
	white-space: nowrap;
}

table.globalResult td.resultBrandNumber .brand{
	float:left;
	margin-right: 20px;
}

table.globalResult td.resultBrandNumber .star{
	float: right;
	width: 15px;
	margin-left: -25px;
}

table.globalResult td.resultBrandNumber .star .fr-icon-star3 {
	font-size: 15px;
	color: #F7CA18;
}
table.globalResult td.resultWarehouse{
	white-space: nowrap;
}

table.globalResult td.resultUpdateTime{
	white-space: nowrap;
	text-align: center;
}

table.globalResult td.resultAvailability{
	text-align: center;
}

table.globalResult tbody td.resultDescription {
	word-break: break-all;
	word-break: break-word;
	min-width: 150px;
}
.searchInfoLink{
	display: block;
	position: relative;
	margin: 0 auto;
}
.searchInfoLink .searchInfo{
	font-size: 18px;
	color: #428bca;
	margin: 0 auto;
}
/* Выделение избранных брендов в поиске */
div.favorite-brand,
div.favorite-brand a,
div.favorite-brand * {
    color: red;
    font-weight: bold;
}
table.globalResult td.resultProductWeight {
	text-align: center;
	white-space: nowrap;
}

/**/
/* Поиск: Сообщить о неправильном аналоге */
/**/
#positionMenu ul{
	text-align: left;
	margin: 0;
	padding: 7px;
	position: absolute;
	/*visibility: hidden; */
	background: #FFFFFF;
	border: 1px solid #808080;
}

* html #positionMenu ul{
	width: 250px;
}

#positionMenu li {
	float: none;
	display: block;
	font-weight: normal;
	font-size: 12px;
}

#positionMenu li a {
	width: auto;
}

.positionMenuButton {
	width: 15px;
	float:right;
	display:none;
	padding-left: 6px;
	text-align:center;
}

.rowExtend {
	float: right;
	width: 15px;
	margin-left: -25px;
}

.brandNumber {
	float:left;
	margin-right: 20px;
}

/* Фикс для автокомплита */
ul.ui-autocomplete {
	z-index: 1000 !important;
}

.showGroupedRowsLinks {
	background: url('//astatic.nodacdn.net/common.images/global_tables/k.png') no-repeat;
	width: 16px;
	height: 16px;
	min-width: 16px;
	min-height: 16px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}

/* Редактируемые каталоги */
.myCatalogBreadcrumbs,
.myCatalogPaginator {
	max-width: 1260px;
	clear: both;
}

.myCatalogPaginator > div{
	min-height: 27px;
}

.myCatalogBreadcrumbs span{
	color: #454545;
	font-size: 13px;
}

.myCatalogBreadcrumbs span a{
	color: #0263b0;
	font: 13px/16px 'arial';
	text-decoration: underline;
}

.myCatalogBreadcrumbs span a:hover{
	color: #3a83d0;
}

.myCatalogBreadcrumbs > div{
	background: none repeat scroll 0 0 #fafafa;
	border: 1px solid #e5e5e5;
	margin: 10px 0;
	padding: 10px;
}

.myCatalogPaginator ul{
	margin: 0;
}

.myCatalogPaginator ul li{
	background: none;
}

.myCatalogTbl{
	margin: 10px 0 10px 0;
	background: #fff;
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 1260px;
	min-width: 750px;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

.myCatalogTr:hover,
.myCatalogArticlesTr:hover {
	cursor: pointer;
}

.myCatalogTbl tr{
	background: #fff;
}

.myCatalogTbl tr:nth-child(2n+1){
	background: #FAFAFA;
}

.myCatalogTbl tr:hover{
	background: #D9EDF7;
}

.myCatalogTbl tr.myCatalogTop{
	background: #fff;
}

.myCatalogTbl td,
.myCatalogTbl th{
	border-top: 1px solid #e5e5e5;
	color: #454545;
	font: 13px/16px 'arial';
	height: 14px;
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
}

.myCatalogTbl th{
	background-color: #f0f0f0;
	font-weight: bold;
	padding: 7px 10px;
	text-align: left;
}

.myCatalogTbl th a{
	color: #0263b0;
	font: bold 13px/16px 'arial';
	text-decoration: underline;
}

.myCatalogTbl th a:hover{
	color: #3a83d0;
}

.myCatalogTbl td a{
	color: #0263b0;
	font: 13px/16px 'arial';
	text-decoration: underline;
}

.myCatalogTbl td a:hover{
	color: #3a83d0;
	text-decoration: underline;
}

.myCatalogTbl .myCatalogBrandCell{
	max-width: 300px;
	min-width: 150px;
}

.myCatalogTbl td.myCatalogImageCell{
	text-align: center;
	max-width: 100px;
	width: 1px;
}

.myCatalogTbl td.myCatalogImageCell .catalogImages{
	display: inline-block;
}

.myCatalogTbl td.myCatalogImageCell img{
	max-width: 100px;
	max-height: 200px;
	object-fit: contain;
}

.MyCatalogSelectBlock select{
	max-width: 400px;
	width: auto;
	display: inline-block;
	margin: 0 0 5px 0;
}

.goodsInfoImageEdit {
	border: 0;
	padding: 2px 4px;
	margin: 0;
	background: #fff;
	-webkit-border-radius: 2px 0 0 0;
	-moz-border-radius: 2px 0 0 0;
	border-radius: 2px 0 0 0;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 0;
}
.goodsBody .goodsInfoImageEdit {
	position: relative;
}
.goodsInfoImageEdit:focus {
	outline: none;
}
.goodsInfoImageEdit span.fr-icon-camera {
	color: #b0b0b0;
	font-size: 16px;
}
.goodsInfoImageEdit span.fr-icon-pencil2 {
	bottom: 1px;
	color: #428bca;
	font-size: 11px;
	position: absolute;
	right: -2px;
}

.myCatalogImageCell .articleImages {
	position: relative;
}

/* Корзина. Столбец Отправить*/
.cart_table td.cartIsSend{
	text-align: center !important;
}