fieldset, .fieldset {
	border: #bebec2 1px solid;
	-moz-border-radius:5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
}

.actionMessage {
	font-weight: bold;
	color: #e36800;
}

.label {
	font-style: normal;
	color: black;
}

.checkboxErrorLabel {
	color: red;
}

.required {
	color: red;
}

.sublist {
	min-width:400px;
	overflow: auto;
}

.sublist .subButtons{
	padding-top: 36px;
}

.sublist.table thead {
	border: inherit;
}

.sublist.table th.check {
	min-width: 24px;
	width: 24px;
}

DIV.destinations, DIV.auditlogs {
	min-height: 100px;
	height: 250px;
	width: 700px;
	overflow: auto;
}

DIV.dependents {
	padding: 0px 0px 0px 25px;
	margin: 0px;
}

DIV.jpComboBox {
	margin-left: 25px;
}

DIV.editor {
	position: relative;
	padding: 0px 15px 15px 15px;
	color: #000000;
	background-color: #ffffff;
	overflow: visible;
	min-width: 650px;
	max-width: 800px;
	width: 650px;
}

DIV.tabcontent {
	padding: 15px;
	overflow: visible;
	background-color: #f9f9f9;
}

DIV.operationsPanel {
	padding: 1rem .5rem;
}

.list-operation-bar {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	/* Set the z-index below BS $zindex-dropdown (1000), so that the portal menubar dropdown are in
	 * front of the operation bar  
	 */
	z-index: 990;
}

.widthSmaller {
	width: 65px;
}

.widthSmall {
	width: 75px;
}

.form-select.widthSmall {
	width: 120px;
}

.widthNormal {
	width: 180px;
}

.form-select.widthNormal {
	width: 205px;
}

.widthLarge {
	width: 250px;
}

.widthLarger {
	width: 400px;
}

div.xLabel > .widthLarger {
	width: 100%;
}

div.service-account-key-content .widthLarger {
	width: 100%;
}

.heightShoter {
	height: 50px;
}

.heightShort {
	height: 100px;
}

.heightNormal {
	height: 150px;
}

.heightTall {
	height: 300px;
}

.heightTaller {
	height: 450px;
}

TABLE.ItemList {
	border-collapse: collapse;
	table-layout: auto;
	width: 100%;
}

TD.searchBar {
	background-color: #f0f0f0;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}

TABLE.searchBar {
	background-color: #f0f0f0;
	border: #c0c0c0 1px solid;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}

IMG.button A {
	COLOR: #ffffff;
	TEXT-DECORATION: none;
}

.operation {
	FONT-WEIGHT: bold;
}

.generalIcon, .addIcon, .addDirectoryLookupRule, .addPythonRule, .addExchangeUMRule,
.addDefaultRule, .addLdapDirectory, .addInternalDirectory, .addNtLookup, addWebDirectory {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	vertical-align: middle;
	display: inline-block;
	height: 20px;
	width: 24px;
}
.addIcon {
	background-image: url(../images/icons/tbr2.gif);
}
.addDirectoryLookupRule {
	background-image: url(../images/icons/tbr22.gif);
}
.addPythonRule {
	background-image: url(../images/icons/python.gif);
}
.addExchangeUMRule {
	background-image: url(../images/icons/exchangeum.gif);
}
.addDefaultRule {
	background-image: url(../images/icons/defrt.gif);
}
.addLdapDirectory {
	background-image: url(../images/icons/tbr20.gif);
}
.addInternalDirectory {
	background-image: url(../images/icons/tbr21.gif);
}
.addNtLookup {
	background-image: url(../images/icons/tbr23.gif);
}
.addWebDirectory {
	background-image: url(../images/icons/webdirectory.gif);
}

.destination.user {
	background-image:url('../images/icons/tbr21.gif');
}

.destination.mail {
	background-image:url('../images/icons/icon48.gif');
}

.destination.printer {
	background-image:url('../images/icons/icon9.gif');
}

.destination.directory {
	background-image:url('../images/icons/icon50.gif');
}

.destination.python {
	background-image:url('../images/icons/python.gif');
}

.destination.corba {
	background-image:url('../images/icons/icon47.gif');
}
.destination.add {
	background-image:url('../images/icons/tbr2.gif');
	font-weight: bold;
}

SPAN.destination {
	height: 16px;
	width: 16px;
	margin: 5px;
	float: left;
	display: block;
}

.destination-search {
	width: 250px;
}

.dialog-icon {
	background: url(../images/dialog_icons.png) no-repeat center;
	height: 80px;
	width: 64px;
}

.dialog-icon.error {
	background-position: 0px 0px;
}

.dialog-icon.warning {
	background-position: -64px 0px;
}

.dialog-icon.info {
	background-position: -128px 0px;
}

.dialog-icon.help {
	background-position: -192px 0px;
}

.textEventLogDetail > span {
	white-space: pre-line;
}

.service-account-key-content .buttons {
	margin-top: 5px;
	text-align: center;
}

.notice-container-notice {
	color: white;
	background-color: #666;
}

.notice-container-error {
	color: #8A1F11;
	background-color: #FFDFDF;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
	box-shadow: 0 0 0 30px white inset !important;
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

input:disabled:-webkit-autofill,
input:disabled:-webkit-autofill:hover, 
input:disabled:-webkit-autofill:focus, 
input:disabled:-webkit-autofill:active {
	box-shadow: 0 0 0 30px #e9ecef inset !important;
	-webkit-box-shadow: 0 0 0 30px #e9ecef inset !important;
}

.editor-section-legend {margin-top:-19px;font-size: inherit;}

.min-w-auto {min-width: auto!important;}