.modern-button-default-icon {
    filter: invert(56%) sepia(0%) saturate(137%) hue-rotate(221deg) brightness(90%) contrast(82%);
}

.journal-table .widget-body-toolbar.b-db-fast-form > .btn-group .btn {
    background: #404040;
}

.journal-table .widget-body-toolbar.b-db-fast-form > .btn-group a.btn img{
    margin-left: -3px;
    margin-top: 2px;
}

.journal-table .add-journal-column-btn img{
    filter: brightness(0) saturate(100%);
}

.journal-table .add-journal-column-btn {
    border: 1px solid black;
}

.timesheet-cell-wrapper .fa-video-camera:before {
    content: "\f03d";
    color: black;
}

.fa-plus {
    color: var(--color-primary);
}

@media only screen and (min-width: 320px) and (max-width: 820px) {
    div.project-context {
        display: block !important;
        width: 160px;
    }

    #logo-group {
        display: none !important;
    }

    .header-btn {
        margin: 4px 8px;
    }

    .users-points__block {
        margin: 4px 0;
    }
}

table.timesheet-table tbody > tr.first-row td {
    border-top: 7px solid #eeeeee;
}

table.timesheet-table tbody > tr.first-row:first-child td {
    border-top: 3px solid #eeeeee;
}


div.project-context {
    margin-left: 14px !important;
    display: inline-block;
    padding: 7px 13px 0;
    position: relative;
    border: none;
    background: none;
    text-align: left;
    color: #787878;
    font-size: 14px;
    cursor: pointer;
}

#header > div.project-context.open {
    font-weight: normal;
}

.project-context > :first-child {
    display: block;
    color: #C7C5BE;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 0 1px white;
    padding-left: 0px;
    text-align: left;
}

#content:not(textarea) {
    padding-right: 15px;
    padding-top: 55px;
}

.fixed-header #main {
    margin-top: 0;
}

#left-panel > nav {
    padding-bottom: 0;
}

#left-panel.with-pet > nav > ul {
    margin-bottom: 0 !important;
}

.friends-tabs li.active a,
.friends-tabs li.active a:focus,
.friends-tabs li.active a:hover,
.profile-tabs li.active a,
.profile-tabs li.active a:focus,
.profile-tabs li.active a:hover{
    background: #454545 !important;
    color: #FFFFFF !important;
    -webkit-box-shadow: unset !important;
}

.friends-tabs li a:hover,
.profile-tabs li a:hover {
    background: #505050 !important;
    color: #FFFFFF !important;
}

.friends-tabs li a,
.profile-tabs li a {
    color: #454545 !important;
}

.modern-button-icon {
    filter: invert(21%) sepia(12%) saturate(0%) hue-rotate(0deg) brightness(85%) contrast(95%);
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #454545;
}

.e-db-table-row-item > span.label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}


