﻿body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.tabs-container {
    width: 100%;
    padding:20px
}

.tabs {
    display: flex;
    padding: 0;
    margin: 0;
    background-color: #f1f1f1;
    column-gap: 5px;
    margin-bottom: 5px;
}

.card {
    flex: 1;
    padding: 20px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.green {
    background: #dfe3e8;
}

.blue {
    background: #dfe3e8;
}

.cyan {
    background: #dfe3e8;
}

.purple {
    background: #dfe3e8;
}

.pink {
    background: #dfe3e8;
}

.card:hover {
    /*background-color: #ccc;*/
}
/* Active Tab Style */
.card.active {
    color: green;
    font-weight: 700;
    background: lightblue;
}

#barChart1 {
    width: 100%;
    max-width: 800px;
    height: 400px;
}

.tab-content {
    display: none;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
}

    .tab-content p {
        margin: 5px;
    }

p {
    margin: 5px;
}

.head {
    background: transparent;
}

.card.active .headercss {
    height: 2px;
    background-color: green;
    margin: 0 2px 4px 0;
    display: block;
}

.headercss {
    height: 2px;
    margin: 0 2px 4px 0;
}

.aspTextBox {
    width: 100%;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    outline: none;
}
/* Search box with magnifier icon */
.searchBoxWrap {
    position: relative;
    width: 100%;
}

    .searchBoxWrap::before {
        content: "\1F50D"; /* magnifying glass */
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 14px;
        color: #888;
        pointer-events: none;
    }

    .searchBoxWrap .aspTextBox {
        padding-left: 30px;
    }
/* Submit/View Ticket Button */
.btnSubmitTicket {
    background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 11px;
    cursor: pointer;
    transition: 0.3s;
}

    .btnSubmitTicket:hover {
        background: #1abc9c;
        color: white;
        border-color: #1abc9c;
    }
/* Container for filters and download */
.special-deal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 8px 12px;
    background: #f0f9f5;
    border-radius: 6px;
    border: 1px solid #cdece0;
}

    /* btnbadge common style */
    .special-deal-header .btnbadge {
        display: inline-block;
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 12px;
        font-weight: 600;
        margin-right: 6px;
        cursor: pointer;
        transition: 0.3s;
        color: black;
        text-decoration: none;
        background: #dfe3e8;
    }

        /* Active btnbadge */
        .special-deal-header .btnbadge.active {
            border: 1px solid #fff;
            /*background: #1abc9c;*/
            background: lightblue;
            color: #27ae60 !important;
            text-decoration: none;
        }

/* btnbadge colors */
/*.btnbadge.all { background: #27ae60;text-decoration: none;}           
.btnbadge.requested { background: #c039a3;text-decoration: none;}   
.btnbadge.partially-approved { background: #7fdbb6;text-decoration: none; } 
.btnbadge.pending { background: #7fdbb6;text-decoration: none; } 
.btnbadge.approved { background: #27ae60; text-decoration: none;}      
.btnbadge.partially-completed { background: #a3c4f3; text-decoration: none;} 
.btnbadge.completed { background: #3498db; text-decoration: none;}     
.btnbadge.rejected { background: #e74c3c; text-decoration: none;}      
.btnbadge.expired { background: #7f8c8d; text-decoration: none;}       
.btnbadge.elapsed { background: #7f8c8d; text-decoration: none;}       
.btnbadge.cancelled { background: #e74c3c; text-decoration: none;}       
.btnbadge.closeed { background: #7f8c8d; text-decoration: none;}       
.btnbadge.open { background: #27ae60; text-decoration: none;}       
.btnbadge.accepted { background: #27ae60; text-decoration: none;}      
.btnbadge.processing { background: #7fdbb6;text-decoration: none; }*/

/* Dropdown Design */
.custom-dropdown {
    padding: 8px 14px;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    background: cadetblue;
    color: black;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    min-width: 140px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

    /* Hover */
    .custom-dropdown:hover {
        /*background:#ddd;*/
    }

.top-actions {
    display: flex;
    justify-content: flex-end; /* pushes items to right */
    align-items: center;
    gap: 10px;
    padding: 10px;
}

.labeled {
    text-align: center;
    font-size: 14px;
    color: #e74c3c;
    font-weight: 700;
}
/* Download button */
.download-btn {
    background: #1abc9c;
    color: white;
    padding: 6px 12px;
    font-size: 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

    .download-btn:hover {
        background: #16a085;
    }

.dashboard {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: #dfe3e8;
    border-radius: 12px;
}

.dash_card {
    background: #fff;
    border-radius: 12px;
    width: 18%;
    height: 300px;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    align-items: center;
    gap: 4px;
}

    .dash_card .value {
        color: #292D3A;
        text-align: center;
        /* heading/large */
        font-family: "HPE Graphik";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        margin-top:50px;
        line-height: 32px; /* 133.333% */
    }


.dash_cardbig {
    background: #fff;
    border-radius: 12px;
    width: 28%;
    height: 300px;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    align-items: center;
    gap: 4px;
}

    .dash_cardbig .value {
        color: #292D3A;
        text-align: center;
        /* heading/large */
        font-family: "HPE Graphik";
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 32px; /* 133.333% */
    }



.paging, .lblpaging {
    margin: 4px 2px 2px 0px;
}

.divsellout {
    width: 100%;
    padding: 20px;
    align-items: center;
    height: 500px;
    display: flex;
    justify-content: center;
}

#barChartSell {
    width: 100% !important;
    padding: 5px;
}

.divGraphHeader {
    display: flex;
    /*width: 230px;*/
    height: 60px;
    min-height: 36px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 6px;
    background: #F7F7F7;
    align-self: stretch;
}

.heaterfont {
    color: #333;
    text-align: center;
    /* heading/medium */
    font-family: "HPE Graphik";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 127.273% */
}

.thresholdtargetpanel {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.divtargetlbl {
    background: #ccc;
}


.shortcutbuttons {
    display: flex;
    width: 1920px;
    padding: 24px 96px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.shorcutdiv {
    display: flex;
    padding:  12px 0px;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
    border-radius:  6px;
    border:  0 solid  rgba(0, 0, 0, 0.00);
    background:  rgba(0, 0, 0, 0.00);
}

.shortbutton {
    display: flex;
    min-height:  36px;
    padding: 5px  10px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex: 1 0 0;
    border-radius:  6px;
    border-top:  1px solid rgba(0, 0, 0, 0.00);
    border-right: 1px solid  rgba(0, 0, 0, 0.00);
    border-bottom:  1px solid rgba(0, 0, 0, 0.00);
    border-left: 1px solid  rgba(0, 0, 0, 0.00);
    background: #E3F1FF;
}

.shortcutText {
    color: #3E4550;
    font-family: "HPE Graphik";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}
