/* Boxes and the fonts within them */
.header-cpcc {
    background: #4A7270 no-repeat 97% 50%;
}
[class^="header-"] {
    border-bottom: none;
    margin-bottom: .33em;
    margin-top: .33em;
    padding-bottom: 1.75em;
    padding-top: 1.75em;
    width: 100%;
}

[class^="header-"] h1 {
    color: #fff;
    font-size: 2.8em;
    margin: 0;
    text-transform: uppercase;
    margin-left: 45px;
    border: none;
    padding: 0;
}

[class^="header-"] p {
    width: 60%;
    line-height: 1.5;
    margin-left: 31px;
    color: #fff;
    font-size: 0.8em;
}

.list-inline button {
  border: 2px solid #4c4c4c;
    padding: 3px 15px 3px 15px;
    margin: 3px;
    width: 245px;
}


.list-inline button:focus {
    background: #4A7270;
	color: #fff;
}




table.dataTable {
font-size: 16px;
border-radius: 0px;
padding: 0px;
background: #ffffff;
border: none !important;
}

table.dataTable tbody tr {
background-color: #fbfbfb;
}


#datatable_paginate .paginate_button {
background-color: #e8e8e8;
color: #000000;
margin-bottom: 22px;
margin-left: 5px;
border: none;
}

#datatable_paginate .paginate_button.current {
background-color: #0d6179;
border-color: #0d6179;
color: #fff;
cursor: default;
z-index: 2;
}

#datatable td {
border: none;
font-size: 1em;
margin-left: 10px;
max-width: 91%;
display: block;
padding: 5px 2px 0px 20px;
}

#datatable th {

display: none;

}

#datatable_filter input {
font-size: 20px;
display: block;
background-color: #ffffff;
border: 3px solid #3a3a3a;
font-family: "Font Awesome 5 Free", "Noto Sans", sans-serif;
font-weight: 700;
border-radius: 30px;
margin-top: 3px;
margin-bottom: 15px;
margin-left: 0;
padding-left: 25px;
padding-top: 7px;
padding-bottom: 7px;
width: 100%;
}

#datatable_filter label {
display: block;
max-width: 99%;
margin-bottom: 5px;
font-weight: 700;
}

.dataTables_wrapper .dataTables_filter {
float: none;
margin-right: 15px;
}

td.title {
font-size: 1.4em !important;
font-weight: bold;
line-height: 1.3 !important;
margin-top: 6px;
}

td.title p {
margin-bottom: 0;
font-size: 20px;
}

.title img {
float: left;
padding: 3px 10px 3px 0px;
max-width: 145px;
}


.keyworda {
margin-bottom: 2px;
font-size: 13px;
padding-top: 1px;
padding-bottom: 2px;
text-transform: uppercase;
max-width: 20%;
margin-right: 1010px;
color: #fff;
border-radius: 20px;
padding-left: 9px;
padding-right: 9px;
font-weight: bold;
background-color: #b70c09;
}


td.keywordb {
margin-bottom: 2px;
font-size: 13px;
padding-top: 1px;
padding-bottom: 2px;
text-transform: uppercase;
margin-right: 1010px;
color: #fff;
border-radius: 20px;
padding-left: 9px;
padding-right: 9px;
font-weight: bold;
background-color: #166517;
}



td.keywordc {
margin-bottom: 2px;
font-size: 13px;
padding-top: 1px;
padding-bottom: 2px;
text-transform: uppercase;
margin-right: 1010px;
color: #fff;
border-radius: 20px;
padding-left: 9px;
padding-right: 9px;
font-weight: bold;
background-color: #80620e;
}

td.keywordd {
margin-bottom: 2px;
font-size: 13px;
padding-top: 1px;
padding-bottom: 2px;
text-transform: uppercase;
margin-right: 1010px;
color: #fff;
border-radius: 20px;
padding-left: 9px;
padding-right: 9px;
font-weight: bold;
background-color: #ad3d8c;
}

td.element {
    color: #265552;
	font-size: 0.95em;
    }

/* Contact information: teal text with phone icon style */
td.contact-info {
    color: #0d6179;           /* teal */
}

td.contact-info::before {

 
    font-weight: 900;
    margin-right: 6px;
}

/* Address/location: green with pin icon and slightly smaller text */
td.address-info {
    color: #166517;           /* green */
    font-size: 0.9em;
}

td.address-info::before {
  
    font-weight: 900;
    margin-right: 6px;
}

/* Search bar & filter layout */
.dataTables_wrapper .dataTables_filter {
    float: none;
    margin: 10px 0 15px 0;
}

#datatable_filter label {
    display: block;
    max-width: 100%;
    font-weight: 700;
}

#datatable_filter input {
    width: 100%;
}

/* Card-style rows and separators */
#datatable td {
    border: none;
    font-size: 1em;
    padding: 4px 5px;
    display: block;
}

#datatable tbody tr {
 border-bottom: none !important;
}

/* Title, services, and “meta” line */
td.title {
    font-size: 1.2em !important;
    font-weight: bold;
    line-height: 1.3 !important;
    margin-top: 6px;
    color: #26374a;
}

td.title p {
    margin-bottom: 0;
}

td.title a {
    text-decoration: underline;
}
td.description {
    display: inline-block;
    margin: 3px 0;
    padding: 8px 12px;
    width: 60px;
    background: #e8f4fd;
    border-left: 4px solid #269abc;
    font-size: 12px;
    font-weight: 600;
    color: #31708f;
    white-space: nowrap;
    border-radius: 4px;
    
    /* Fixed colored padding - no hover */
    box-shadow: inset 0 0 0 1px #284162; /* Permanent light blue padding */
}

td.services-infor{
    margin-top: 3px;
    margin-bottom: 3px;
	font-weight: bold;
	color: #b70c09;
}

/* Pagination buttons (existing, reinforced) */
#datatable_paginate .paginate_button {
    background-color: #e8e8e8;
    color: #000000;
    margin-bottom: 22px;
    margin-left: 5px;
    border: none;
}

#datatable_paginate .paginate_button.current {
    background-color: #0d6179;
    border-color: #0d6179;
    color: #fff;
}

/* Dropdown filter #1*/
#dt_type {
    max-width: 320px;
}

#dt_type:focus {
    border-color: #0d6179;
    box-shadow: 0 0 0 3px rgba(13, 97, 121, 0.25);
}

#dt_type,
.field-name {
    font-family: "Noto Sans", "Roboto", sans-serif;
    font-size: 16px;
}

.field-name {
    font-weight: 700;
    margin-bottom: 6px;
    color: #26374a;
    display: block;
}

/* Form control styling */
.form-control#dt_type {
    border: 2px solid #606060;
    border-radius: 0;
    padding: 8px 12px;
    background-color: #fff;
    height: auto;
    min-height: 42px;
    max-width: 250px;
}

/* Hover and focus states */
.form-control#dt_type:hover {
    border-color: #606060;
}

.form-control#dt_type:focus {
    border-color: #0d6179;
    box-shadow: 0 0 0 3px rgba(13, 97, 121, 0.25);
    outline: 0;
}

/* Selected option */
.form-control#dt_type option {
    padding: 4px 8px;
}

/* Container spacing */
.form-group {
    margin-bottom: 24px;
}
td.populations-info {
    color: #166517;           /* green */
    font-size: 0.9em;
}

/* Dropdown filter #2*/
#services_filter {
    max-width: 320px;
}

#services_filter:focus {
    border-color: #0d6179;
    box-shadow: 0 0 0 3px rgba(13, 97, 121, 0.25);
}

#services_filter,
.field-name {
    font-family: "Noto Sans", "Roboto", sans-serif;
    font-size: 16px;
}

.field-name {
    font-weight: 700;
    margin-bottom: 6px;
    color: #26374a;
    display: block;
}

/* Form control styling */
.form-control#services_filter {
    border: 2px solid #606060;
    border-radius: 0;
    padding: 8px 12px;
    background-color: #fff;
    height: auto;
    min-height: 42px;
    max-width: 250px;
}

/* Hover and focus states */
.form-control#services_filter:hover {
    border-color: #606060;
}

.form-control#services_filter:focus {
    border-color: #0d6179;
    box-shadow: 0 0 0 3px rgba(13, 97, 121, 0.25);
    outline: 0;
}

/* Selected option */
.form-control#services_filter option {
    padding: 4px 8px;
}

/* Container spacing */
.form-group {
    margin-bottom: 24px;
}
td.populations-info {
    color: #166517;           /* green */
    font-size: 0.9em;
}

#dt_type, #services_filter {
    width: 320px !important;  /* Override max-width for exact match */
}
