﻿body {
}

.login-wrap {
    position: relative;
    width: 300px;
    margin-top: 100px;
    margin-left: calc(50vw - 150px);
    text-align: left;
}

#up_loading {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0 0 0 / 42%);
    z-index:9999999;

}

.spinner-border{
    width: 100px;
    height: 100px;
    margin-left: calc(50vw - 50px);
    margin-top: calc(50vh - 50px);
}

#rbl_company {
    margin: 5px auto;
    font-size: 15pt;
    color: #fff;
    width: 300px;
}

    #rbl_company table td{
        width: 20px;
    }

    .book, .table_h {
        width: 100%;
        margin: 0
    }

.book-month {
    margin-bottom: 0;
    margin-top: 5px;
}

.table-nudge-top {
}

.ph-wrap {
    width: 16vw;
    min-width: 275px;
    margin: 2px .33vw;
}

table.totals {
    margin: 0;
    margin-bottom: 5px;
}

    table.book td, table.book th, table.table_h td, table.table_h th, table.totals td {
        width: 25%;
        text-align: center;
    }

.lower {
    color: red !important;
}

/* Add these new classes to your CSS file */

.box-container {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    overflow: hidden;
    width: 24%;
    margin: .5%;
    padding: 0;
}

.box-header {
    background: #000;
    padding: 12px;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid #dee2e6;
}

.section-row {
    border-bottom: 1px solid #e9ecef;
}

    .section-row:last-child {
        border-bottom: none;
    }

.label-col {
    padding: 10px 8px;
    font-size: 0.95rem;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
}

    .label-col:first-child {
/*        font-weight: 600;
        background: #f1f3f5;
        color: #495057;*/
    }

.value-col {
    padding: 10px 8px;
    border-left: 1px solid #e9ecef;
    width: 25%;
}

.d-flex > .value-col:last-child {
    border-right: none;
}

#topproducty_wrap > div {
    width: 24%;
    margin: .5%;
    padding: 0;
    left: -5px;
    position: relative;
}

.table-style {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    overflow: hidden;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
}


    .table-style th {
        background-color: #f1f3f5;
        text-align: center;
        padding: 8px;
        font-weight: 600;
    }

    .table-style td {
        padding: 8px;
        border-bottom: 1px solid #ddd;
        text-align: center;
    }

.topprod-hd {
    padding: 10px 8px !important;
    font-weight: 600;
    background-color: #000 !important;
    color: #fff;
}

.cust-left{
    text-align: left !important;
}

#Content_ctrl_customers_gv_customers th {

}

#Content_ctrl_customers_gv_customers th a{
    font-weight: 600;
}

.productinfo-cont {
    position: fixed;
    width: 100vw;
    height: 100vh;
    margin: 0 0 0 0;
    background-color: rgb(0 0 0 / 36%);
    z-index: 1;
    left: 0;
    top: 0;
    cursor: pointer;
}

.productinfo-wrap {
    position: fixed;
    top: 5vh;
    left: 5vw;
    width: 90vw;
    height: 90vh;
    z-index: 2;
    background-color: #fff;
    border-radius: 5px;
    overflow-y: scroll;
    padding: 5px 10px;
}

