.task-card {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 18px 10px 5px;
    border-radius: 12px;
    border-left: 3px solid;
    color: #2b2b2b;
    letter-spacing: 0;
    transition: all ease-in-out 0.4s;
    margin-bottom: 35px;
}

.task-type {
    font-weight: 700;
    background: #f5f5f5;
    padding: 4px 4px;
    line-height: 1;
    margin-bottom: 10px;
    border-radius: 10px;
    display: inline-block;
    margin-top: 4px;
    color: #383838;
    font-size: 12px;
    margin-bottom: 5px;
}

.assign-row {
    padding-top: 8px;
    margin-top: 8px;
    border-top: 1px solid #ccc;
}

.task-title {
    margin-bottom: 0;
    font-size: 16px;
/*    white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 38px;
}

.task-time {
    line-height: 1.2;
    margin-top: 8px;
}

.task-priority {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 10px;
    position: absolute;
    left: 13px;
    top: -7px;
}

.task-priority-view {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 10px;
}

.task-time span {
    margin-bottom: 4px;
}

.border-success {
    border-color: #00c96c !important;
}

.border-primary {
    border-color: #ef8d24 !important;
}

.border-secondary {
    border-color: #4f74b5 !important;
}

.filter-panel {
    margin-bottom: 40px;
}

.inplanning-task {
    background-color: #4f74b5;
    color: #fff;
    font-weight: bold;
}

.inprocess-task {
    background-color: #ef8d24;
    color: #fff;
    font-weight: bold;
}

.done-task {
    background-color: #00c96c;
    color: #fff;
    font-weight: bold;
}

.not-require-task {
    background-color: #dc3545;
    color: #fff;
    font-weight: bold;
}

.task-icons {
    font-size: 15px;
}

ul.i2c-checklist li {
    display: flex;
}

ul.i2c-checklist li + li {
    margin-top: 8px;
}

ul.i2c-checklist li input {
    min-width: 15px;
}

ul.i2c-checklist li label {
    color: #7c7c7c;
    font-weight: 400;
}

ul.i2c-checklist .form-check-input:checked[type=checkbox].checkbox-success,
    {
    background-color: unset;
    border-color: #54BA4A;
    outline: 0;
    background-color: unset;
    box-shadow: none;
}

ul.i2c-checklist .checkbox-success.form-check-input:checked {
    background-color: #54BA4A;
    border-color: #54BA4A;
    box-shadow: none;
}

ul.i2c-checklist .checkbox-success.form-check-input:checked + label {
    text-decoration: line-through;
}

ul.i2c-checklist .checkbox-success.form-check-input:focus {
    box-shadow: none;
}

.dd .task-card,
.dd-dragel .task-card{
    margin-bottom: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-left: 0;
    font-size: 12px;
    padding: 18px 10px 0;
    border-radius: 12px 12px 0 0;
}

.dd .task-card-bottom,
.dd-dragel .task-card-bottom{
    padding: 8px 10px 5px;
    font-size: 12px;
    margin-bottom: 25px;
    border-radius: 0 0 12px 12px;
}

.dd-dragel .task-card,
.dd-dragel .task-card-bottom{
    border-left: 2px solid;
}

.dd .assign-row,
.dd-dragel .assign-row{
    margin-top: 0;
}

.dd {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    vertical-align: top;
}

.dd ol {
    transition: border-color 2s ease, all 0.1s ease;
}

.dd ol.list {
    padding-top: 2em;
    padding-left: 15px;
    max-width: 650px;
    margin: 0 auto;
}

.dd ol.list .text {
    float: right;
    width: 60%;
}

.dd ol.list > li,
.dd ol.list > h3 {
    max-width: 600px;
    margin: 0 auto;
}

.dd ol.list > h2 {
    padding-bottom: 6px;
}

.dd-item:hover {
    color: #00838F;
    will-change: box-shadow;
    transition: all .4s ease-in-out;
    box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.2);
    color: #2b2b2b;
    transform: scale(1.03);
    background: #fff;
}

.dd ol.kanban {
    border-top: 5px solid;
    width: calc(25% - 14px);
    height: auto;
    margin: 0 5px;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    flex-direction: column;
    min-height: 200px;
    z-index: 1;
    position: relative;
    background: #f7f7f7;
    padding: 15px 10px;
    border-radius: 5px 5px 15px 15px;
}

.dd-item {
    z-index: 1;
    position: relative;
    background: #fff;
    display: block;
    margin: 5px 0;
    border-radius: 12px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.dd .title {
    align-self: flex-end;
    color: inherit;
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    line-height: normal;
    overflow: hidden;
    -webkit-transform-origin: 149px 48px;
    transform-origin: 149px 48px;
    margin: 0;
}

.dd .text {
    color: grey;
    border-top: 1px solid font-size: 1rem;
    font-weight: 400;
    line-height: 18px;
    overflow: hidden;
    padding: 16px;
    width: 90%;
}

.dd .actions {
    border-top: 1px solid rgba(0, 0, 0, .1);
    font-size: 8px;
    line-height: normal;
    width: 100%;
    color: #B0BEC5;
    padding: 8px;
    box-sizing: border-box;
}

.dd {
    position: relative;
    display: block;
    list-style: none;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list .dd-list {
    padding-left: 30px;
}

.dd-collapsed .dd-list {
    display: none;
}

.dd-item.empty-item-balance {
    border: 0;
    box-shadow: none;
    height: 1px;
    min-height: 1px;
    padding: 0;
    background: transparent;
}

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #E0E0E0;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #E0E0E0;
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.dd-handle:active,
.dd-handle:hover,
.dd-dragel{
    margin-top: 0;
    cursor: move;
}

.dd-dragel .dd-item {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .5);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .5);
    cursor: move;
}

.event-title {
    font-size: 15px;
    font-style: italic;
    color: #838383;
    text-decoration: underline;
    margin-bottom: 5px;
}
