



body {

    font-family: Roboto,Helvetica,Arial,sans-serif;

    line-height:25px;

    background: #F3F3F3;

}



#wrapper {

    width: 100%;

    

}



#page-wrapper {

    padding: 15px 15px;

/*    min-height: 600px;*/

    background: #F3F3F3;

}



#page-inner {

    width: 100%;

    margin: 10px 20px 10px 0px;

/*    background-color: #fff!important;*/

    padding: 10px;

/*    min-height: 800px;*/

}



.page-head-line {

    font-size: 30px;

    text-transform: uppercase;

    color: #fff;

    font-weight: 800;

    padding-bottom: 20px;

    border-bottom: 2px solid #00bcd4;

    margin-bottom: 10px;

}

.form-group {color: #fff;}

.page-subhead-line {

    font-size: 14px;

    padding-top: 5px;

    padding-bottom: 20px;

    font-style:italic;

    margin-bottom:30px;

    border-bottom:1px dashed #00CA79;



}





/*==============================================

    MENU STYLES    

    =============================================*/





.navbar-cls-top .navbar-brand {

    color: #fff;

    background: #343a40;

    width: 223px;

    text-align: center;

    height: 101px;

    font-size: 20px;

    letter-spacing: 1px;

    font-weight: 900;

    padding-top: 0px;

    text-transform: uppercase;

}



.header-right {

    color: #fff;

    padding: 15px 50px 5px 50px;

    float: right;

    font-size: 16px;

}



.navbar-cls-top .navbar-brand:hover {

    background: #202020;

    color: #fff;

}



.user-img-div {

    min-height: 140px;

    padding: 0px;

    background-color: #10408c;

/*    border-bottom: 10px solid #F3F3F3;*/

}



    .user-img-div img {

/*        max-height: 60px;*/

    }



    .user-img-div .inner-text {

        text-align: right;

        position: relative;

        color: #fff;

        font-weight: 800;

        line-height: 25px;

    }



.active-menu {

    background: rgba(255, 255, 255, 0.711) !important; /* soft blue transparent highlight */
    color: #000 !important;                      /* theme blue text */
    border-left: 4px solid #00b4ff !important;      /* accent line */
    border-radius: 8px !important;                  /* rounded corners */
    transition: all 0.3s ease;                      /* smooth hover transition */
    box-shadow: 0 4px 10px rgba(0, 180, 255, 0.15);/* subtle glow */

}

.active-menu-top {

    background-color: #000!important;

}



.arrow {

    float: right;

}



.fa.arrow:before {

    content: "\f104";

}



.active > a > .fa.arrow:before {

    content: "\f107";

}





.nav-second-level li,

.nav-third-level li {

    border-bottom: none !important;

}



    .nav-second-level li a {

        padding-left: 37px;

    }



    .nav-third-level li a {

        padding-left: 55px;

    }



.sidebar-collapse, .sidebar-collapse .nav {

    background: none;

}



    .sidebar-collapse .nav {

        padding: 0;

    }

.sub-menu > ul > li > a {display: block;}

        .sidebar-collapse .nav > li > a, .sub-menu > ul > li > a {

            color: #fff;

            background: rgba(52,58,64,0.5);

            text-shadow: none;

            padding: 15px 40px;

            border-bottom: 1px solid #292e32;

            

        }


    .sidebar-collapse > .nav > li > a, .sub-menu > ul > li > a {

        padding: 15px 10px;
            border-radius: 15px;
        margin: 5px 0;

    }


    .sidebar-collapse .nav > li > a:hover, .sub-menu > ul > li > a:hover,

    .sidebar-collapse .nav > li > a:focus, .sub-menu > ul > li > a:focus {

        background: rgba(0, 0, 0, 0.525);

        outline: 0;
        transition: all 0.3s ease; 
    }







.nav-second-level > li:last-child > a:after,

.nav-third-level > li:last-child > a:after {

    height: 50%;

}



.nav-third-level > li > a:after,

.nav-third-level > li > a:before {

    left: 40px;

}



.navbar-side {

    border: none;

    background-color: #343a40;

}



.navbar-cls-top {

    background: #343a40;

    border-bottom: none;

}





.navbar-default {

    border: 0px solid black;

    

}



.navbar-header {

    background: #000000;

}



.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {

    background-color: #00CA79;

}



.navbar-default .navbar-toggle {

    border-color: #fff;

}



    .navbar-default .navbar-toggle .icon-bar {

        background-color: #FFF;

    }

.sub-menu > ul {padding-left: 5px; background: rgb(91, 111, 130);}

.nav > li > a > i, .sub-menu > ul > li > a > i {

    margin-right: 10px;

}

.sub-menu > ul {
    padding-left: 10px; /* slightly more indentation */
    margin-top: 5px;    /* small spacing from main item */
    border-radius: 12px; /* rounded corners to match main menu */
    background: transparent; /* soft transparent glass */
    backdrop-filter: blur(8px);           /* blur effect for glass */
    -webkit-backdrop-filter: blur(8px);   /* Safari support */
    transition: all 0.3s ease;
}
.sub-menu ul li a {
    padding: 12px 20px;
    border-radius: 8px; /* rounded corners for individual items */
    margin: 4px 0;
    color: #ffffff;      /* text color for contrast */
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}
.sub-menu ul li a:hover,
.sub-menu ul li a.active-menu {
    background: rgba(255, 255, 255, 0.527); /* subtle highlight */
    color: #000;
    border-left: 3px solid #00b4ff;     /* accent line */
    list-style: none !important;
}

/*==============================================

    FOOTER  STYLES    

    =============================================*/

#footer-sec {

    background-color:#000;

    padding:20px 50px;

    color:#fff;

    font-size:12px;

}



    #footer-sec a {

        color:#fff;

    }

    #footer-sec a:hover,a:focus {

        color:inherit;

        text-decoration:none;

    }

/*==============================================

    MEDIA QUERIES     

    =============================================*/



@media (min-width:768px) {

    #page-wrapper {

        margin: 0 0 0 300px;

        padding: 15px 30px;

/*        min-height: 1200px;*/

    }





    .navbar-side {

        z-index: 1;

        position: fixed;

        width: 300px;

        height:100%;

        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(12px); /* blur background behind sidebar */
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);

        background-position: bottom;

        box-shadow: 0 16px 38px -12px rgba(0,0,0,.56), 0 4px 25px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
        transition: all 0.3s ease;
    }



    .navbar {

        border-radius: 0px;

        border-bottom: 5px solid #00bcd4;

    }

}

li.sub-menu ul {display: none;}


.rotate {
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.rotate.down {
    -moz-transform:rotate(-180deg);
    -webkit-transform:rotate(-180deg);
    transform:rotate(-180deg);
}

.mCSB_inside > .mCSB_container {
    margin-right: 10px !important;
}



/* Glass-style inputs */
.form-control {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    border-bottom: 2px solid rgba(255,255,255,0.5);
    border-radius: 5px;
    /* padding: 10px; */
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
}

.form-control:focus {
    outline: none;
    border-bottom: 2px solid #00adef;
    background: rgba(255,255,255,0.25);
    box-shadow: 0 2px 6px rgba(0,173,239,0.5);
}

/* Labels */
label {
    color: #fff;
    font-weight: 500;
}

/* Buttons */
.btn-primary {
    background: linear-gradient(135deg, #10408c, #072c67);
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    padding: 10px 25px;
    font-weight: 500;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #072c67, #10408c);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.btn-success {
    background: linear-gradient(135deg, #28a745, #218838);
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    padding: 10px 25px;
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.btn-success:hover {
    background: linear-gradient(135deg, #218838, #28a745);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

/* Row spacing */
.form-group {
    margin-bottom: 20px;
}

/* Adjust datepicker placeholder */
input.datepicker {
    color: #fff;
}


/* Glass-style select */
.form-control {
    background: rgba(255, 255, 255, 0.15);
    border: none;
    border-bottom: 2px solid rgba(255,255,255,0.5);
    border-radius: 5px;
    /* padding: 10px; */
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
}

/* For Firefox */
.form-control option {
    background-color: rgba(0,0,0,0.85); /* dark background for options */
    color: #fff; /* white text */
}

/* For Chrome/Safari/Edge (WebKit) */
select.form-control::-ms-expand {
    display: none; /* hides default arrow in IE/Edge */
}

/* Optional: add custom arrow */
.form-control:focus {
    outline: none;
    border-bottom: 2px solid #00adef;
    background: rgba(255,255,255,0.25);
    box-shadow: 0 2px 6px rgba(0,173,239,0.5);
}

/* Optional: hover/focus for better visibility */
.form-control option:hover {
    background-color: #00adef;
    color: #fff;
}


.custom-dropdown {
    position: relative;
    width: 300px;
    font-family: Arial, sans-serif;
    color: #fff;
    float: right;
}

.dropdown-trigger, .host-dropdown-trigger, .dropdown-btn {
    background: rgba(255,255,255,0.15);
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    border: 1px solid rgba(255,255,255,0.3);
    transition: all 0.3s ease;
}

.dropdown-trigger:hover {
    background: rgba(255,255,255,0.25);
    border-color: rgba(0,173,239,0.5);
}

.dropdown-options, .host-dropdown-options, .dropdown-btn-options, .dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.85);  /* dark glass background */
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,0.3);
    max-height: 250px;
    overflow-y: auto;
    padding: 10px;
    z-index: 1000;
    display: none; /* hide by default */
}

.dropdown-options input[type="text"], .host-dropdown-options input[type="text"], .dropdown-btn-options input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
    padding: 6px 10px;
    border: none;
    border-radius: 3px;
    outline: none;
    color: #000;
}

.dropdown-options label {
    display: block;
    padding: 5px 10px;
    color: #fff;              /* text color */
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.2s ease;
}

.dropdown-options label:hover {
    background-color: #00adef;  /* highlight hover */
    color: #fff;
}

.dropdown-options input[type="checkbox"] {
    margin-right: 8px;
}

/* Panel Styling */
.panel-primary {
    background: rgba(255, 255, 255, 0.15) !important;
    /* backdrop-filter: blur(12px); */
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.25);
    padding: 0;
    overflow: hidden;
}

/* Panel Header */
.panel-heading {
    background: rgba(0, 123, 255, 0.35) !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 15px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    backdrop-filter: blur(8px);
}

/* Labels */
.control-label {
    color: #fff;
    font-weight: 500;
    padding-top: 7px;
}

/* Text Inputs */
.form-control {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.35);
    color: #fff;
    border-radius: 6px;
    height: 50px;
    transition: 0.3s ease;
}

.form-control:focus {
    background: rgba(255,255,255,0.2);
    border-color: #00adee;
    box-shadow: 0 0 5px #00adee;
    color: #fff;
}

/* Placeholder color */
.form-control::placeholder {
    color: #e1e1e1;
}

/* Checkbox styling */
.form-check-input.chk {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: #00adee;  /* Modern blue highlight */
}

.form-check-label {
    color: #fff;
    font-size: 14px;
    margin-left: 8px;
}

/* Save button */
#cbtn {
    padding: 8px 30px;
    font-size: 16px;
    border-radius: 6px;
    background: #00adef;
    border: none;
    transition: 0.3s;
}

#cbtn:hover {
    background: #008dc5;
}

/* Improve spacing under checkbox list */
.form-group .col-sm-8 {
    margin-bottom: 5px;
}


/* Glass style for panel */
.glass-panel {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 25px rgba(0,0,0,0.15);
}

/* Table header */
.user-table thead th {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    font-weight: 600;
    color: #ffffff;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

/* Table rows */
.user-table tbody tr {
    transition: background 0.3s ease;
}

.user-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.15);
}

/* Action buttons */
.btn-edit {
    background: #0d6efd;
    color: #fff !important;
    padding: 4px 14px;
    border-radius: 6px;
}

.btn-delete {
    background: #dc3545;
    color: #fff !important;
    padding: 4px 14px;
    border-radius: 6px;
}

.btn-edit:hover,
.btn-delete:hover {
    opacity: 0.85;
}

/* Panel heading */
.panel-heading {
    font-size: 18px;
    font-weight: 600;
    padding: 12px;
    background: rgba(0,0,0,0.25) !important;
    backdrop-filter: blur(6px);
    color: #fff !important;
    border-radius: 12px 12px 0 0;
}
.table-sorting {
    padding: 0px;
    position: relative;
    font-size: 13px;
    background-color: rgba(255, 255, 255, 0.05); /* semi-transparent for glass effect */
    backdrop-filter: blur(10px); /* adds the glass blur */
    color: #000; /* ensures text is visible */
    border-radius: 10px; /* optional: smooth edges */
}

/* Table rows */
.table-sorting table tbody tr {
    background-color: transparent; /* remove row background */
    color: #000; /* visible text */
}

/* Table header */
.table-sorting table thead th {
    background-color: rgba(0,0,0,0.3); /* slightly dark for contrast */
    color: #fff; 
}

/* Hover effect */
.table-sorting table tbody tr:hover {
    background-color: rgba(255,255,255,0.1);
}


/* Glassy panel effect */
.panel.panel-default {
    background: rgba(255, 255, 255, 0.02);
    /* backdrop-filter: blur(10px); */
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    padding: 20px;
}

/* Panel heading styling */
.panel.panel-default .panel-heading {
    background: rgba(16, 64, 140, 0.7);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 10px 10px 0 0;
}

/* File input styling */
.panel-body .form-control[type="file"] {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px 12px;
    cursor: pointer;
}

.panel-body .form-control[type="file"]::file-selector-button {
    background: #10408c;
    color: #fff;
    border: none;
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
}

.panel-body .form-control[type="file"]::file-selector-button:hover {
    background: #072c67;
}

/* Buttons styling */
.panel-body .btn {
    border: none;
    border-radius: 6px;
    padding: 8px 20px;
    /* font-size: 16px; */
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.panel-body .btn-primary {
    background: #10408c;
    color: #fff;
}

.panel-body .btn-primary:hover {
    background: #072c67;
}

.panel-body .btn-info {
    background: #17a2b8;
    color: #fff;
}

.panel-body .btn-info:hover {
    background: #117a8b;
}

/* Last upload info */
.panel-body .margin-top {
    color: #fff;
    font-size: 15px;
}

/* Overall table wrapper */
.dataTables_wrapper {
    color: #fff; /* Text color */
    font-family: 'Arial', sans-serif;
    background: rgba(0,0,0,0.05); /* subtle background */
    padding: 15px;
    border-radius: 12px;
}

/* Table */
.dataTables_wrapper table.dataTable {
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 0;
    background: rgba(255,255,255,0.05); /* glassy panel effect */
    color: #fff;
}

/* Table header */
.dataTables_wrapper table.dataTable thead th {
    background: rgba(16,64,140,0.7);
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 10px 8px;
}

/* Table body rows */
.dataTables_wrapper table.dataTable tbody td {
    padding: 10px 8px;
    background: rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* Alternate row coloring */
.dataTables_wrapper table.dataTable tbody tr.odd {
    background: rgba(255,255,255,0.03);
}

.dataTables_wrapper table.dataTable tbody tr.even {
    background: rgba(255,255,255,0.06);
}

/* Scrollable inner tables */
.dataTables_wrapper table.dataTable tbody td table.display {
    background: transparent;
    color: #fff;
}

.dataTables_wrapper table.dataTable tbody td table.display td {
    padding: 4px 8px;
}

/* DataTable search input and length select */
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 6px;
    padding: 6px 10px;
}

/* Pagination buttons */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: rgba(16,64,140,0.7);
    color: #fff !important;
    border-radius: 6px;
    padding: 5px 12px;
    margin: 2px;
    cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #10408c !important;
    font-weight: bold;
}

/* Info text */
.dataTables_wrapper .dataTables_info {
    color: #fff;
    margin-top: 10px;
}
.dataTables_scroll table.dataTable tbody tr {background: transparent; background-color: transparent;}
/* Odd rows */
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: rgba(16, 64, 140, 0.1) !important; /* subtle dark blue tint */
    color: #fff; /* ensure text is readable */
}

/* Even rows */
.dataTables_wrapper table.dataTable tbody tr.even {
    background-color: rgba(16, 64, 140, 0.05); /* lighter tint */
    color: #fff;
}

/* Hover effect for better readability */
.dataTables_wrapper table.dataTable tbody tr:hover {
    background-color: rgba(16, 64, 140, 0.3);
    color: #fff;
}

/* Table header */
.dataTables_wrapper table.dataTable thead th {
    background-color: #10408c; 
    color: #fff;
    font-weight: 600;
    text-align: center;
}

/* Inner tables inside cells */
.dataTables_wrapper table.dataTable tbody td table.display td {
    background: transparent;
    color: #fff;
}

/* Optional: DataTable controls */
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 5px 8px;
}
table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {background-color: rgba(16, 64, 140, 0.1) !important;}
table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {background-color: rgba(16, 64, 140, 0.05) !important;}
/* Hover effect for better readability on dark/glass style table */
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    background-color: rgba(16, 64, 140, 0.3) !important; /* subtle dark-blue tint */
    color: #fff; /* ensures text is readable on hover */
}

.support-btn {
    position: fixed;
    bottom: 70px;
    right: 30px;
    background: #10408c;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 16px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    z-index: 9999;
    cursor: pointer;
    transition: transform 0.2s, background 0.2s;
    animation: bouncePulse 3s infinite ease-in-out;
}

.support-btn:hover {
    background: #072c67;
    transform: translateY(-3px);
}
.support-btn .glyphicon {
    margin-right: 5px;
}
/* Bounce animation keyframes */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* Class applied only when active */
.support-bounce {
    animation: bounce 1s ease;
}