/* #items_form .form-row:first-child .btnDeleleItem {
    display: none;
} */
.dataTables_filter {
    float: right;
}

span.waiting-txt {
    color: #33CCFF;
    font-weight: 900;
}

span.progress-txt {
    color: #FFF941;
    font-weight: 900;
}

span.delivered-txt {
    color: #4AFF33;
    font-weight: 900;
}

.dataTable td,.dataTable th {
    font-size: 14px;
}

.edit-schedule, .delete-schedule {
    float: right;
    padding: 5px 5px;
    margin-left: 5px;
    width: 50px;
    text-align: center;
    border-radius: 2px; 
    position: absolute;
    top: -10px;
}

.edit-schedule {
    right: 60px;
}

.delete-schedule {
    right: 5px;
}

.text-schedule {
    width: auto;
    word-break: break-all;
    z-index: 1;
}

a.event .title .delete-schedule, a.event .title .edit-schedule {
    display: none;
}

a.event:hover .title .delete-schedule, a.event:hover .title .edit-schedule {
    display: block;
}

.sidebar.toggled .nav-item .collapse {
    z-index: 9;
}

.add-schedule {
    float: right;
    margin-top: -35px;
}

/* tbody tr.week-0{
    background-color: #ffe9e9;
}
tbody tr.week-1{
    background-color: #defff2;
}
tbody tr.week-2{
    background-color: #f5ffdc;
}
tbody tr.week-3{
    background-color: #f1f1f1;
}
tbody tr.week-4{
    background-color: #e3ffd1;
}
tbody tr.week-5{
    background-color: #fff0dc;
} */

tbody tr.week{
    background-color: #f8f9fc;
}

.ui-draggable-handle {
    z-index: 9;
}