body {
	font-family: 'Open Sans', Sans-Serif;
}

#app .sidebar-heading {
	padding: 0.875rem 1.25rem;
	font-size: 1.2rem;
}

#sidebar-left {
	background-color: #ffffff;
}

#sidebar-left .list-group {
	width: 15rem;
	padding: 15px;
}

#app.collapsed #sidebar-left .list-group {
	width: 3rem;
}

#sidebar-left .list-group .list-group-item {
	border: 0;
	border-radius: .3rem;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

#sidebar-left .list-group-item.active {
	background-color: #F5F6F7;
	color: #2E77E6;
	font-weight: 700;
}

#sidebar-left .b-icon.bi {
	margin-right: 10px;
}

#page-content-wrapper {
	width: 100%;
}

h1 {
	font-size: 2rem;
	font-weight: 400;
}

.btn-primary {
	color: #fff;
	background-color: #2E77E6;
	border-color: #2E77E6;
}

.btn-primary:hover {
	color: #fff;
	background-color: #1964d4;
	border-color: #185ec9;
}

.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #1964d4;
	border-color: #185ec9;
	box-shadow: 0 0 0 .2rem rgba(77, 139, 234, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background-color: #2E77E6;
	border-color: #2E77E6;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #185ec9;
	border-color: #1759be;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(77, 139, 234, 0.5);
}

.bg-primary {
	background-color: #2e77e6 !important;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
	background-color: #185ec9 !important;
}

.tree-branch.selected > .tree-node > .tree-node-label {
	background-color: #2e77e6 !important;
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #2E77E6;
	border-color: #2E77E6;
}

.badge-primary {
	color: #fff;
	background-color: #2E77E6;
}

a.badge-primary:hover, a.badge-primary:focus {
	color: #fff;
	background-color: #185ec9;
}

a.badge-primary:focus, a.badge-primary.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(77, 139, 234, 0.5);
}

.card {
	border-radius: .3rem;
}

#overview .status > .list-group-item {
	padding: 3px 0;
	border: 0;
	font-size: 0.8rem;
}

#overview .status .b-icon.bi {
	margin-right: 10px;
}

.tree-branch {
	line-height: 2rem;
}

.nav-icon {
	padding-top: .3rem !important;
}

.pointer {
	cursor: pointer;
}

.tree-node {
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
}

.card-list {
  display: grid;
  grid-gap: 1em;
}

ul {
  list-style-type: none;
}

.img-wraps {
	position: relative;
	display: inline-block;

	font-size: 0;
}
.img-wraps .closes {
	position: absolute;
	top: 5px;
	right: 8px;
	z-index: 100;
	padding: 4px 3px;

	color: #ff0000;
	font-weight: bold;
	cursor: pointer;
	background-color: #FFFFFF;
	opacity: 0.0;

	text-align: center;
	font-size: 22px;
	line-height: 10px;
}
.img-wraps:hover .closes {
	opacity: 1;
}

.dataTables_wrapper {
	overflow: scroll;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: -15px;
	margin-right: -15px;
}

.centertext {
	text-align: center;
}

.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}

img {
    object-fit: contain;
}

.table-break-word {
    word-break: break-word;
}

.analytics-border {
	border-radius: 1rem;
	border: 3px solid #ced4da;
}
.repo-top-border {
	border: 1px solid #2775c4;
}

.repo-child-border {
	border: 3px solid #2775c4;
}

.repo-red {
	color: red
}

.repo-green {
	color: #70ad47
}

.repo-yellow {
	color: darkorange;
}

.repo-component-border {
	border-radius: 1rem;
	border: 3px solid #2775c4;
}

.expand-table-border {
	border-radius: 1rem;
	border-width: 1px;
}
.centervertical {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.overflowscroll {
	overflow: scroll;
}

.overflowscrollx {
	overflow-x: scroll;
}

.dropdown-scroll .dropdown-menu {
	max-height: 400px;
	overflow: scroll;
}
.overflowellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
}

.overflowellipsis:hover {
	overflow: visible;
}

.treeselected {
	background-color: lightblue !important;
}

th.treenode {
	font-weight: normal;
	color: black !important;
	background: white !important;
	border: none !important;
}

td.treenode {
	font-weight: normal;
	color: black !important;
	background: white !important;
	border: none !important;
}

table.treenode {
	font-weight: normal;
	color: black !important;
	background: white !important;
	border: none !important;
}

.reportdimensions {
	width: 100%;
	height: 800px;
}

.maintenance {
	border: red;
	border-width: 5px;
	border-style: solid;
}