﻿@import '../default.less';
@import '../mixins.less';
//DON'T ADD IMPORTS, ABOVE ARE TO MAKE INTELLISENSE WORK

.manage
{
	h2
	{
		font: bold 13pt @title-font;
	}

	.add, .remove
	{
		padding: 6px 25px;
		font: bold 10pt @title-font;
		background-color: @accent-color;
		text-decoration: none;
		color: #fff;
		border-radius: 3px;
	}

	#role-select
	{
		display: none;
	}

	#change-role-select
	{
		padding: 5px;
		font-size: 10.5pt;
	}

	#error
	{
		margin: 20px 0;
		color: #ca1609;
		font-size: 10.5pt;
	}

	#manage
	{
		display: none;
	}

	.filter-area input[type="text"]
	{
		width: 100%;
	}

	.user-result
	{
		max-height: 500px;
		min-height: 100px;
		height: auto;
		margin-bottom: 20px;
	}
}

label[for=access-level-select], #access-level-select, .notification
{
	display: none;
}

.ui-dialog-title
{
	font-family: @title-font;
	padding-bottom: 10px;
}