﻿/* SGCCI Modern UI Overhaul CSS - Compact Version */

/* Reset */
body, html {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', sans-serif;
    background-color: #F4F6FA;
    color: #333;
}

/* MASTER PAGE HEADER NAVIGATION */
nav, .menu, .top-nav, .header, .navbar {
    background-color: #393185 !important;
    color: #fff;
    box-shadow: 0 0px 0px rgba(0,0,0,0.2);
}

    nav a, .menu a, .navbar a {
        color: #fff !important;
        padding: 8px 10px;
        display: inline-block;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
    }

        nav a:hover, .menu a:hover, .navbar a:hover {
            background-color: #F5A623 !important;
            color: #002E5B !important;
        }

    .menu li ul a,
    .menu li ul li ul a,
    .navbar li ul a,
    .navbar li ul li ul a {
        color: #212529 !important;
        font-size: 13px;
        padding: 6px 12px;
    }

        .menu li ul a:hover,
        .menu li ul li ul a:hover,
        .navbar li ul a:hover,
        .navbar li ul li ul a:hover {
            background-color: #F5A623 !important;
            color: #002E5B !important;
        }

/* Header (Admin ! text) */
.header-title, h1, h2, h3, h4, h5 {
    color: #002E5B;
    font-weight: 700;
    margin: 10px 0;
    font-size: 16px;
}

/* Dashboard Panels */
.col-md-db, .col-md-db1 {
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    padding: 10px;
    margin: 6px;
    text-align: center;
    font-size: 13px;
}

.control-label-head {
    font-size: 20px;
    color: #002E5B;
    font-weight: 600;
}

.control-label {
    font-size: 13px;
    color: #002E5B;
    font-weight: 600;
}

.HyperlinkButtonBold, .HyperlinkButton {
    font-size: 16px;
    font-weight: bold;
    color: #FF9900 !important;
    text-decoration: none;
    display: inline-block;
    margin-top: 6px;
}

    .HyperlinkButtonBold:hover, .HyperlinkButton:hover {
        color: #cc7a00 !important;
        text-decoration: underline;
    }

/* Gradient Sections */
.col-md-12[style*="background-image"] {
    background: linear-gradient(135deg, #DFEDFF, #DFEDFF) !important;
    border-radius: 8px;
    padding: 4px 8px;
    margin-bottom: 6px;
}

/* GridView Table */
.table {
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    overflow: hidden;
    font-size: 13px;
}

    .table th {
        background-color: #01498C;
        color: white;
        font-weight: 600;
        text-align: center;
        padding: 6px;
    }

    .table td {
        text-align: center;
        padding: 6px;
        vertical-align: middle;
    }

/* Action Buttons (right panel) */
.orange-buttons button, .orange-buttons .btn, .orange-buttons .btn-default {
    background-color: #FF9900;
    color: white;
    font-weight: 600;
    border: none;
    width: 100%;
    margin-bottom: 8px;
    border-radius: 4px;
    padding: 10px 16px;
    font-size: 14px;
}

    .orange-buttons button:hover, .orange-buttons .btn:hover {
        background-color: #cc7a00;
        color: #fff;
    }

/* Action Buttons (right panel) */
.sgcci-buttons button, .sgcci-buttons .btn, .sgcci-buttons .btn-default {
    background-color: #393185;
    color: white;
    font-weight: 600;
    border: none;
    width: 100%;
    margin-bottom: 8px;
    border-radius: 4px;
    padding: 10px 16px;
    font-size: 14px;
}

    .sgcci-buttons button:hover, .sgcci-buttons .btn:hover {
        background-color: #cc7a00;
        color: #fff;
    }


/* Footer Quote */
.footer-quote {
    text-align: center;
    color: #666;
    font-style: italic;
    font-size: 12px;
    margin-top: 20px;
}

/* Charts */
asp\:Chart {
    margin-top: 20px;
    display: block;
}

/* Fix Bootstrap Grid Issues */
.col-md-db, .col-md-db1, .col-md-6, .col-md-12 {
    box-sizing: border-box;
}

.label {
    font-size: 13px;
    color: #002E5B;
    font-weight: 600;
}

.form-group-label {
    font-size: 13px;
    color: #002E5B;
    font-weight: 600 !important;
}

span.form-group-label label {
    font-weight: 600 !important;
    color: #002E5B;
    font-size: 13px;
}

/* Responsive Compact View */
@media (max-width: 768px) {
    .col-md-db, .col-md-db1, .col-md-6, .col-md-12 {
        width: 100%;
        margin: 6px 0;
    }

    .navbar a {
        padding: 8px 12px;
    }

    .label {
        font-size: 13px;
        color: #002E5B;
        font-weight: 600;
    }

}

hr {
    border-top: 1px solid #ccc;
    margin: 10px 0;
}

a:focus, a:hover, a:active {
    outline: none;
    text-decoration: none;
}

/* SGCCI Modern UI Overhaul CSS */

/* Reset */
/*body, html {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', sans-serif;
    background-color: #F4F6FA;
    color: #333;
}*/

/* MASTER PAGE HEADER NAVIGATION */
/* MASTER PAGE HEADER NAVIGATION — ORIGINAL STAYS INTACT */
/*nav, .menu, .top-nav, .header, .navbar {
    background-color: #002E5B !important;
    color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

    nav a, .menu a, .navbar a {
        color: #fff !important;
        padding: 12px 18px;
        display: inline-block;
        text-decoration: none;
        font-weight: 600;
    }

        nav a:hover, .menu a:hover, .navbar a:hover {
            background-color: #F5A623 !important;
            color: #002E5B !important;
        }*/

    /* ✅ ONLY THIS PART CHANGES — Submenu text color only */
    /*.menu li ul a,
    .menu li ul li ul a,
    .navbar li ul a,
    .navbar li ul li ul a {
        color: #212529 !important;*/ /* Dark text for submenu and sub-submenu */
    /*}*/

        /* ✅ Keep hover behavior exactly as before */
        /*.menu li ul a:hover,
        .menu li ul li ul a:hover,
        .navbar li ul a:hover,
        .navbar li ul li ul a:hover {
            background-color: #F5A623 !important;
            color: #002E5B !important;
        }*/



/* Header (Admin ! text) */
/*.header-title, h1, h2, h3, h4, h5 {
    color: #002E5B;
    font-weight: 700;
}*/

/* Dashboard Panels */
/*.col-md-db, .col-md-db1 {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    padding: 20px;
    margin: 10px;
    text-align: center;
}

.control-label {
    font-size: 14px;
    color: #002E5B;
    font-weight: 600;
}

.HyperlinkButtonBold, .HyperlinkButton {
    font-size: 18px;
    font-weight: bold;
    color: #FF9900 !important;
    text-decoration: none;
    display: inline-block;
    margin-top: 8px;
}

    .HyperlinkButtonBold:hover, .HyperlinkButton:hover {
        color: #cc7a00 !important;
        text-decoration: underline;
    }*/

/* Gradient Sections */
/*.col-md-12[style*="background-image"] {
    background: linear-gradient(135deg, #19615C, #DFEDFF) !important;
    border-radius: 12px;
    padding: 6px 12px;
    margin-bottom: 10px;
}*/

/* GridView Table */
/*.table {
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
}

    .table th {
        background-color: #01498C;
        color: white;
        font-weight: 600;
        text-align: center;
    }

    .table td {
        text-align: center;
        padding: 10px;
        vertical-align: middle;
    }*/

/* Action Buttons (right panel) */
/*.orange-buttons button, .orange-buttons .btn, .orange-buttons .btn-default {
    background-color: #FF9900;
    color: white;
    font-weight: 600;
    border: none;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 6px;
    padding: 12px 20px;
    transition: background 0.3s;
}

    .orange-buttons button:hover, .orange-buttons .btn:hover {
        background-color: #cc7a00;
        color: #fff;
    }*/

/* Footer Quote */
/*.footer-quote {
    text-align: center;
    color: #666;
    font-style: italic;
    font-size: 13px;
    margin-top: 40px;
}*/

/* Charts */
/*asp\:Chart {
    margin-top: 30px;
    display: block;
}*/

/* Fix Bootstrap Grid Issues */
/*.col-md-db, .col-md-db1, .col-md-6, .col-md-12 {
    box-sizing: border-box;
}*/

/* Mobile Responsive Fix */
/*@media (max-width: 768px) {
    .col-md-db, .col-md-db1, .col-md-6, .col-md-12 {
        width: 100%;
        margin: 10px 0;
    }

    .navbar a {
        padding: 10px 14px;
    }
}*/

/* Optional: Visual polish */
/*hr {
    border-top: 1px solid #ccc;
    margin: 20px 0;
}*/

/* Ensure visibility of link buttons */
/*a:focus, a:hover, a:active {
    outline: none;
    text-decoration: none;
}*/
