﻿.device-detail {
}

	.device-detail .device-detail-header {
		margin-bottom: 1rem;
		display: inline-block;
		text-decoration: underline;
		text-underline-offset: 0.2rem;
		text-decoration-color: orange;
	}

	.device-detail button {
		min-width: 4rem;
	}

		.device-detail button:not(:first-of-type) {
			margin-left: 0.1rem;
		}

	.device-detail table tr td:first-child {
		width: 1%;
		white-space: nowrap;
		vertical-align: middle;
		padding-right: 0.4rem;
	}

	.device-detail table tr td i.icon-dot {
		font-size: 0.8rem;
		margin-right: 0.3rem;
	}

		.device-detail table tr td i.icon-dot:not(:first-of-type) {
			margin-left: 0.5rem;
		}

	.device-detail .form-check {
		margin-top: 3px;
	}

	.device-detail .form-check-inline {
		margin-right: 0.5rem;
	}

	.device-detail .ig-hhmm {
		width: 52px;
	}

.device-detail-offline button {
	box-shadow: none !important;
	outline: none !important;
}

.device-detail-offline-left-col {
	width: 200px;
	overflow: hidden;
}

.resume-device-description-ackmsg {
	color: lightcoral;
}
