a, a:visited {
    background-color: inherit;
    color: #333399;
    text-decoration: underline;
    }
a:hover {
    text-decoration: none;
    }

h1 {
	font-family: "Fjalla One" !important;
    font-size: 20px;
    /* color: #016097!important; */
    color: #000000 !important;
    font-weight: normal;
    }
h2 {
    font-family: "Fjalla One" !important;
    font-size: 17px!important;
    /* color: #6C5B33; */
    color: #000000;
    font-weight: normal;
    /* border-bottom: thin solid #CEC4A9!important; */
    border-bottom: thin solid #DEDEDE !important;
    padding: 0;
    } */


#headerBanner {
    /* background-image: linear-gradient(-180deg,#7a2426 35%,#5B1A1B 100%);
    padding: 0px;
    border-bottom: 3px solid #B3A71E; */
    height: 82px;
    width: 1000px;
    background-image: linear-gradient(-180deg, #333399 35%, #333399 100%);
    padding: 0px;
    border-bottom: 3px solid #DEDEDE;
}

/* -- footer -- */

#footer {
	/*height:167px;*/
	background-image: linear-gradient(-180deg,#7a2426 10%,#5B1A1B 51%);
	border-top: 4px solid #B3A71E;
    font-size: 10px;
	color:#fff!important;
}


.chunkSeal  {
    float: left;
    padding: 10px 70px 0 0;
	 margin-left: 0px;
    width: 300px;
    }
#footerTop .chunk p {
    margin: 0px;
    padding: 3px 0;
    /* color: #ffffff!important; */
    color: #000000 !important;
}
    
#footerTop .chunk strong {
    background-color: inherit;
    /* color: #40382F; */
    color: #000000;
    font-size: 10px;
}


#footerBottomContainer a, a:visited {
    font-size: 10px;
    /* color: #40382F; */
    color: #000000;
    padding-bottom: 20px;
}

#footerBottomRight {
	font-size: 10px;
    } 

/* -- tables -- */

.tableHead {
    border-bottom: 1px solid #000;
	font-weight: bold;
	line-height: normal;
    padding: 7px 3px;
    vertical-align: top;
	}
.tableCell {
    /* border-bottom: 1px solid #CEC4A9; */
    border-bottom: 1px solid #DEDEDE;
    line-height: normal;
    padding: 7px 3px;
    vertical-align: top;
}

.table_head4 {
    border-bottom: 1px solid #000000!important;
    color: #000000!important;
    font-family: Georgia,"Times New Roman",Times,serif!important;
    font-size: 12pt !important;
    font-style: italic!important;
    font-weight: normal!important;
    margin-bottom: 20px!important;
    margin-left: 10px!important;
    padding-top: 10px!important;
    width: 700px!important;
}

/* -- miscellaneous -- */

.clearFloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
    }
.noBorder {
    border: none;
    }
.linkIcon {
    border: none;
    vertical-align: middle;
    }

.light {
    background-color: #efefef;
    /* background-color:#ebf2f6; */
    font-weight: normal;
    /* color: #4D4337; */
    color: #000000;
    line-height: 19px;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px;
}
.medium{
	background-color:#cccccc;
  /* background-color:#cadeeb; */
	font-weight: normal;
	color: #000000;
	line-height:19px;
    font-family: 'Open Sans',sans-serif !important;
    font-size: 13px;
}

.dark {
    /*background-color:#7a2426;
    background-color:#17456B; */
    background-color: #333399;
    font-weight: normal;
    color: #ffffff;
    line-height: 19px;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 13px;
}

.dark a:link, .dark a:visited {
	color: #ffffff!important;
}

thead{
	background-color:#647e6e!important;
	font-weight: normal!important;
	color: #ffffff;
	line-height:19px;
    font-family: 'Open Sans',sans-serif !important;
    font-size: 13px;
}

thead a:link, thead a:visited {
	color: #ffffff!important;
}

.alt{
	background-color:#ffffff;
	font-weight: normal;
	color: #000000;
	line-height:19px;
    font-family: 'Open Sans',sans-serif !important;
    font-size: 13px;
	}

.warn{
	font-weight: normal;
	color: #990000;
	line-height:19px;
    font-family: 'Open Sans',sans-serif !important;
    font-size: 13px;
	}

.EditTablePrimaryHeading {
	background-color: #17456B!important;
}

.sort {
    padding:8px 30px;
    border-radius: 6px;
    border:none;
    display:inline-block;
    color:#fff;
    text-decoration: none;
  
    height:30px;
  }
  .sort:after {
    display:inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content:"";
    position: relative;
    top:-10px;
    right:-5px;
  }
  .sort.asc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content:"";
    position: relative;
    top:4px;
    right:-5px;
  }
  .sort.desc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    content:"";
    position: relative;
    top:-4px;
    right:-5px;
  }

  .dataTable-bottom{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  [x-cloak] {
    display: none !important;
  }

/* ===========================================
   Government Modal - Clean Professional Style
   =========================================== */

/* Modal Header */
.gov-modal-header {
    background-color: #1a365d;
    border-bottom: 3px solid #c9a227;
    padding: 1rem 1.25rem;
}

.gov-modal-header .modal-title {
    color: #ffffff;
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 600;
    font-size: 1.125rem;
    letter-spacing: 0.025em;
}

.gov-modal-header .btn-close {
    filter: brightness(0) invert(1);
    opacity: 0.8;
}

.gov-modal-header .btn-close:hover {
    opacity: 1;
}

/* Modal Footer */
.gov-modal-footer {
    background-color: #f8fafc;
    border-top: 1px solid #e2e8f0;
    padding: 0.75rem 1.25rem;
}

.gov-modal-footer .btn-secondary {
    background-color: #475569;
    border-color: #475569;
    font-weight: 500;
}

.gov-modal-footer .btn-secondary:hover {
    background-color: #334155;
    border-color: #334155;
}

/* Modal Body */
.gov-modal-body {
    padding: 1.5rem;
    background-color: #ffffff;
}

/* Data Display - Key/Value Rows */
.gov-data-row {
    display: flex;
    border-bottom: 1px solid #e2e8f0;
    padding: 0.75rem 0;
}

.gov-data-row:last-child {
    border-bottom: none;
}

.gov-data-label {
    flex: 0 0 180px;
    font-weight: 600;
    color: #334155;
    font-size: 0.875rem;
}

.gov-data-value {
    flex: 1;
    color: #1e293b;
    font-size: 0.875rem;
}

/* Government List Group Override */
.gov-modal .list-group {
    border: none;
    margin-bottom: 0;
}

.gov-modal .list-group-item {
    border: none;
    border-bottom: 1px solid #e2e8f0;
    border-radius: 0;
    padding: 0.875rem 0;
    background: transparent;
}

.gov-modal .list-group-item:last-child {
    border-bottom: none;
}

.gov-modal .list-group-item-secondary {
    background-color: transparent;
    color: #334155;
    font-weight: 600;
    font-size: 0.875rem;
    min-width: 160px;
}

.gov-modal .list-group-item-action {
    background-color: transparent;
}

.gov-modal .list-group-item-action:hover {
    background-color: #f8fafc;
}

/* Gentle Notice Styles */
.gov-notice {
    background-color: #f0f9ff;
    border-left: 3px solid #0284c7;
    padding: 0.75rem 1rem;
    margin: 0.75rem 0;
    font-size: 0.8125rem;
    color: #0c4a6e;
    border-radius: 0 4px 4px 0;
}

.gov-notice-muted {
    background-color: #f8fafc;
    border-left: 3px solid #94a3b8;
    padding: 0.75rem 1rem;
    margin: 0.75rem 0;
    font-size: 0.8125rem;
    color: #475569;
    border-radius: 0 4px 4px 0;
}

.gov-notice-info {
    background-color: #fefce8;
    border-left: 3px solid #ca8a04;
    padding: 0.75rem 1rem;
    margin: 0.75rem 0;
    font-size: 0.8125rem;
    color: #713f12;
    border-radius: 0 4px 4px 0;
}

.gov-notice a {
    color: inherit;
    font-weight: 500;
}

.gov-notice a:hover {
    text-decoration: underline;
}

/* Section Divider */
.gov-section-divider {
    height: 1px;
    background: linear-gradient(to right, #e2e8f0, #cbd5e1, #e2e8f0);
    margin: 1.25rem 0;
}

/* Action Links Section */
.gov-action-links {
    padding-top: 1.25rem;
    margin-top: 1.25rem;
    border-top: 1px solid #e2e8f0;
}

.gov-action-links a {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 0.25rem;
    background-color: #f1f5f9;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    color: #1e40af;
    font-size: 0.8125rem;
    text-decoration: none;
    transition: all 0.15s ease;
}

.gov-action-links a:hover {
    background-color: #e2e8f0;
    border-color: #94a3b8;
    text-decoration: none;
}

/* Loading Spinner */
.gov-modal .spinner-border {
    color: #1a365d !important;
}

/* Print Button */
.gov-print-btn {
    background-color: #f1f5f9;
    border: 1px solid #cbd5e1;
    color: #334155;
    font-size: 0.8125rem;
    padding: 0.375rem 0.75rem;
}

.gov-print-btn:hover {
    background-color: #e2e8f0;
    border-color: #94a3b8;
    color: #1e293b;
}

/* Detail Row Zebra Stripes */
.detail-row {
    transition: background-color 0.15s ease;
}

.detail-row:nth-child(odd) {
    background-color: #f8fafc;
}

.detail-row:nth-child(even) {
    background-color: #ffffff;
}

.detail-row:hover {
    background-color: #f1f5f9;
}

.detail-row .fw-semibold {
    color: #475569;
    font-size: 0.9375rem;
}

.detail-row:last-child {
    border-bottom: none;
}

  @media print {
    .btn, .btn-close {
        display: none;
    }

    .list-group {
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        border-radius: 0.25rem;
    }
    .btn-close{
        display: none;
    }
    .modal-header {
        background-color: #7a2426!important;
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: space-between;
        padding: 0rem;
        border-bottom: 1px solid #dee2e6;
        border-top-left-radius: calc(0.3rem - 1px);
        border-top-right-radius: calc(0.3rem - 1px);
    }

    .detail-row:nth-child(odd) {
        background-color: #f8fafc !important;
    }

    .detail-row:nth-child(even) {
        background-color: #ffffff !important;
    }
}