div.form
{
	text-align: center;
}

div.form > form {
	width: auto;
	text-align: left;
	display: inline-block;
}

div.form input,
div.form textarea,
div.form select {
	margin: 0.2em 0 0.5em 0;
	padding: 4px;
}

div.form input.readonly {
	border-color: transparent;
}

div.form fieldset {
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0 0 10px 0;
	-moz-border-radius: 7px;
}

div.form label
{
	font-weight: bold;
	font-size: 0.9em;
	display: block;
}

div.form .row
{
	margin: 5px 0;
}

div.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

div.form .note
{
	font-style: italic;
}

div.form span.required
{
	color: red;
}

div.form div.error label:first-child,
div.form label.error,
div.form span.error
{
	color: #C00;
}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error
{
	background: #FEE;
	border-color: #C00;
}

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form input.success,
div.form textarea.success,
div.form select.success
{
	background: #E6EFC2;
	border-color: #C6D880;
}

div.form div.success label
{
	color: inherit;
}

div.form .errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.form .errorMessage
{
	color: red;
	font-size: 0.9em;
}

div.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.wide.form label
{
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 100px;
}

div.wide.form .row
{
	clear: left;
}

div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage {
	clear: left;
	padding-left: 110px;
}

/* style tweaks */

#login-form {
	width: 15em;
	margin: auto;
}

#login-form > .rememberMe {
	margin-bottom: 0.75em
}

#LoginForm_rememberMe {
	margin: 0;
	vertical-align: middle
}

#login-form > .row > .required > .required {
	display: none
}

input[type="submit"] {
    background-color: #0090d7;
    border: solid #0090d7 1px;
    color: #fff;
    font-weight: bold;
    padding: 0.5em 1em !important;
    cursor: pointer;
}

input[type="submit"]:hover {
    color: #0090d7;
    background-color: #fff;
}

#login-form > .row > input[type="text"],
#login-form > .row > input[type="password"] {
    width: 100%;
    box-sizing: border-box;
}

#login-form > .row.buttons > input {
    width: 100%;
    box-sizing: border-box;
}

/*.form.login > div > input[type="text"] {*/
/*	width: 14em;*/
/*}*/

/*.buttons.login > input {*/
/*	width: 14em;*/
/*}*/


.bad > td {
	color: red;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.bad.really > th {
	color: red !important;
}

.bad > td:after {
	content: '!';
}

.good > td {
	color: green;
	font-weight: bold;
	letter-spacing: 0.5px;
}

table.detail-view .null {
	color: #777 !important;
	font-style: oblique;
	text-transform: lowercase;
}

table.detail-view .null:before,
table.detail-view .null:after {
	content: '-';
}

#heartbeatsByClient-grid {	max-width: 800px }
#asperaPackagesByPackage-grid {	min-width: 800px; max-width: 1000px }

.copy {
	user-select: all;
	line-height: 1.1;
	margin: 3px 0;
	font-family: ui-monospace;
	overflow-wrap: anywhere;
}

td.job-dcp-title {
	max-width: 600px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

tr.skip {
	color: #777;
}

span.alarm-sign {
	font-size: 18px;
	margin: -5px;
	display: inline-block;
	color: red;
}

a.idc {
	text-decoration: none;
	letter-spacing: 0.5px;
	color:inherit;
}

.idc.s-Inprogress {
	color: #0090d7;
	font-style: oblique;
	font-weight: bold;
}

.idc.s-Failed {
	color: red;
	letter-spacing: 2px;
}

.idc.s-Completed {
	color: #027b7d;
}

.idc.s-INCOMPLETE {
	color: #db7900;
}

.idc.s-DELIVERED {
	color: green;
	letter-spacing: 1px;
}

.idc.s-DELETED {
	color: #555;
	text-decoration: line-through;
}

.idc.s-has-clone {
	font-style: oblique;
}

.idc-q1 {
	padding-right: 3em
}

.idc-q3 {
	padding-left: 3em
}

.site-grid {
	max-width: 1000px;
	margin: auto
}

.site-count {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 22px;
	float: left
}

.site-list {
	margin-left: 20px;
}

.site-label {
	white-space: nowrap;
	padding: 3px 5px;
	display: inline-block;
	margin: 1px;
	background: #fff;
	text-decoration: none;
}

.even > td > .site-list > .site-label {
	background: #eee;
}

.alarm-description {
	display: flex;
	width: fit-content;
	white-space: pre;
	line-height: 1.3;
	color: red;
	padding: 2px;
	margin-top: 2px;
	border: 2px solid red;
}

#actions > ul > li > .idc-action-dequeue, #actions > ul > li > .idc-action-pause {
	color: #fff;
	background: darkgoldenrod
}

#actions > ul > li > .idc-action-enqueue, #actions > ul > li > .idc-action-resume {
	color: #fff;
	background: green
}

#actions > ul > li > .idc-action-repair {
	color: #fff;
	background: coral
}

#actions > ul > li > .idc-action-delete {
	color: #fff;
	background: crimson
}

#site-dj {
	max-height: 220px;
	overflow-y: auto;
}

#site-dj > .items {
	border-collapse: collapse;
}

#site-dj > .items > thead > tr > th {
	position: sticky;
	top: 0
}

#site-dj > .items > tbody > tr > td {
	white-space: nowrap;
}

.cell-action-icon {
	text-decoration: none;
	font-size: 1.2em;
	line-height: 1;
	display: block;
	margin: -1px;
}
