﻿/** WORK **/


.work-item:hover, .work-item.active {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    color: #3699FF;
    background-color: #F3F6F9;
    border-radius: 0.42rem;
    cursor: pointer;
}

.work-item.checked {
    opacity: 0.5;
}

    .work-item.checked .wi-title {
        text-decoration: line-through;
    }

.work-item-content {
    margin: 8px;
}

.row-settings-item {
    visibility: hidden;
    position: absolute;
    margin-left: -5px;
    margin-top: 1px;
    width: 16px !important;
    height: 16px !important;
}

.editable-row:hover .row-settings-item {
    visibility: visible;
}

.editable-row:hover .row-number {
    visibility: hidden;
}

.row-move {
    cursor: move;
    position: absolute;
    margin-left: -22px;
    margin-top: -3px;
}

.row-settings {
    width: 40px;
}

.draggable {
    cursor: move;
}

.drop-target {
    border: 1px dashed #ebebeb;
    background-color: #e9e9e9;
}

@media (max-width: 991.98px) {
    .aside {
        width: unset; /* fix for empty left menu cases */
    }
}

@media (min-width: 992px) {
    .aside-minimize .wrapper {
        padding-left: 90px !important;
    }
}

.mini-list.toggle-on {
    width: 20px !important;
}

.mini-list {
    transition: width 0.3s ease;
}

.animate {
    webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: #e3e3e3;
}

.no-after:after {
    content: none !important;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }

.aside-menu .menu-nav > .menu-item.menu-item-open > .menu-link .menu-text {
    color: #3F4254;
}
