﻿@import '../../default.less';
@import '../../mixins.less';
//DON'T ADD IMPORTS, ABOVE ARE TO MAKE INTELLISENSE WORK

div#browse-root-region
{
	display: inline-block;
	cursor: pointer;
	float: right;
	margin-right: 10px;
}

label#root-region-label
{
	font-weight: normal;
}

label#import-dataset-title
{
	display:inline-block;
	padding-bottom: 10px;
}

div#dataset-selection
{
	border-bottom: 1px dotted #CCCCCC;
	border-top: 1px dotted #CCCCCC;
	height: 500px;
	position: relative;
}

div.metadata-field
{
	padding: 10px 5px;

	input
	{
		width: 13px;
		height: 13px;
		vertical-align: bottom;
		position: relative;
		top: -1px;
	}
}

table.knoema-table
{
	cursor: move;
}

div#save-changes
{
	cursor: pointer;
	display: inline-block;
}

span.error-message
{
	color: red !important;
	margin-left: 20px;
}

a#include-datasets 
{
	display: none;
}

.metadata
{
	margin-bottom: 10px;

	div
	{
		margin: 10px 0;
	}
}