#/* common */

.TODO {
	margin: 5px;
	padding: 5px;
	border: 2px dotted lime;
}
/* fields */

span.icon img {
	max-width: 24px;
	vertical-align: middle;
}

/*

td.field-parent em.unknown {
	color: #c22;
}

td.field-iconUrl {
	width: 40px;
}

td.mini-button-container {
	padding-bottom: 0;
}

td form {
	display: inline;
	margin: 0;
}

*/

/* edit */

span.mandatory {
	color: #c22;
}

label {
	display: block;
}

label span.help-inline {
	color: #ccc;
	font-weight: normal;
	float: right;
}

/* nowrap */

td.field-uid,
td.field-last_opened,
td a.btn {
	white-space: nowrap;
}

/* admin bar */

/* tables */



table.statistics th:first-child,
table.statistics td:first-child {
	min-width: 10em;
	width: 25%;
}

tr.clickable {
	cursor: pointer;
}

tr.clickable:hover th,
tr.clickable:hover td {
	background: #feb !important;
}

/* hierarchical table */

span.level {
	display: inline-block;
	padding-right: 0.5em;
	border-left: 2px solid #666;
	height: 36px;
	margin: -8px 0.5em -13px 0;
}

/* delete */

/**

#ask-to-delete-service {
	margin-left: 2em;
	position: relative;
	top: 1px;
}

#ask-to-delete-service:hover {
	color: #da4f49;
}

**/

/* modal */

/**

#delete-enable-button {
	float: left;
	margin-right: 1ex;
}

div.modal-footer form {
	display: inline;
	margin: 0;
}

**/

/* maintenance */

table.maintenance tbody tr {
	color: #468847;
}

table.maintenance tr.error {
	color: #b94a48;
}

table.maintenance th {
	font-weight: normal;
	white-space: nowrap;
}

table.maintenance th + td {
	text-align: center;
}

/* BOOTSTRAP */

.form-control-static {
	border: 1px dotted #eee;
	border-radius: 4px;
	color: #999;
	height: 34px;
	padding: 6px 12px;
}

/* icons */

span.glyphicon-ok {
	color: #4cae4c;
}

span.glyphicon-warning-sign {
	color: #eea236;
}

/* error page */

div.error-page h1 {
	color: #a94442;
}

/* deprecated */

body.deprecated {
	background: url(deprecated.png);
}

/* throbber */

div .throbber {
	min-width: 66px;
	min-height: 66px;
	background: url(img/throbber.gif) no-repeat center center;
}
