﻿ul.table-tools {
    list-style-type: none;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

    ul.table-tools li {
        display: inline-block;
        width: 32.75px;
    }

        ul.table-tools li .btn-xs {
            display: inline-block;
            padding: 3px !important;
        }

.nested-modal-zindex {
    z-index: 99001 !important;
}

div.swal-overlay {
    z-index: 100000 !important;
}

.swal-modal {
    z-index: 99999;
}

.inActive {
    text-decoration: line-through !important;
}

div.form-group.invalid .form-control {
    border-bottom-color: #F00 !important;
}

div.form-group.invalid .form-control-placeholder {
    color: #F00 !important;
}

div.custom-select.invalid .select-selected {
    border-bottom-color: #F00 !important;
}

.adjustDummyRow {
    color: #EF4836 !important;
    font-style: italic;
    font-weight: bold;
}