﻿@import '../default.less';
@import '../mixins.less';
//DON'T ADD IMPORTS, ABOVE ARE TO MAKE INTELLISENSE WORK

body.fullscreen #site-main
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#site-main .back
{
	margin-bottom: 1em;
}

table.knoema-table
{
	margin-top: 1em;
	text-align: left;

	html[dir='rtl'] &
	{
		text-align: right;

		th, td
		{
			padding-right: 12px;
		}
	}

	th.key
	{
		width: 22%;
		background-position: 20% 50%;
	}

	th.value
	{
		width: 78%;
		background-position: 80% 50%;
	}

	th.comments
	{
		width: 100%;
		background-position: 20% 50%;
	}

	#update-notes
	{
		padding-top: 1em;
		word-break: normal;

		.update-notes-text
		{
			margin: 1em 1em 1em 4em;
		}
	}

	&.advance-report
	{
		th.dimension
		{
			width: 20%;
		}

		th.addedMembers
		{
			width: 20%;
		}

		th.updatedMembers
		{
			width: 20%;
		}

		th.addedFields
		{
			width: 40%;
		}

		.addedMembers, .updatedMembers
		{
			text-align: center;
		}
	}
}
