#term-finder .withLeftNav.crosslinker > .main {
	margin-left: 70px;
}

.withLeftNav.crosslinker > .leftNav {
	width: 315px;
}

#term-finder .withLeftNav.crosslinker > .leftNav {
	width: 390px;
}

.withLeftNav.crosslinker .searchInput > btu-input input[type="text"] {
	width: 270px;
}

.crosslinker .Admin-nav h3 {
	font-size: var(--fontSize-s);
	font-weight: 700;
	line-height: var(--lineHeight-s);
	margin: var(--gap-l) 0;
}

.crosslinker-heading + h1 {
	display: none;
}

.crosslinker .Admin-main .Widget h2.Widget-title {
	font-size: var(--fontSize-s);
	font-weight: bold;
	line-height: var(--lineHeight-s);
	margin: var(--gap-l) 0;
	padding: 0;
}

.crosslinker .Admin-main .Widget h2.Widget-title::after {
	content: none;
}

#term-finder .ui-progressbar-value {
	background-color: blue;
	height: 22px;
}

#term-finder .cl-running-tasks .ui-progressbar-value {
	height: 12px;
}

#term-finder .delete-history {
	display: none;
}

#term-finder .find-terms-history table form {
	margin: 0;
}

#term-finder .tfr-history tbody > tr {
	position: relative;
}

#term-finder .tfr-submit:hover {
	cursor: pointer;
	color: red;
}

#terms-search-result .legend-item[title] {
	border-bottom: none;
}

#terms-search-result .legend-label {
	width: 100%;
}

#terms-search-result .legend-placeholder {
	width: 10px;
	background-color: transparent;
}

#terms-search-result .legend {
	background-color: black;
}

#terms-search-result .legend-item {
	background-color: black;
}

#terms-search-result .selected {
	background-color: black;
	color: white;
}

#term-finder-result .legend {
	display: inline-block;
	width: 10px;
	height: 10px;
}

#term-finder-result .legend-placeholder {
	padding: 0;
	width: 10px;
}

#term-finder-result .legend-placeholder[title] {
	border-bottom: none;
}

#term-finder-result .legend-placeholder span {
	display: inline-block;
	width: 10px;
}

#term-finder-result .term-checkbox input {
	margin-top: 4px;
}

#term-finder-result .term-variants {
	padding: 0;
}

#term-finder-result .term-variants tbody tr:nth-child(2n) {
	background-color: transparent;
}

#term-finder-result .variants-checkbox input {
	margin-top: 4px;
}

#term-finder-result .term-results {
	vertical-align: top;
}

#term-finder-result .term-results tbody > tr.first {
	border-width: 1px 0 0px 0;
	border-style: solid;
}

#term-finder-result .term-stats-head {
	text-align: right;
}

#term-finder-result .term-stats {
	text-align: right;
}

#term-finder-result .odd {
	background-color: transparent;
}

#term-finder-result .even {
	background-color: #E6E5E1;
}

.term-mapping-hero {
	font-size: 24px;
}

.term-mapping-hero .underline {
	text-decoration: underline;
}

.simulations .newSection {
	border-top: 1px solid;
}

.simulations .newSection:hover {
	background-color: #1F89C4;
	color: white;
	text-decoration: none;
}

.simulations .newSection:hover a {
	color: white;
	text-decoration: none;
}

.simulations .newSection.selected {
	background-color: #333333;
	color: white;
	text-decoration: none;
}

.simulations .newSection.selected a {
	color: white;
	text-decoration: none;
}

.simulations-table {
    width: 100%;
}

.simulations .left {
	text-align: left;
}

.simulations .right {
	text-align: right;
}

div[data-type="com.psddev.crosslinker.db.Term"] > div[data-field="mappings"] {
    display: none;
}