body {
	font-family: Arial;
	font-size: .9rem;
}

.content-header h1 {
	font-size: 1.6rem;
}
.card {
	border: 1px solid #ccc;
	box-shadow: none;
	margin-bottom: 1em !important;
}
.card-body {
	padding: 1rem;
}
.nav-sidebar .menu-open {
	background-color: rgba(255,255,255,.05);
}
.nav-treeview>.nav-item .nav-icon.fa,
.nav-treeview>.nav-item .nav-icon.fab,
.nav-treeview>.nav-item .nav-icon.far,
.nav-treeview>.nav-item .nav-icon.fas {
	font-size: .9rem;
}
.nav .nav-treeview .nav-item {
	font-size: .9rem;
	line-height: 1.3;
}
.brand-text {
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: bold;
}
.form-group .form-group-description {
	color: #666;
	margin: -0.3rem 0.6rem 0.5rem;
}
.pagination {
	font-size: .8rem;
}
label {
	margin-bottom: .25rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	font-weight: bold;
}
a.nav-link {
	color: #AAA;
}
a.nav-link:hover {
	color: #000;
}

a.badge {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.control-sidebar, .control-sidebar::before {
	overflow: auto;
	bottom: 0;
	width: 325px;
}
.nav-item .badge {
	font-size: .75rem;
}
.navbar-nav .nav-item {
	font-size: 1.2rem;
}
.content-wrapper>.content {
	margin-top: -20px;
	padding: 0 1rem;
}
.nav-sidebar>.nav-item .nav-item-badge {
	margin-left: -18px;
	font-size: .4rem;
}
.form-control {
	border: 1px solid #aaa;
}

.card-warning.card-outline {
	border-top: 5px solid #ffc107;
}
.card-success.card-outline {
	border-top: 5px solid #28a745;
}
.card-primary.card-outline {
	border-top: 5px solid #007bff;
}
.card-danger.card-outline {
	border-top: 5px solid #dc3545;
}
.card-info.card-outline {
	border-top: 5px solid #17a2b8;
}
.card-secondary.card-outline {
	border-top: 5px solid #6c757d;
}

.list-group-item {
	padding: .6rem 1rem;
}

.badge {
	line-height: 130%;
}

.layout-top-nav .wrapper .main-header .brand-image {
	margin-top: 0;
}

.btn-secondary {
	background-color: #a4a4a4;
}

.table-bordered {
	border: 1px solid #464747;
}
.table-striped tbody tr:nth-of-type(even) {
	background-color: #fff;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,.12);
}
.table-bordered td, .table-bordered th {
	border: 1px solid #bbb;
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.multiselect-header {
	font-size: .7rem;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 4px;
}
input.search-input{
  border: 1px solid #aaa;
  padding: 4px;
  width: 100%;
  margin-bottom: 5px;
  height: auto;
}

.brand-text {
	text-transform: none;
}

textarea.form-control,
input[type=text].form-control,
input[type=search].form-control,
select[multiple].form-control,
select.custom-select {
	background-color: #f8f9fa;
}

.modal {
	text-align: center;
	z-index: 5000; /* to hide popovers */
}
.modal-dialog {
	text-align: left;
}
.modal-fluid {
	max-width: 80%;
	display: inline-block;
	min-width: 80%;
}

.nav-pills .nav-link {
	color: black;
}
.nav-pills .nav-link:not(.active):hover {
	background-color: #f5f5f5;
}

.dropdown-menu {
	z-index: 2000;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	border-color: #999 #999 #fff;
}

.custom-select {
	height: calc(2rem + 2px);
	line-height: 1rem;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
  border-width: 2px;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
  border-width: 2px;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #6fb67f;
  border-width: 2px;
}
.alert-info {
  color: #1c546b;
  background-color: #cee9f5;
  border-color: #7db4d6;
  border-width: 2px;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #f4bc13;
  border-width: 2px;
}
.alert-danger {
  color: white;
  background-color: rgb(238, 100, 100);
  border-color: #a84e58;
  border-width: 2px;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
  border-width: 2px;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
  border-width: 2px;
}

.custom-select {
	border: 1px solid #6c757d;
}

.alert-dismissible {
	padding-right: 3rem;
}

.alert p:first-of-type {
	margin-bottom: 0px;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: white;
  text-decoration: none;
  background-color: black;
}

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

.close {
	background-color: red !important;
	color: white !important;
	opacity: .6 !important;
	padding: .2rem .6rem !important;
	font-size: 1.2rem !important;
	border-radius: 2px;
}

.callout.callout-warning {
	border-left-color: rgb(231, 102, 2);
}

.tooltip {
	z-index: 100000000; 
}

thead tr th {
	line-height: 130%;
}
td {
	line-height: 130%;
}
