@charset "utf-8";
/* CSS Document */   

/* District 3 Custom Styles */

/* Custom Variables */
:root {
    --d3-primary: #215228;
    /* --d3-primary-dark: #215228; */
    --d3-secondary: #6c757d;
    --d3-light: #f8f9fa;
    --d3-dark: #212529;
    --d3-bg: #dfead3;
}

/* General Styles */
body {
    background-color: var(--d3-bg);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Header Styles */
.site-header {
    background-color: #ffffcd;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Navigation Styles */
.navbar {
    padding: 0.5rem 1rem;
}

.navbar-dark {
    background-color: var(--d3-primary) !important;
}

.nav-link {
    padding: 0.5rem 1rem;
    color: rgba(255,255,255,0.9) !important;
}

.nav-link:hover {
    color: white !important;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.dropdown-item {
    padding: 0.5rem 1rem;
}

.dropdown-item:hover {
    background-color: var(--d3-bg);
}

/* Banner Section */
.banner-section {
    padding: 1rem 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .banner-section {
        text-align: center;
    }
    
    .banner-section img {
        max-width: 100%;
        height: auto;
    }
    
    .navbar-nav {
        padding: 1rem 0;
    }
    
    .dropdown-menu {
        border: none;
        box-shadow: none;
        padding-left: 1rem;
    }
}

/* Custom Card Styles */
.shadow-sm {
    box-shadow: 0 10px 18px 0 #00000038 !important;
}

.card {
    border: none;
    box-shadow: 0 2px 9px rgba(0,0,0,0.1);
}

.card-header {
    background-color: var(--d3-primary) !important;
    color: white;
    border: none;
    padding: 10px 20px 12px;
    box-shadow: 0 0 14px 0 #00000060;
}

.card-title {
    margin-bottom: 12px;
}

.card-body {
    padding: 20px 24px !important;
}

.card-page {
    background-color: rgb(0 0 0 / 10%);
}

.list-group {
    box-shadow: 0 1px 5px 0 #00000030 !important;
}

.list-group-item {
    background-color: #fcffea;
    border: 2px solid var(--d3-primary);
}

/* Button Styles */
.btn-primary {
    background-color: var(--d3-primary);
    border-color: var(--d3-primary);
}

.btn-primary:hover {
    background-color: #157347;
    border-color: #157347;
}

/* Table Styles */
.table {
    background-color: white;
    border-radius: 0.25rem;
    overflow: hidden;
}

.table thead th {
    background-color: var(--d3-primary);
    color: white;
    border: none;
}

tr th:first-child,
tr td:first-child {
    padding-left: 20px;
}

/* Utility Classes */
.text-success {
    color: var(--d3-primary) !important;
}

.bg-success {
    background-color: var(--d3-primary) !important;
}

/* Footer Styles */
.footer {
    background-color: var(--d3-dark);
    color: white;
    padding: 2rem 0;
    margin-top: 2rem;
}

/* Print Styles */
@media print {
    .navbar,
    .footer {
        display: none;
    }
    
    body {
        background-color: white;
    }
    
    .container {
        width: 100%;
        max-width: none;
    }
}

/* ----------------------------------------------------------------------------
   Page specific
   ------------------------------------------------------------------------- */   
   
.page_heading {
   font-family:Tahoma, Geneva, sans-serif;
   font-weight: bold;
   font-size: 30px;
   color: green;
   text-align: center;
   margin: 20px;
   }   
   
   

.redsm_bold { 
  font-family:Tahoma, Geneva, sans-serif; 
  font-size: 12px; 
  color:red; 
  font-weight: bold; 
  }

.text_black_14 {
   font-family:Tahoma, Geneva, sans-serif;
   font-weight: normal;
   font-size: 14px;
   color: black;
   }

.header_green_14 {
   font-family:Tahoma, Geneva, sans-serif;
   font-weight: bold;
   font-size: 14px;
   color: #336600;
   }

.header_green_18 {
   font-family:Tahoma, Geneva, sans-serif;
   font-weight: bold;
   font-size: 16px;
   color: #336600;
   }

.header_green_20 {
   font-family:Tahoma, Geneva, sans-serif;
   font-weight: bold;
   font-size: 20px;
   color: #336600;
   }

.header_green_22 {
   font-family:Tahoma, Geneva, sans-serif;
   font-weight: bold;
   font-size: 22px;
   color: #336600;
   }

.header_blue_22 {
   font-family:Tahoma, Geneva, sans-serif;
   font-weight: bold;
   font-size: 22px;
   color: #0000aa;
   }


.header_red_22 {
   font-family:Tahoma, Geneva, sans-serif;
   font-weight: bold;
   font-size: 22px;
   color: red;
   }
   
.header_blue_30 {
   font-family:Tahoma, Geneva, sans-serif;
   font-weight: bold;
   font-size: 30px;
   color: #334200;
   }

.header_blue_40 {
   font-family:Tahoma, Geneva, sans-serif;
   font-weight: bold;
   font-size: 40px;
   color: #334200;
   }

.ad_frame {
   border: 2px solid var(--d3-primary);
   margin: 2px 0px 2px 0px;
   padding: 10px 5px 10px 5px;
   border-radius: 8px;
   }

.header_frame {
   border: 1px dotted #0000aa;
   margin: 2px 0px 2px 0px;
   padding: 5px 5px 5px 5px;
   border-radius: 8px;
   }

.link_text {
   font-family:Tahoma, Geneva, sans-serif;
   font-weight: bold;
   font-size: 12px;
   padding: 5px 0 0 0;
   }

.cancel {
   font-family:Tahoma, Geneva, sans-serif;
   font-weight: bold;
   font-size: 22px;
   color: red;
   }

a:link, a:active, a:visited {
   color: #0000aa;
   font-weight: normal;
   text-decoration: none;
}

a:hover {
   color: #0000aa;
   font-weight: normal;
   text-decoration: none;
}

td.footerRight {
   font-size: 12px;
   font-weight: normal;
   text-align: right;
}

td.footerLeft {
   font-size: 12px;
   font-weight: normal;
   text-align: left;
}

p {
   font-family:Tahoma, Geneva, sans-serif;
   font-size: 14px;
   font-weight: normal;
   text-align: left;
}


/* -----------------------------------------------------------------------------
   Menu Table - RAP 20220214
   -------------------------------------------------------------------------- */

table.menu {
   color: #243242;
   background-color: green;
   border-spacing: 0;
   border-collapse: collapse;
   font-family: Arial;
   font-size: 14px;
   white-space: nowrap;
   empty-cells: show;
   display: block;
}

table.menu td {
   padding: 0px 0px 0px 0px;
   vertical-align: top;
   text-align: left;
   margin: 0;
   border: solid yellow 0px;
}