﻿body {
}

.div-style {
    background-color: #F7F9FB;
}

.width-style {
    width: 96%;
}

.dd-style {
    width: 95%;
    margin-left: 6px;
}

.width-style1 {
    width: 97%;
}

.width-style2 {
    width: 98%;
}

.div-style1 {
    position: absolute;
    margin-top: 50px;
}

.img-style {
    visibility: hidden;
}

.div-style2 {
    position: relative;
    overflow: auto;
    height: 71%;
    margin-top: -16px;
}

.gv-style {
    margin-top: 15px;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th {
    background-color: #f2f2f2;
    position: -webkit-sticky;
    position: sticky;
    top: 0; /* Stick to the top */
    z-index: 100;
    border: 1px solid #ddd;
    padding: 8px;
}

td {
    border: 1px solid #ddd;
    padding: 8px;
}

tr {
    display: table-row;
    width: 100%;
    table-layout: fixed;
}

.distributor-list {
    display: none;
}

.chkbBoxText {
    width: 100%;
    border: 1px solid #015F81;
    font-size: 9px;
    color: grey;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.multiselect-container {
    width: 97% !important;
}

.dropdown-menu {
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
}

.row {
    height: 0px !important;
}

.panel-body {
    height: 109px;
}
.fixed-panel {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; 
}

/*.pagination {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
    list-style: none;
}

.pagination {
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin: 0;
}

    .pagination .page-link {
        color: #007bff;
        font-size: 1rem;
        padding: 0.25rem 0.5rem;
        margin: 0 0.25rem;
        border: 1px solid #dee2e6;
        border-radius: 0.25rem;
        transition: background-color 0.3s ease;
    }

        .pagination .page-link:hover {
            background-color: #f8f9fa;
            border-color: #dee2e6;
        }

    .pagination .page-item.active .page-link {
        background-color: #007bff;
        border-color: #007bff;
        color: #fff;
    }

    .pagination .page-item.disabled .page-link {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff;
        border-color: #dee2e6;
    }
*/
.table {
    margin-bottom: 0; /* Remove default bottom margin */
}


    .table th {
        background-color: #007bff;
        color: #fff;
        font-weight: bold;
        border-color: #dee2e6;
        white-space: nowrap;
        text-align: center;
    }

    .table th, .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }


.table-bordered tbody > tr:first-child {
    font-weight: bold;
    position: -webkit-sticky;
    position: sticky;
    top: 0; /* Stick to the top */
    z-index: 100;
    border: 1px solid #ddd;
    padding: 8px;
}

.footer {
    display: none;
}
.scrollable-grid {
    height: 400px;
    overflow-y: scroll;
    overflow-x: auto;
}
/*.custom-pager {
    float: right;
    margin-top: 10px;
}

    .custom-pager a {
        padding: 6px 12px;
        margin: 2px;
        background-color: #f2f2f2;
        border: 1px solid #ccc;
        border-radius: 4px;
        text-decoration: none;
        color: #333;
    }

    .custom-pager a:hover {
            background-color: #e6e6e6;
            color: #000;
    }*/

    /* Style for custom navigation buttons */
    /*.custom-pager .custom-nav-btn {
        display: inline-block;
        padding: 6px 12px;
        margin: 2px;
        background-color: #f2f2f2;
        border: 1px solid #ccc;
        border-radius: 4px;
        text-decoration: none;
        color: #333;
    }*/
/* Add this to your CSS file */
.custom-pager,
.aspNetPager {
    display: none !important;
}

.dataGridPagingControls {
    display: none !important;
}
.form-horizontal {
    height: 100vh; /* Full viewport height */
    overflow: hidden; /* Hide any overflow */
    display: flex;
    flex-direction: column;
}
