#searchResultsContainer {
	background-color: rgb(242,241,240);
	position: absolute;
	width: 100%;
	height: calc(100% - 91px);
	z-index: 999;
	display: none;
	overflow: hidden;
}

#searchResultsWrapper {
	height: 100%;
	max-width: 1366px;
	margin-left: auto;
	margin-right: auto;
}

#searchResultsCategories {
	margin-left: 200px;
	margin-right: 200px;
	border-bottom: 1px solid rgb(15, 15, 15);
	height: 103px;
}

#searchResults {
	margin-left: 200px;
	margin-right: 200px;
	overflow-y: scroll;
	position: relative;
	height: calc(100% - 103px);
}

.searchCategory {
	cursor: pointer;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 55px;
	font-size: 16px;
	line-height: 45px;
}

.searchCategory.active {
	border-bottom: 3px solid rgb(15, 15, 15);
}

.searchCategory:first-child {
	margin-left: 0px;
}

.searchCategory:last-child {
	margin-right: 0px;
}

.searchResultsCategoriesContainer {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	display: none;
}

.searchResultsCategoriesContainer.active {
	display:;
}

.searchResultsProduct {
	margin-bottom: 30px;
}

.searchResultsDocument:first-child,
.searchResultsProduct:first-child {
	margin-top: 50px;
}

.searchResultsProduct p,
.searchResultsProduct a {
	width: calc(100% - 190px);
	float: right;
}

.searchResultsDocument a:first-child,
.searchResultsProduct a:first-child {
	float: left;
	width: 170px;
}

.searchResultsProduct p {
	max-height: 76px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.searchResultsDocument p a:first-child,
.searchResultsProduct p a:first-child,
.searchResultsProduct p a {
	float: none;
	width: none;
}

.searchResultsProduct a.productname {
	font-weight: 700;
}

.searchResultsProduct div.preview {
	height: 170px;
	width: 170px;
	float: left;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.searchResultsDocument {
	margin-bottom: 20px;
}

.searchResultsDocument p,
.searchResultsDocument a {
	width: calc(100% - 190px);
	float: right;
}

.searchResultsDocument a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.searchResultsDocument p {
	margin-top: 2px;
	margin-bottom: 2px;
}

.searchResultsDocument div.preview {
	height: 87px;
	width: 170px;
	float: left;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.searchResultsDocument a.filename {
	font-weight: 700;
}

.txtSearch[disabled] {
	background-color: transparent;
}

@media only screen and (max-width: 1023px) {
	#searchResultsContainer {
		height: calc(100% - 55px);
	}
}

@media only screen and (max-width: 1000px) {
	#searchResultsCategories,
	#searchResults {
		margin-left: 100px;
		margin-right: 100px;
	}
}

@media only screen and (max-width: 800px) {
	#searchResultsCategories,
	#searchResults {
		margin-left: 30px;
		margin-right: 30px;
	}
	.searchResultsDocument div.preview {
		height: 60px;
		width: 90px;
	}
	.searchResultsDocument p,
	.searchResultsDocument a {
		width: calc(100% - 90px);
	}
	.searchResultsDocument a:first-child {
		width: 90px;
	}
}

@media only screen and (max-width: 450px) {
	#searchResultsCategories,
	#searchResults {
		margin-left: 10px;
		margin-right: 10px;
	}
	.searchResultsDocument div.preview {
		height: 50px;
		width: 80px;
	}
	.searchResultsProduct div.preview {
		height: 100px;
		width: 100px;
	}
	.searchResultsProduct p {
	    width: calc(100% - 120px);
	}
	.searchResultsProduct a {
	    width: calc(100% - 120px);
	}
	.searchResultsDocument a:first-child {
		width: 80px;
	}
	.searchResultsProduct a:first-child {
		width: 100px;
	}
}