.help-block.form-error{
    font-size: 90%;
    font-weight: bold;
    color: #c82333 !important;
    display: block;
}
.form-group.has-error .form-control{
    border-color: rgba(200, 35, 51, 0.8) !important;
}

.dataTables_empty{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.pagination-rounded .page-link {
    border-radius: 30px !important;
    margin: 0 3px;
    border: none;
}

.dataTables_filter input[type=search]{
    font-size: 13px !important;
}
.dataTables_info,
.dataTables_length{
    display: inline-flex !important;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.dataTables_paginate,
.dataTables_filter{
    display: inline-flex !important;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    float: right;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_filter select{
    margin-left: .5em;
    display: inline-block;
    width: auto;
}

.btn-datable-action{
    min-width: 28px !important;
    font-size: 12px !important;
    padding: 2px 5px !important;
}

.dataTables_wrapper .dt-buttons{
    margin-bottom: 10px;
}

.bg-custom-modal-header{
    background: #ffdc57 !important;
    padding: .85rem 1.5625rem !important;
}
.bg-custom-folder-tab{
    background: #ffdc57 !important;
}
#TASK_CALENDAR .fc-scrollgrid-section-bod .fc-scrollgrid-sync-table .fc-daygrid-day,
#TASK_CALENDAR .fc-scrollgrid-section-bod .fc-scrollgrid-sync-table .fc-daygrid-day *{
    cursor: pointer;
}

.waves-effect {
    position: inherit !important;
}

.striketext, .striketext *{
    text-decoration: line-through !important;
}

.daterangepicker.auto-apply.show-calendar .drp-buttons{
    display: none !important;
}

.modal-dialog.modal-xl{
    max-width: 1350px !important;
}


.sidenav-item.active .sidenav-link,
.sidenav-item .sidenav-link:hover,
.sidenav-item.open .sidenav-link.sidenav-toggle{
    color: #fff !important;
    background-color: #4c8bf5 !important;
}