/*
<LICENSE>

This file is part of AGENCY.

AGENCY is Copyright (c) 2003-2022 by Ken Tanzer and Downtown Emergency
Service Center (DESC).

All rights reserved.

For more information about AGENCY, see http://agency-software.org/
For more information about DESC, see http://www.desc.org/.

AGENCY is free software: you can redistribute it and/or modify
it under the terms of version 3 of the GNU General Public License
as published by the Free Software Foundation.

AGENCY is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with AGENCY.  If not, see <http://www.gnu.org/licenses/>.

For additional information, see the README.copyright file that
should be included in this distribution.

</LICENSE>
*/

/* Additional Information */
div#infoAdditionalContainer,
div.infoAdditionalContainer {
	border: 4px black;
	padding: 5px;
	background-color:  #FBFFA5;
	width: auto;
	float: right;
	margin: 4px;
}

div.infoAdditionalContainer H2,
div.infoAdditionalContainer H2 {
	font-size: 85%;
	margin-top: 1px;
	color: #8C135F;
}

/* Object References */
div#objectReferenceContainer {
	border: 4px black;
	width: auto;
	float: right;
	padding: 5px;
	background-color: #28F3B4;
	margin: 5px;
	z-index: 1000;
}

div#objectReferenceContainer H2,
div#objectReferenceContainer H3 {
	font-size: 75%;
	margin-top: 1px;
	color: #9E5322;
}

div.objectReferenceContainerReferencePending {
	background-color: #efffd0;
	padding: 8px;
	margin-bottom: 10px;	
}

div.objectReferenceContainerReferencePending form {
	font-size: 70%;
}

div.objectReferenceContainerReferencePending input.PasswordField {
	width: 40%;
}

.objectSelector {
	margin-top: 10px;
}

.objectSelectorShowLink {
/*	color: #D02020; */
	color: #FF0000;
	font-size: 100%;
	font-weight: bold;
	/* font-size: 125%; */
}

#objectSelectorHideLink {
	font-size: 75%;
}

a.selectedObjectRemove {
	font-size: 65%;
}

a.objectPickerToggleLink {
	font-size: 75%;
}

a.engineValueUnsetLink {
	font-size: 75%;
}

.objectSelectorTitle { font-weight: bold; }

.selectorRemoveItem {
	float: left; 
	padding-right: 10px;
}

.engineValueGrouping {
	padding-bottom: 5px;
}

