﻿@import '../default.less';
@import '../mixins.less';
//DON'T ADD IMPORTS, ABOVE ARE TO MAKE INTELLISENSE WORK

h2
{
	margin: 0 0 10px 0;
	font: bold 14pt @title-font;
}

div#sys-header
{
	background-color: @accent-color !important;
}

div#sys-sections li.selected
{
	background-color: @accent-color !important;
}

.network-project
{
	div.logo
	{
		height: 120px;
		margin-bottom: 40px;

		&.fevcijg
		{
			background: url(/img/v4/network/headpic_food.jpg) no-repeat;
			height: 150px;
			margin-bottom: 0;

			span
			{
				display: none;
			}
		}

		&.oqriorg
		{
			background: url(/img/v4/network/headpic_health.jpg) no-repeat;
			height: 150px;
			margin-bottom: 0;

			span
			{
				display: none;
			}
		}

		span
		{
			border-radius: 50%;
			border: solid 2px;
			background-color: #fff;
			width: 110px;
			height: 110px;
			display: block;
			border-radius: 50%;
			position: relative;
			top: 40px;
			left: 412px;
			.hires('/img/v4/network/icon_project_gray');
			background-position: center center;
			background-repeat: no-repeat;
		}
	}

	a.title
	{
		color: black;
		text-decoration: none;

		h1
		{
			margin: 0 0 20px 0;
			text-align: center;
			font: bold 20pt @title-font;
		}
	}

	div.submit-data
	{
		text-align: center;
		padding: 15px 0 30px 0;
		font: bold 12pt @title-font;

		a
		{
			padding: 8px 20px;
			font: bold 12pt @title-font;
			margin-top: 10px;
			border-radius: 2px;
			background-color: @accent-color;
			color: white;
			text-decoration: none;
		}
	}

	div#collection-body
	{
		padding: 15px;
	}

	.projectsettings
	{
		#SharpJumpPercents, #PriceTagPercents
		{
			width: 40px;
		}
	}
}

div.bread-crumb
{
	padding: 5px 0;
	font: 10.5pt @title-font;
	border: none;

	a
	{
		text-decoration: none;
		color: @accent-color;

		&.project
	{
			font: bold 14pt @title-font;
			color: black;
		}
	}

	em
	{
		vertical-align: middle;
		margin: 0 10px;
		display: inline-block;
		width: 7px;
		height: 17px;
		background-image: url('/img/v2/dsbrowser/arrow-filter.png');
		background-repeat: no-repeat;
	}

	span
	{  
		unicode-bidi: embed;
	}
}

div.region-title
{
	font: bold 12pt @title-font;
	color: black;
}

div.region-list
{
	ul.letter
	{
		font-weight: bold;
		color: @accent-color;
		list-style: none;
		margin: 0px;
		padding: 0px;

		ul.region
		{
			list-style: none;
			margin: 10px 0 0 0;
			padding: 0px;

			a
			{
				font: 10.5pt @text-font;
				color: black;
				text-decoration: none;
			}
		}
	}

	div.letter
	{
		float: left;

		html[dir='rtl'] &
		{
			float: right;
		}
	}
}

a.ui-button
{
	padding: 4px 12px;
}

.showErrorMessage
{
	font: bold 10.5pt @title-font;
	color: #C13A3F;
	margin: 10px 0;
}

table.knoema-table
{
	th
	{
		font-family: @title-font;
	}

	td, tr
	{
		font-family: @text-font !important;
	}

	div.left-bar, div.right-bar
	{
		display: inline-block;
		float: left;
		height: 15px;
		background-color: #039481;
	}

	div.middle-bar
	{
		display: inline-block;
		float: left;
		height: 15px;
		width: 3px;
		background-color: #000000;
	}

	div.max-value
	{
		display: inline-block;
		float: left;
		margin-left: 12px;
	}

	html[dir='rtl'] &
	{
		div.left-middle-right
		{
			float: right;
		}

		div.max-value
		{
			margin-left: 0;
			margin-right: 12px;
			float: right;
		}
	}
}

span.comma 
{
	margin-left: -5px;
}

input.project-name
{
	width: 650px;
}

form#share-form p
{
	margin: 0 0 10px 0;
	font: 10.5pt @title-font;

	a
	{
		color: @accent-color;
	}
}

a.indicator-comment-link
{
	background-image: url('/img/v4/icon_add_comment.png');
	background-position: 0 23px;
	height: 23px;
	width: 24px;
	display: inline-block;

	&.filled
	{
		background-position: 0 0;
	}
}


div.points
{
	display: none;

	h2
	{
		font: bold 16pt @title-font;
		margin: 0;
		text-align: center;
	}

	div.icon
	{
		margin: 0 20px;
		display: inline-block;
		width: 211px;
		height: 222px;
		vertical-align: middle;
		.hires('/img/v4/network/ico_02');
		background-repeat: no-repeat;
		background-position: center center;
	}

	div.desc
	{
		display: inline-block;
		font: 11pt @title-font;
		width: 250px;
		vertical-align: middle;
	}

	div.btn
	{
		text-align: center;
		margin-top: 15px;

		a
		{
			font: bold 12pt @title-font;
			padding: 8px 20px;
			border-radius: 2px;
		}
	}
}

#change-role-select, #save
{
	display: inline-block;
}
