﻿@import '../default.less';
@import '../mixins.less';
//DON'T ADD IMPORTS, ABOVE ARE TO MAKE INTELLISENSE WORK

div#atlas-header > span.like-header
{
	display: inline-block;
	margin-bottom: 15px;
	font-size: 1.5em;
	font-family: @title-font;
	clear: left;
	font-weight: bold;
}

div#atlas
{
	h1
	{
		margin: 0;
		font-weight: normal;
		font-size: 18pt;
		font-family: @title-font;
		margin-bottom: 7px;
	}

	input[type=submit]
	{
		display: none;
		font-family: @text-font;
	}

	.knoema-table th
	{
		padding-left: 0;
		font-size: 13pt;
	}

	a.button.submit-data.disabled
	{
		background-color: #999;
		cursor: default;
	}

	div.form
	{
		label
		{
			font-family: @title-font;
			font-size: .9em;
		}

		span.field-validation-error.block
		{
			display: block;
			margin-bottom: 2em;
		}
	}

	p
	{
		margin-top: 2em;
	}

	div.combo-cnt
	{
		display: inline-block;
		margin-right: 3em;

		html[dir='rtl'] &
		{
			margin: 0 0 0 3em;
		}

		.chzn-select
		{
			display: none;
		}

		label
		{
			margin-right: .5em;
			html[dir='rtl'] &
			{
				margin: 0 0 0 .5em;
			}
		}

		#regions
		{
			width: 200px;
		}
	}
}