/**
 * General
 */

 a {
	outline: none;
}

a:hover {
	text-decoration: none;
}

.col-action {
	width: 1rem;
}

/**
 * Bootstrap overrides
 */

.bg-dark {
	background-color: #334 !important;
}

.bg-secondary {
	background-color: #556 !important;
}

.bg-tertiary,
.modal-header {
	background-color: #426 !important;
}

.modal-header.bg-danger {
	background-color: #dc3545 !important;
}

.modal-header.bg-success {
	background-color: #28a745 !important;
}

.modal-header.bg-warning {
	background-color: #ffc107 !important;
}

.navbar-brand h1 {
	font-weight: bold;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
}

.table thead th {
	vertical-align: initial;
}

.table-dark {
	background-color: #334;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color: #445;
}

.text-light {
	color: #eef !important;
}

.form-control.bg-secondary {
	border-color: #ccd;
	color: #fff !important;
}

.fa-sort-up,
.fa-sort-down {
	color: #a5f !important;
}

/**
 * Responsiveness
 */

 @media (max-width: 767.98px) {
	.hide-md {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.hide-lg {
		display: none;
	}
}
