.kanban-container {
    padding: 2px;
    padding-left: 8px;
    padding-right: 8px;
    min-height: 560px;
    background: #ffffff;
}

.drag-your-task {
    padding: 30px 15px;
    border: 1px dashed #cccccc;
    background-color: transparent;
    text-align: center;
    margin: 15px;
}

    .drag-your-task i {
        font-size: 20px;
        border-radius: 30px;
        line-height: 28px;
        padding: 6px;
        width: 32px;
        height: 32px;
        border: 2px solid #cccccc;
    }

    .drag-your-task h4 {
        font-size: 16px;
        margin: 10px 0 0 0;
        padding: 0;
        font-weight: 500;
        line-height: 20px;
    }

.add-task-btn {
    padding: 6px 15px;
    border: 1px dashed #cccccc;
    background-color: transparent;
    text-align: center;
    color: #23a03e;
    display: block;
    font-size: 14px;
    margin: 15px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .add-task-btn i {
        font-size: 14px;
        text-align: left;
        margin-right: 7px;
    }

    .add-task-btn:hover {
        background-color: #e6e6e6;
        color: #23a03e;
        border: 1px dashed #23a03e;
    }

.task-block {
    padding: 10px 10px 5px 10px;
    background-color: #ffffff;
    border: 2px solid #ededed;
    box-sizing: border-box;
    display: block;
    margin: 5px 15px 5px 15px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .task-block.kanban {
        padding: 10px 1px 5px 5px;
        background-color: #ffffff;
        border: 1px solid #ededed;
        box-sizing: border-box;
        display: block;
        margin: 2px 2px 0 2px;
        position: relative;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .task-block.critical {
        border-left: 2px solid #e83232;
    }

        .task-block.critical i {
            color: #e83232;
        }

    .task-block.highlightGroup {
        background-color: lightgray;
        border-bottom-color: orange;
        border-top-color: orange;
        border-right-color: orange;
    }

    .task-block.high {
        border-left: 2px solid #f98f0b;
    }

        .task-block.high i {
            color: #f98f0b;
        }

    .task-block.medium {
        border-left: 2px solid #f7f90b;
    }

        .task-block.medium i {
            color: #f7f90b;
        }

    .task-block.low {
        border-left: 2px solid #5CE009;
    }

        .task-block.low i {
            color: #5CE009;
        }

    .task-block.undefined {
        border-left: 2px solid #C7C7C7;
    }

        .task-block.undefined i {
            color: #C7C7C7;
        }

    .task-block.bug {
        border-left: 2px solid #ffb400;
    }

        .task-block.bug i {
            color: #ffb400;
        }

    .task-block.complete {
        border-left: 2px solid #23a03e;
    }

        .task-block.complete i {
            color: #23a03e;
        }

    .task-block.new {
        border-left: 2px solid #5BBC23;
    }

        .task-block.new i {
            color: #5BBC23;
        }

    .task-block:hover {
        background-color: whitesmoke;
    }

    .task-block h5.task-id {
        margin: 0;
        font-size: 13px;
        text-transform: uppercase;
    }

        .task-block h5.task-id i {
            margin-left: 5px;
            font-size: 10px;
        }

    .task-block h5.companyname {
        margin: 0;
        margin-left: 32px;
        font-size: 12px;
    }

        .task-block h5.companyname i {
            margin-left: 5px;
            font-size: 10px;
        }

    .task-block .assigned-user {
        width: 48px;
        height: 48px;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .task-block .incident-group-avatar {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 6px;
        top: 6px;
    }

    .task-block .assigned-user-active {
        width: 48px;
        height: 48px;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .task-block .kanban-user {
        position: absolute;
        right: 2px;
        top: 2px;
    }

    .task-block .kanban-user-active {
        position: absolute;
        right: 2px;
        top: 2px;
    }

    .task-block .kanban-tag {
        position: absolute;
        right: 32px;
        top: 2px;
    }

    .task-block .kanban-tag-active {
        position: absolute;
        right: 32px;
        top: 2px;
    }

    .task-block .kanban-company {
        position: absolute;
        left: 5px;
        top: 2px;
    }

    .task-block .kanban-button {
        position: absolute;
        left: 5px;
        top: 32px;
        width: 28px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 1px;
        font-size: 10px;
    }

    .task-block .assigned-user img {
        width: 48px;
        height: 48px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 2px;
        border: 2px solid #d9d9d9;
        background-color: white;
    }

    .task-block .incident-group-avatar img {
        width: 40px;
        height: 40px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 2px;
        border: 2px solid #d9d9d9;
        background-color: white;
    }

    .task-block .assigned-user-active img {
        width: 48px;
        height: 48px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 2px;
        border: 2px solid orangered;
        background-color: white;
    }

    .task-block .kanban-user img {
        width: 28px;
        height: 28px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 1px;
        border: 1px solid #d9d9d9;
        background-color: white;
        margin-bottom: 1px;
    }

    .task-block .kanban-user-active img {
        width: 28px;
        height: 28px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 1px;
        border: 1px solid orangered;
        background-color: white;
        margin-bottom: 1px;
    }

    .task-block .kanban-company img {
        width: 28px;
        height: 28px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 1px;
        border: 1px solid #d9d9d9;
        background-color: white;
        margin-bottom: 1px;
    }

    .task-block .kanban-company-active img {
        width: 28px;
        height: 28px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 1px;
        border: 1px solid orangered;
        background-color: white;
        margin-bottom: 1px;
    }

    .task-block .kanban-tag img {
        width: 28px;
        height: 28px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 1px;
        border: 1px solid #d9d9d9;
        background-color: white;
        margin-bottom: 1px;
    }

    .task-block .kanban-tag-active img {
        width: 28px;
        height: 28px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 1px;
        border: 1px solid orangered;
        background-color: white;
        margin-bottom: 1px;
    }

    .task-block p.task-desc {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .task-block p.kanban-desc {
        margin-left: 32px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .task-block ul.task-footer {
        font-size: 11px;
    }

        .task-block ul.task-footer li {
            margin-right: 15px;
            display: inline-block;
        }

    .task-block ul.kanban-footer {
        font-size: 11px;
    }

        .task-block ul.kanban-footer li {
            margin-right: 15px;
            display: list-item;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

    .task-block ul.kanban-company li {
        margin-right: 3px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
    }
    .task-block ul.kanban-user li {
        margin-right: 3px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
    }

    .task-block:hover {
        color: #000000;
    }

.progress {
    margin-bottom: 0;
}

/*# sourceMappingURL=tasks.css.map */
