.icon, .icon:hover, .icon:focus {
    background-color: transparent;
    color: black;
}

.online {
    background-color: #4caf50;
}

.offline {
    background-color: #f44336;
}

.flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.menu-item-base {
    padding-left: 10px;
}

.menu-item-indent {
    padding-left: 27px;
}

.menu-item-icon {
    color: #1779ba;
    font-size: 1rem;
}

.menu-item-text {
    padding: 0 !important;
    margin-top: auto !important;
    margin-bottom: 10px !important;
}

.separate-menu-item {
    margin-top: 15px !important;
}

.global-nav {
    background: #2c3840 !important;
    font-size: 0.8125rem;
    font-weight: bold;
    height: 3rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    display: flex;
}

.global-nav-title {
    line-height: 0;
    padding-left: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.global-nav-title .logo {
    color: #fefefe;
    font-size: 25px;
    font-weight: normal;
    opacity: 0.75;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    min-height: 46px;
    height: 46px;
    line-height: 46px !important;
}

.nav-title {
    text-transform: uppercase;
    font-size: 0.75rem;
    color: #999;
    font-weight: bold;
    line-height: 1;
    padding-left: 0.9rem;
    margin-bottom: 0.5rem;
    border-top: 1px solid #e9e9e9;
    margin-top: 1rem;
    padding-top: 1.5rem;
}

.nav-icon, .nav-icon:hover, .nav-icon:focus {
    color: white;
    font-size: 1rem;
}

.nav-empty-results {
    text-transform: uppercase;
    color: #999;
    line-height: 1;
    margin-bottom: 0.5rem;
}

#sidebar {
    background-color: rgb(249,249,250);
    max-width: 296px;
    margin-top: 3em;
    bottom: auto;
    top: 0px;
    height: 100vh;
    border-right: solid 1px rgb(231, 231, 233);
}

#body-container {
    height: 100vh;
    margin-left: 297px;
}

.gw-details-wrap {
    margin-left: 20px;
}

.sidebar-control {
    width: 250px;
}

#call-log-view {
    height: 60vh;
    overflow: scroll;
}

.gutter {
    border-right: 2px solid #999999;
}

.permission-denied {
    text-align: center;
}

.permission-denied .text {
    margin-top: 5%;
    font-size: 2rem;
    color: red;
}

.permission-denied .icon  {
    background-image: url("../img/permission_denied.webp");
    height: 500px;
    width: 600px;
    margin: auto;
}

#logLevelFilter {
    width: 100px;
    margin-bottom: 10px;
}

.level-error {
    color: red;
}

.level-warn {
    color: orange;
}

.level-debug {
    color: silver;
}