.error {
    color: #F00;
    background-color: #FFF;
}

.form-check.form-check-success .taskCheckBox {
    background-color: #f1416c;
}

#erp-datatable_previous > a
.dataTables_info, .dataTables_paginate, .dataTables_wrapper .page-link {
    font-size: 11px !important;
}

.page-item.active .page-link {
    padding: 0px !important;
}

.ocultar {
    visibility: hidden !important
}

.dt-buttons .btn-primary, .dt-buttons .btn-secondary, .dt-buttons .btn-info, .dt-buttons .btn-danger,
.dt-buttons .btn-success, .btn-small {
    padding: 4px 10px !important;
}

.groupright {
    float: right !important;
}

.no_bg {
    background-color: transparent !important;
}

.no_border {
    border: 0;
}

.icon_field{
    max-height: calc(3.5rem + 2px);
}
.btn_field{
    max-height: calc(3.5rem + 2px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.col_nowrap {
    white-space: nowrap
}

.ocultar {
    visibility: hidden;
}

.borderPending {
    outline: 2px solid #FFFFFF !important;
}

.maxWithTask {
    max-width: 62px !important;
}

.maxHeight {
    max-height: 50px !important;
}


.btnCustom {
    height: 30px;
    width: 60px;
    text-align: center;
    padding: 6px 0 !important;
    font-size: 12px !important;

}

.btnCustom2 {
    height: 30px;
    width: 80px;
    text-align: center;
    padding: 6px 0 !important;
    font-size: 12px !important;

}

.list-group-item {
    color: #000000 !important;
}

.select2-container--bootstrap5 .select2-selection {
    min-height: calc(3.5rem + 2px) !important;
}

.dataTables_wrapper .dataTables_filter input::-webkit-search-cancel-button {
    font-size: 30px !important;
}
.mano{
    cursor:pointer;
}
@media only screen and (max-width: 600px) {
    .dt-buttons a {
        font-size: 11px !important;
    }

    .dt-buttons a i {
        display: none !important;
    }

    .dt-buttons .btn-secondary, .dt-buttons .btn-primary {
        padding: 4px 5px !important;
    }

    .dataTables_filter input {
        max-width: 150px !important;
    }
}
