﻿.filterNTag {
	margin: 0 0 5px 0;
	border-bottom: 1px solid rgba(34, 36, 38, 0.15);
	overflow-y: auto;
}

.filtersNMatches {
	display: flex;
	justify-content: space-between;
}

.filters {
}

.matches {
	display: flex;
	flex-direction: column;
	padding: 10px 2px 2px 0;
}

.tagboxes {
	margin-top: 5px;
}

.tagbox {
	display: inline-block;
	margin-right: 5px;
}

.tagboxtitle {
	font-size: small;
}

.tags {
}

.tag {
	display: inline-block;
	background-color: rgb(244, 244, 244);
	color: black;
	margin: 3px 3px 0 0;
	padding: 3px;
	font-size: smaller;
	cursor: default;
	text-align: center;
}

.tagcontent {
	display: flex;
	justify-items: center;
}

.tagvalue {
	margin-right: 5px;
}

.tagicon {
	margin-top: 1px;
	cursor: pointer;
}

.tagchoices {
	flex: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
}

.tags_tab_panel {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.tags_tab_header {
	display: flex;
	margin-left: 10px;
	margin-top: 5px;
}

.tags_tab_icon {
	margin-top: 3px;
	color: #0078d4;
	font-weight: 400;
}

.tags_tab_name {
	margin-left: 8px;
}

.tags_tab_body {
	flex: 1;
	overflow: auto;
}

.list {
	flex: 1;
	display: flex;
	flex-direction: column;
	height: 100%
}

.list_actions {
	display: flex;
	flex-direction: row;
}

.list_actions > div:last-child {
	margin-left: 5px;
}

ul.results {
	flex: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	overflow-x: inherit;
	overflow-wrap: break-word;
}

ul.results > li {
	cursor: pointer;
	list-style: none;
	margin: 1px 0 0 0;
	padding: 1px;
}

ul.results > li > div > div > span {
	padding: 0 3px 0 3px;
}

ul.results > li:hover {
	color: white !important;
	background: silver !important;
}

ul.results > li:hover div {
	color: white;
}

ul.results > li.mainList {
	line-height: 1.5em;
	height: auto;
	margin: 0;
	padding: 0;
}

.fetching {
	margin-top: 50px;
}

.listItem {
	display: flex;
	align-items: center;
	min-height: 20px;
	padding-left: 3px;
}

.itemCheckbox {
	width: 20px;
	font-size: 16px;
	margin: -2px 3px 0 0;
}

.checked {
	color: white;
	background: slategray;
}

.checked div {
	color: white;
}

.itemText {
	flex: 1;
}

.inactive {
	color: red !important;
}

.custom_tag_title {
	display: flex;
	justify-content: left;
	align-items: center;
	color: rgb(0,120,215);
	margin-top: 10px;
}

.custom_tag_icon {
}

.custom_tag_text {
	margin-left: 5px;
}
