:root {
    --eld-dark: #2e2e2e;
    --eld-light: #f5fffe;
    --eld-primary: #00806f;
    --eld-primary2: #009985;
    --eld-primary3: #006658;
    --eld-primary4: #101214;
    --eld-primary5: #23272d;
}

.navbar-brand img {
    width: auto;
    height: 95%;
    margin: 0;
}

.navbar-nav a, .navbar-nav .active a {
    background-color: var(--eld-primary2) !important;
    color: var(--eld-light) !important;
}

.navbar-toggle .icon-bar {
    background-color: var(--eld-light) !important;
}

.navbar-nav a:hover {
    background-color: var(--eld-primary4) !important;
}

.navbar-default,
.navbar-inverse,
#smooth-hover .head-skeleton {
    background-color: var(--eld-dark);
}

.profile-client {
    color: var(--eld-light);
}

.profile-client svg path:nth-child(1) {
    stroke: var(--eld-light);
}

.profile-client svg path:nth-child(2) {
    fill: var(--eld-light);
}

.app-fleet-sidebar {
    background-color: var(--eld-dark);
}

#menu-header-label {
    color: #ddddd5;
}

.app-fleet-sidebar, .app-fleet-sidebar .app-fleet-sidebar-item {
    color: #c1c1c0;
}

.app-fleet-sidebar-item .app-fleet-sidebar-item-icon {
    fill: #c1c1c0;
}

/*.app-fleet-sidebar-item:hover .app-fleet-sidebar-item-icon {*/
/*    fill: #00bfa5;*/
/*}*/


