/* Common Styles - Extracted from Inline Styles
   This file contains reusable CSS classes to replace inline styles throughout the application
   Author: Generated from inline style cleanup
   Date: 2024
*/

/* Layout & Spacing Utilities */
.width-25 {
    width: 25%;
}

.width-40 {
    width: 40%;
}

.width-46 {
    width: 46%;
}

.width-54 {
    width: 54%;
}

.width-60 {
    width: 60%;
}

.width-75 {
    width: 75%;
}

.width-100 {
    width: 100%;
}

.width-250 {
    width: 250px;
}

.width-230 {
    width: 230px;
}

.width-400 {
    width: 400px;
}

.width-200 {
    width: 200px;
}

.width-165 {
    width: 165px;
}

.width-135 {
    width: 135px;
}

.width-425 {
    width: 425px;
}

.width-300 {
    width: 300px;
}

.width-195 {
    width: 195px;
}

.width-9 {
    width: 9px;
}

.width-13 {
    width: 13px;
}

.width-220 {
    width: 220px;
}

.height-100 {
    height: 100%;
}

.height-380 {
    height: 380px;
}

.height-300 {
    height: 300px;
}

.height-8 {
    height: 8px;
}

.height-10 {
    height: 10px;
}

.height-13 {
    height: 13px;
}

/* Padding Utilities */
.padding-0 {
    padding: 0px;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.padding-top-0 {
    padding-top: 0px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-bottom-3 {
    padding-bottom: 3px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-10-border {
    padding-bottom: 10px;
    border-bottom: 1px solid #767679;
}

.padding-bottom-3-top-10 {
    padding-bottom: 3px;
    padding-top: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-x-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-y-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-lang {
    padding: 2px 0 0 5px;
}

/* Margin Utilities */
.margin-bottom-2 {
    margin-bottom: 2px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

/* Background Colors */
.bg-teal {
    background-color: #45AAB8;
}

.bg-gray-e5 {
    background-color: #E5E9EC;
}

.bg-gray-f0 {
    background-color: #f0f0f0;
}

.bg-gray-ccc {
    background-color: #ccc;
}

.bg-gray-c2 {
    background-color: #c2c2c2;
}

.bg-white {
    background-color: #ffffff;
}

.bg-white-bordered {
    background-color: #fff;
    border: solid 1px #ddd;
}

/* Text Colors */
.text-green {
    color: green;
}

.text-white {
    color: #fff;
}

.text-red {
    color: #990000;
}

/* Text Alignment */
.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

/* Vertical Alignment */
.valign-top {
    vertical-align: top;
}

.valign-middle {
    vertical-align: middle;
}

/* Display Utilities */
.display-none {
    display: none !important;
}

.display-block {
    display: block !important;
}

.display-inline-block {
    display: inline-block !important;
}

.hidden {
    display: none !important;
}

.visible {
    display: block !important;
}

/* jQuery Compatibility Classes */
.jquery-hidden {
    display: none !important;
}

.jquery-visible {
    display: block !important;
}

/* Border Utilities */
.border-1-ccc {
    border: solid 1px #ccc;
}

.border-1-767679 {
    border: solid 1px #767679;
}

.border-top-1-767679 {
    border-top: 1px solid #767679;
}

.border-bottom-1-767679 {
    border-bottom: 1px solid #767679;
}

/* Font Styling */
.font-bold {
    font-weight: bold;
}

.font-verdana {
    font-family: Verdana;
}

.font-size-9 {
    font-size: 9px;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

.line-height-3 {
    line-height: 3;
}

.line-height-16 {
    line-height: 16px;
}

.line-height-20 {
    line-height: 20px;
}

.line-height-24 {
    line-height: 24px;
}

/* Image Specific Styles */
.img-home-page {
    width: 550px;
    height: 400px;
}

.img-full-width {
    width: 100%;
}

.img-full-height {
    height: 100%;
}

.img-width-9-full-height {
    width: 9px;
    height: 100%;
}

.img-width-13-full-height {
    width: 13px;
    height: 100%;
}

.img-box-top {
    width: 100%;
    height: 8px;
}

.img-box-bottom {
    width: 100%;
    height: 10px;
}

/* Specific Component Styles */
.home-top-section {
    width: 100%;
    background-color: #45AAB8;
}

.locator-top-padding {
    padding-top: 20px;
}

.box-content-padding {
    padding: 5px;
    font-size: 11px;
}

.box-body-vertical {
    width: 195px;
    height: 100%;
    vertical-align: top;
}

.heading-margin {
    margin-bottom: 2px;
}

.calculator-box {
    width: 100%;
    height: 100%;
}

.text-content {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}

.text-content-large {
    font-size: 16px;
    line-height: 24px;
}

.about-us-text {
    font-size: 13px;
    line-height: 20px;
}

.paragraph-spacing {
    margin-bottom: 10px;
}

/* Form Elements */
.input-field {
    width: 230px;
}

.input-field-165 {
    width: 165px;
}

.input-field-135 {
    width: 135px;
}

.textarea-field {
    width: 230px;
}

/* Table Styles */
.table-width-425 {
    width: 425px;
    border: solid 1px #ccc;
}

.table-row-gray {
    background-color: #f0f0f0;
}

.table-header-gray {
    background-color: #ccc;
}

.table-header-c2 {
    background-color: #c2c2c2;
}

.table-full-width {
    width: 100%;
}

.table-height-100 {
    height: 100%;
}

/* RSS Feed Styles */
.rss-item {
    margin-bottom: 10px;
}

/* ATI Section */
.ati-content {
    height: 100%;
    padding: 20px;
    text-align: justify;
}

.ati-table {
    width: 400px;
    height: 100%;
}

/* Special Utility Classes */
.no-wrap {
    white-space: nowrap;
}

.cursor-pointer {
    cursor: pointer;
}

.letter-spacing-6 {
    letter-spacing: 6px;
}

.underline-9 {
    text-decoration: underline;
    font-size: 9px;
}

.text-right-9 {
    text-align: right;
    font-size: 9px;
}

/* Disclaimer Text */
.disclaimer-text {
    font: normal 10px tahoma;
}

/* Covid Banner Styles (from SiteMaster) */
.covid-banner span {
    color: #fff;
}

.covid-banner a,
.covid-banner a:visited,
.covid-banner a:active {
    color: #fff;
}

.covid-banner a:hover {
    color: #fff;
}

/* Site Master Specific */
.site-table {
    width: 998px;
    height: 600px;
    background-color: #ffffff;
}

.footer-content {
    width: 60%;
    vertical-align: top;
}

.footer-language {
    width: 40%;
    vertical-align: top;
    text-align: right;
}

.footer-notification {
    padding-top: 20px;
}

/* Office/Contact Form Specific */
.form-field-padding {
    padding-bottom: 3px;
}

.table-operations {
    width: 200px;
}

.table-cell-padding-10 {
    padding: 10px;
}

.table-cell-padding-5 {
    padding: 5px;
}

.table-cell-padding-0-10 {
    padding: 0px 10px;
}

.operations-table {
    display: none;
}

.pager-display {
    display: none;
}

/* Contact Form Table */
.contact-table {
    width: 300px;
}

.contact-table-wide {
    width: 425px;
    border: solid 1px #ccc;
}

/* ===========================================
   CSS-Only Navigation Menu (CSP Compliant)
   No JavaScript required for hover dropdowns
   =========================================== */

.css-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    background: #363636 url(../images/menuBG.jpg) repeat-x center top;
    height: 45px;
    border-bottom: solid 1px #363636;
}

.css-nav > li {
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #363636;
}

.css-nav > li:first-child {
    border-left: none;
}

.css-nav > li > a {
    display: block;
    padding: 14px 15px 14px 15px;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}

.css-nav > li > a:hover,
.css-nav > li:hover > a {
    color: #363636;
    background-color: #fff;
}

/* Dropdown Submenu */
.css-nav > li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 200px;
    background-color: #fff;
    border: 1px solid #363636;
    z-index: 1000;
}

/* Show dropdown on hover - pure CSS, no JavaScript */
.css-nav > li:hover > ul {
    display: block;
}

.css-nav > li > ul > li {
    display: block;
    text-align: left;
}

.css-nav > li > ul > li > a {
    display: block;
    padding: 10px 15px;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    color: #363636;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 1px solid #363636;
}

.css-nav > li > ul > li:last-child > a {
    border-bottom: none;
}

.css-nav > li > ul > li > a:hover {
    color: #fff;
    background-color: #646464;
}

.gray-background{
    background-color: #ccc;
}

/* Dropdown arrow indicator for parent nav items */
.css-nav-arrow {
    width: 12px !important;
    height: 12px !important;
    margin-left: 25px;
    margin-right: 0;
    vertical-align: middle;
    pointer-events: none;
}

.css-nav > li:hover > a .css-nav-arrow {
    filter: brightness(0);
}





