#Processing,
#ajaxFailed {
    display: none;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
}

#Processing .process,
#ajaxFailed .FailedMessage {
    margin: auto;
    width: 240px;
    background-color: #f9edbe;
    border: 1px solid #f0c36d;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
    color: #444444;
    font-weight: bold;
    padding: 5px 0px 7px 0px;
    z-index: 8;
    font-size: 12.5px;
}

.form-control {
    font-size: .8rem;
}

.text-right {
    text-align: right;
}


/*.modal-footer { border-top: 1px solid #4c4c4c; }*/

.modal-xxl {
    max-width: 90% !important;
}

.modal-body {
    font-size: 12px;
}

.table th {
    padding: 0.75rem 0.5rem !important;
    opacity: .7;
    font-weight: bolder;
    color: #292929;
    text-transform: uppercase !important;
    font-size: .67rem;
    border: 1px solid #f0f0f0;
    background: #f9faff;
}

table#table-example.dataTable tbody tr:hover {
    background-color: #fafafa !important;
}

@media screen and (max-width: 900px) {
    .column-hide {
        display: none;
    }
    li.paginate_button.previous {
        display: inline;
    }
    li.paginate_button.next {
        display: inline;
    }
    li.paginate_button {
        display: none;
    }
    .modal-dialog {
        width: auto !important;
    }
    .modal-xxl {
        max-width: 100% !important;
    }
}

@media screen and (max-width:767px) {
    .column-hide {
        display: none;
    }
    li.paginate_button.previous {
        display: inline;
    }
    li.paginate_button.next {
        display: inline;
    }
    li.paginate_button {
        display: none;
    }
    #my-grid_filter {
        margin-top: 14px;
    }
    .table-responsive {
        border: none;
    }
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: end !important;
    }
}

@media screen and (max-width:615px) {
    .column-hide {
        display: none;
    }
    #my-grid_filter {
        margin-top: 14px;
    }
}

@media screen and (max-width:600px) {
    .column-hide {
        display: none;
    }
    #my-grid_filter {
        margin-top: 14px;
    }
}

@media screen and (max-width:550px) {
    .column-hide {
        display: none;
    }
    #my-grid_filter {
        margin-top: 14px;
    }
}

@media screen and (max-width:500px) {
    .column-hide {
        display: none;
    }
    #my-grid_filter {
        margin-top: 14px;
    }
}

@media screen and (max-width:450px) {
    .column-hide {
        display: none;
    }
    #my-grid_filter {
        margin-top: 14px;
    }
}

@media screen and (max-width:400px) {
    .column-hide {
        display: none;
    }
}

@media screen and (max-width:350px) {
    .column-hide {
        display: none;
    }
}

.dropdown-menu {
    box-shadow: 0 8px 26px -4px hsl(0deg 0% 8% / 15%), 0 8px 9px -5px hsl(0deg 0% 8% / 6%);
}

.navbar {
    margin-top: 5px;
}

.navbar-vertical.navbar-expand-xs {
    z-index: 9;
}