@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

.link-black {
	color: #455770 !important;
}

#blazor-error-ui {
	display: none;
}

.table.grid-table .grid-header > .grid-header-group > .grid-header-title > button {
	color: black;
}

.hx-sidebar-footer {
	flex-direction: column;
}

.form-control {
	min-height: 38px;
}

.form-label {
	margin-bottom: 0.25rem;
	font-size: 0.875rem;
	font-weight: 500;
	color: #6c757d;
}

.col-form-label {
	font-size: 0.875rem;
	font-weight: 500;
	color: #6c757d;
}

.color-green {
	color: green;
}

.color-orange {
	color: orange;
}

.color-red {
	color: red;
}

.h-100p {
	height: 100%;
}

/* Disables text selection */
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Old versions of Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.btn-circle {
	width: 30px;
	height: 30px;
	padding: 6px 0px;
	border-radius: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 1.42857;
}

/* Placeholder */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #e8e8e8 !important;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #e8e8e8 !important;
}

:-ms-input-placeholder { /* IE 10+ */
	color: #e8e8e8 !important;
}

:-moz-placeholder { /* Firefox 18- */
	color: #e8e8e8 !important;
}

.select2-selection__placeholder {
	color: #e8e8e8 !important;
}

kbd {
	margin: 0px 0.1em;
	padding: 0.1em 0.6em;
	border-radius: 3px;
	border: 1px solid rgb(204, 204, 204);
	color: rgb(51, 51, 51);
	line-height: 1.4;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	display: inline-block;
	box-shadow: 0px 1px 0px rgba(0,0,0,0.2), inset 0px 0px 0px 2px #ffffff;
	background-color: rgb(247, 247, 247);
	-moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
	-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 0 1px 0 #fff;
}

/* Grid filter buttons */
/*.grid-dropdown {
	position: absolute !important;
	z-index: 9999;
}
*/
table.grid-table .grid-filter-btn:before {
	background: white !important;
	content: "\f0b0";
	font-family: FontAwesome;
	background: transparent;
	left: -5px;
	position: absolute;
	top: 0;
}

table.grid-table .grid-filter-btn.filtered:before {
	background: white !important;
	content: "\e17b";
	font-family: FontAwesome;
	background: transparent;
	left: -5px;
	position: absolute;
	top: 0;
	color: yellowgreen;
}

.card {
	border: none !important;
}

.bg-light {
	color: black !important;
}