@import url("planboard.css?v=8.6.11");
@import url("activity-timeline.css?v=8.6.11");
@import url("components.css?v=8.6.11");

timeline_hours_cell {
	border-right: solid;
}

imagepopup {
	height: 100%;
	width: 100%;
	object-fit: contain
}

.unavailableReport {
	color: grey;
	opacity: 0.5;
}

.availableReport {
	color: black;
}

.smartReaderCode {
	font-size: larger;
	font-weight: bold;
}

.smartReaderCodeSelected {
	font-size: larger;
	font-weight: bold;
}

.integrationStatusMessage {
	color: black;
	font-weight: bold;
}

.integrationLastSeenMessage {
	color: gray;
	font-size: smaller;
}

.topLabel, .topLink {
	color: #33488B;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.topLink:hover {
	color: #B9000F;
}

img.topLink:hover {
	background-color: #B9000F;
}

#loading {
	border: 2px solid #B9000F;
}

.loginForm * div.headerItem {
	color: #33488B;
	font-family: Verdana, Arial, sans-serif;
}

body .error {
	color: red;
	font-weight: bold;
}
