﻿@import '../default.less';
@import '../mixins.less';
//DON'T ADD IMPORTS, ABOVE ARE TO MAKE INTELLISENSE WORK

.named-entity
{
	input.text-box
	{
		width: 488px;
	}
}

#named-entity-dialog
{
	display: none;

	.error-message {
		display: block;
		font-size: 12px;
		color: #C13A3F;
	}

	#open-dataset
	{
		display: inline-block;
		margin-top: 5px;
	}

	#change-dataset
	{
		margin-top: 8px;
	}
}

div#named-entity-dataset-dialog
{
	display: none;

	.dsBrowserCntnr
	{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 40px;
		height: 92%;
		border-bottom: 1px solid #AAA;
	}

	.selectionMessage
	{
		height: 30px;
		width: 694px;
		bottom: -2px;
		position: absolute;
		background-color: @accent-text-color;
		line-height: 30px;
		padding-left: 5px;
	}
}