﻿div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    justify-content: flex-end;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.swal2-toast {
    background-color: #fff;
}

.notifications {
    color: #28a745;
}

.main-loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

    .main-loading .cssload-container {
        position: absolute;
        left: 0;
        top: 0;
        background: #F8FAFA;
        opacity: 0.8;
        filter: alpha(opacity=80);
        bottom: 0;
        right: 0;
    }

    .main-loading img {
        left: 50%;
        top: 50%;
        position: absolute;
        margin-left: -21px;
        margin-top: -22px;
    }

.br-solid {
    border-right: 1px solid #ced4da !important;
}

.imgthumb {
    max-width: 230px;
    cursor: pointer;
}

.table-gridview tbody tr td {
    vertical-align: middle;
}

.logo-login {
    width: 30% !important;
}

.dd-icon {
    color: var(--global--color-white);
} 