.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: auto;
    border-bottom: 10px solid transparent;
}
.categories .btn-group-vertical {
    position: fixed;
    z-index: 999;
}
.categories .btn-group-vertical + .card-category {
    margin-left: 57px !important;
}
.colors-colors, .categories-colors {
    padding: 0;
    margin: -3px;
    list-style: none;
}
.colors-colors li, .categories-colors li {
    margin: 3px;
    font-size: 24px;
    line-height: 0;
    cursor: pointer;
}
.categories-colors input {
    display: none;
}
.colors-colors li.active i:before,
.categories-colors input:checked + i:before {
    content: "\f14a";
}
.card-category .card-header {
    display: block;
    outline: none;
}
.card-category .card-tools {
    line-height: normal;
}
.card-category .card-tools a {
    color: inherit;
}
.card-task {
    outline: none;
    color: inherit !important;
}
.card-success .card-task {
    opacity: 0.5;
    text-decoration: line-through;
}
.card-success .card-task .card-title {
    text-decoration: line-through;
}
