body, html {
	background-color: rgb(248, 249, 250);
	color: #444;
	font-family: Standard-UI, -apple-system, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif;
}

.modal-backdrop.show {
	opacity: 0.15 !important;
}

.graphic-selector-tr .graphic-selector-tr:hover {
	border: 0px;
	background-color: white;
}

.graphic-selector-td {
	border: 0px;
}

.graphic-selector-td:hover {
	background-color: silver;
}

.graphic-selected {
	background-color: blue;
}

.no-overflow {
	overflow: hidden;
}

textarea.noborder:focus {
	box-shadow: 0 0 0 0;
}

textarea.noborder {
	border-width: 0;
}

textarea.textinput {
	font-size: 1.5em;
}

h6 {
	font-weight: unset !important;
	font-size: 1.0em !important;
	height: fit-content !important;
}

.no-focus-ring {
	outline: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
}

.font-size-08 {
	font-size: 0.8em;
}

.list-row-label {
	min-width:100px;
	max-width:100px;
	font-size: 0.7em;
	color: #666;
	align-self: end;
}

.list-row-text {
	align-self: center;
	color: #333;
	font-size: 0.9em;
}

.list-detail-row {
	height: 20px;
}

.list-price-badge {
	background-color: #456;
	font-size: 1.1em;
}

.list-tool-button {
	font-size: 1.3em;
	padding: 5px;
	color: #333;
}

.list-col-s {
	max-width: 160px;
	min-width: 160px;
}

.list-row {
	/*border-top: 2px solid #ddd;*/
	border-radius: 2px;
	border: solid 1px #ddd;
	margin-bottom: 5px;
}

.list-group {
	height: calc(100% - 6px;);
}

.list-group-item {
	border-bottom: 1px solid #f9f9f9 !important;
	font-size: 0.9em;
	border-radius: 6px !important;
	margin: 0 8px !important;
}

.list-group-item.active {
	background-color: rgb(223, 224, 225);
	border-color: #e0e0e3;
	color: black;
}

.list-group-item:hover {
	background-color: #f0f0f3;
	border-color: #f0f0f3;
	color: black;
}

.list-group:first-child {
	margin-top: 6px;
}

.cursor-pointer {
	cursor: pointer;
}

.small {
	font-size: 0.9em !important;
}

.xsmall {
	font-size: 0.8em !important;
}

.padding-0 {
	padding: 0 !important;
}

.verysmall {
	font-size: 0.70em !important;
}

.no-border {
	border: none;
}

.no-radius {
	border-radius: 0 !important;
}

.s30h {
	height: 30px;
	max-height: 30px;
}

.s30h>img {
	height: 20px;
	width: 20px;
	max-width: 20px;
	max-height: 20px;
}

.header-background {
	border-bottom: 2px solid #e1e2e3 !important;
	border-radius: 0px !important;
}

.header-toolbar-userlink {
	font-size: 0.8em;
	color: #444;
	text-decoration: none;
}

.bi {
	color: #333;
	cursor: hand;
	text-overflow: clip !important;
}

.debug-border {
	border: solid red 1px;
}

.station-title {
	font-size: 1.15em;
	font-weight: 400;
}

.station-list-alert {
	color: red;
}

.component-tile {
	margin: 10px;
	background-color: white;
	box-shadow: 1px 1px #eee;
	border-radius: 8px;
}

.component-title {
	font-size: 0.9em;
	font-weight: 500;
	color: #888;
}

.component-label-overlay {
	overflow: overlay !important;
}

.large-switch > input,
.large-switch > label {
	height: 1.4em !important;
	width: 2.5em !important;
	margin-right: 0.6em;
}

.footer-copyright-label {
	font-size: 0.7em;
	color: #888;
}

.cursor-not-allowed {
	cursor: not-allowed;
}

.slim-table-header > div > div > div > div > table > thead > tr > th {
	font-size: 12px;
	background-color: transparent !important;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px silver;
	height: 30px;
}

/* scrollbar width */
::-webkit-scrollbar {
  width: 10px;
}
/* scrollbar Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px grey;
  border-radius: 10px;
}
/* scrollbar Handle */
::-webkit-scrollbar-thumb {
  background: rgb(230,230,230);
  border-radius: 10px;
}
/* scrollbar Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(200,200,200);
}