﻿@import '../default.less';
@import '../mixins.less';
//DON'T ADD IMPORTS, ABOVE ARE TO MAKE INTELLISENSE WORK

div.bread-crumb
{
	border: none!important;

	a.submit-data
	{
		float: right;
		font: bold 10pt @title-font;
		color: white;

		html[dir='rtl'] &
		{
			float: left;
		}
	}
}

div.region-structure
{
	margin-top: 20px;

	div.flag
	{
		display: inline-block;
		vertical-align: top;

		img.flag
		{
			width: 227px;
			height: 151px;
			margin: 5px 20px 5px 0;
			box-shadow: 0 0 5px 0px #999;
		}
	}

	div.regions
	{
		display: inline-block;

		div.region-title
		{
			float: left;
		}

		ul
		{
			list-style: none;
			margin: 10px 0 0 0;
			padding: 0;

			li
			{
				display: inline-block;
				width: 160px;

				a
				{
					color: @accent-color;
					text-decoration: underline;

					&:hover
					{
						text-decoration: none;
					}
				}
			}
		}
	}
}

div.indicators
{
	margin-top: 10px;

	.last-update
	{
		text-align: right;
		padding-right: 12px;
	}
}
