
.navbar {
    background: #047857;;
    border-bottom: 1px solid #e9e9e9;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #f0f0f0;
}
.dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
}
html {
    height: 100%;
}

body {
    min-height: 100%;

    display: flex;
    flex-direction: column;
}

footer, .footer {
    clear: both;
    position: relative;
    padding: 3em 3em 0 3em;
    margin-top: auto;
    color: rgba(156, 163, 175, 1);
    text-decoration: none;
    font-size: 15px;
}

.bg-secondary-darken {
    background-color: #18181b;;
}

footer ol, footer ul, footer menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer a {
    color: inherit;
    text-decoration: inherit;
}

legend {
    float: none;
    width: auto;
    padding: 2px 15px;
    border-radius: 5px;
    margin-bottom: 0;
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
}
div.table {
    .row {
        border-bottom: 1px solid #f0f0f0;
    }
    .header {
        background-color: rgba(0, 0, 0, .03);
        font-weight: bold;
    }
    div {
        padding: 5px;
    }
}
.table>:not(caption)>*>* {
    background-color: color();
}
.profile-user-info {
    display: table;
    width: 98%;
    width: calc(100% - 24px);
}
.profile-info-row {
    display: table-row;
}
.profile-info-row:first-child .profile-info-name, .profile-info-row:first-child .profile-info-value {
    border-top: none;
}
.profile-info-name {
    padding: 6px 10px 6px 0;
    font-weight: 400;
    color: #667E99;
    background-color: transparent;
    width: 150px;
    vertical-align: middle;
}
.profile-info-name, .profile-info-value {
    display: table-cell;
    border-top: 1px dotted #D5E4F1;
}
.profile-info-value {
    padding: 6px 4px 6px 6px;
}