﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
	color: #0366d6;
}

.btn-base {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
	padding: 4px 8px 4px 8px;
	font-size: 14px;
}

	.btn-base[disabled]:hover {
		color: #fff
	}

	.btn-base:hover {
		color: #000
	}

	.btn-base:active {
		color: #000;
		background-color: gray;
		border-color: darkgrey;
	}

.btn-sml {
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 0;
	padding-bottom: 0;
}

.btn-download::before {
	font-family: Icons;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	padding-right: 10px;
	content: '\e04e';
}

.btn-externallink::before {
	font-family: Icons;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	padding-right: 10px;
	content: '\e064';
}

.btn-copy::before {
	font-family: Icons;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	padding-right: 10px;
	content: '\e03a';
}

.content {
	padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
	outline: 1px solid #26b050;
}

.invalid {
	outline: 1px solid red;
}

.validation-message {
	color: red;
}

.table {
	width: auto;
}

.table th {
	user-select: none;
	padding: 3px;
	font-weight: bold;
	font-size: 75%;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
}

.table td {
	user-select: none;
	padding: 3px 8px 3px 8px;
	font-weight: normal;
	font-size: 75%;
	vertical-align: middle;
	text-align: left;
	white-space: nowrap;
}

.table tbody tr:nth-child(odd) {
	background-color: #f2f2f2;
}

.table tbody tr:hover {
	background: #a2a7a7 !important;
}

.table tbody tr.selected {
	background: #879095 !important;
}

.table tbody tr:hover td {
	background: transparent;
}

.settings {
	width: auto;
}

.settings th {
	padding: 1px 10px 1px 0px;
	vertical-align: baseline;
	font-weight: bold;
	white-space: nowrap;
}

.settings td {
	padding: 1px 3px 1px 0px;
	vertical-align: baseline;
	white-space: nowrap;
}

.chunk {
	padding: 4px;
	background-color: #ffffff;
}

.chunk:hover {
	background-color: #a2a7a7 !important;
}

.chunk-selected {
	padding: 4px;
	background-color: #879095;
}

#blazor-error-ui {
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	display: none;
	left: 0;
	padding: 0.6rem 1.25rem 0.7rem 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

#blazor-error-ui .dismiss {
	cursor: pointer;
	position: absolute;
	right: 0.75rem;
	top: 0.5rem;
}
