/*
		__  _______ ____      ____  ___   _____ ______
	   / / / / ___// __ \    / __ )/   | / ___// ____/
	  / / / /\__ \/ / / /   / __  / /| | \__ \/ __/
	 / /_/ /___/ / /_/ /   / /_/ / ___ |___/ / /___
	 \____//____/\___\_\  /_____/_/  |_/____/_____/

		_____________  ____    ___________
	   / ___/_  __/\ \/ / /   / ____/ ___/
	   \__ \ / /    \  / /   / __/  \__ \
	  ___/ // /     / / /___/ /___ ___/ /
	 /____//_/     /_/_____/_____//____/

*/


html,
body {
	background: #181818;
	color: #dfdfdf;
	font-size: 16px;
	font-family: "OpenSans-Regular", "OpenSans", "Open-Sans", "opensans", "open-sans", "Open Sans Regular", "Open Sans", "Arial", sans-serif;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	user-select: none;
}

.dashboard-light {
	text-align: center;
	border: 1px solid #ececec;
	border-radius: 5px;
	margin: 10px;
}

.dashboard-light:hover {
	background-color: #212121
}

.dashboard-light-dot {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	margin-bottom: -2px;
	background-color: #f44336;
	display: inline-block;
}

.dashboard-light-dot.online {
	background-color: #8bc34a;
}

.dashboard-light-data-title {
	margin: 10px 0;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 14px;
	text-align: left;
}

.dashboard-light-data-uptime {
	font-size: 14px;
	text-align: left;
	margin: 0 10px;
	width: 150px;
	text-align: center;
}

.system-resource-item {
	width: 140px;
	display: inline-block;
}

.system-resources {
	text-align: center;
	margin-bottom: 40px;
}

.dashboard-light-dot-wrapper {
	width: 116px;
	height: 51px;
	font-size: 18px;
}

table.dashboard-lights {
	width: calc(50vw - 71px);
	min-width: 600px;
	border: 1px solid #3d3d3d;
	border-radius: 6px;
	margin: 0;
	margin-top: 40px;
	display: inline-table;
}

th.dashboard-light-data-title {
	font-size: 18px;
	font-weight: bold;
	text-transform: initial;
	letter-spacing: inherit;
	margin: 0;
}

th.dashboard-light-data-uptime {
	font-size: 18px;
}

td,
th {
	border-right: 1px solid #3d3d3d;
	border-bottom: 1px solid #3d3d3d;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}


td:last-child,
th:last-child {
	border-right: none;
}


tr:last-child td,
tr:last-child th {
	border-bottom: none;
}

body {
	padding: 40px;
}

span.sort-order-wrapper {
	position: absolute;
	margin-left: 10px;
}

.ilar-logo-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
}

img.ilar-logo {
	width: 61px;
}

.ilar-title {
	font-size: 36px;
	font-weight: 300;
	margin-left: 20px;
	margin-top: -5px;
}

.dashboard-wrapper {
	align-content: flex-start;
	justify-content: space-between;
	text-align: center;
}

.dashboard-lights th,
.dashboard-lights td {
	height: 34px;
}

table.dashboard-lights.dashboard-lights-all {
	display: none;
}


table.dashboard-lights.dashboard-lights-left {
	margin-right: 40px;
}

@media only screen and (max-width: 1400px) {

	table.dashboard-lights {
		width: calc(100vw - 97px);
		min-width: 600px;
		border: 1px solid #3d3d3d;
		border-radius: 6px;
		margin: 0;
		margin-top: 40px;
		display: inline-table;
		margin-right: 0 !important;
	}


	table.dashboard-lights.dashboard-lights-all {
		display: table;
	}

	table.dashboard-lights.dashboard-lights-left,
	table.dashboard-lights.dashboard-lights-right {
		display: none;
	}

}

.fa.fa-sort-amount-desc,
.fa.fa-sort-amount-asc {
	width: 18px;
	aspect-ratio: 1;
	display: inline-block;
	background-size: contain;
}


.fa.fa-sort-amount-asc {
	background-image: url('/status-dashboard/sort-amount-down-solid-white.png');
}

.fa.fa-sort-amount-desc {
	background-image: url('/status-dashboard/sort-amount-up-solid-white.png');
}
