html, body {
width: 100%;
height: 100% !important;
}
#sidebar .list-group-item {
background-color: transparent;
}
#sidebar {
padding-left: 25px;
}
.toast {
margin: 10px;
}
.nav.ogcp-nav {
position: relative;
}
.ogcp-nav .nav-item {
padding-left: 20px;
position: relative;
}
.ogcp-nav .nav-link {
padding: 0;
}
.ogcp-nav .active > .nav-link {
font-weight: bold;
background: slategrey;
border-radius: 10rem;
}
.text-wol {
color: #99791a !important;
}
.text-linux {
color: #d77cb3 !important;
}
.text-windows {
color: #2d9efb !important;
}
.badge-wol {
color: white !important;
background-color: #99791a !important;
}
.badge-linux {
background-color: #d77cb3 !important;
}
.badge-windows {
background-color: #2d9efb !important;
}
.og-pill {
min-width: 11em;
}
#dhcpd_conf {
height: 25rem;
}
a.nav-link.collapsed:not(.disabled)[data-toggle="collapse"]::before {
content: "▶";
position: absolute;
left: -15px;
font-size: 0.7em;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
a.nav-link:not(.collapsed):not(.disabled)[data-toggle="collapse"]::before {
content: "▶";
position: absolute;
left: -15px;
transform: rotate(90deg);
font-size: 0.7em;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
a.nav-link.live-report::before {
color: #ffc107;
}
.subhead-heading {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
padding-bottom: 0.5rem;
border-bottom: 1px solid lightgray;
}