﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.navbar {
    padding-bottom: 0;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
    color: #2fa4e7;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.navbar-brand {
    padding-left: 5px;
    padding-right: 5px;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 12px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  /*  border-bottom: 1px solid #e5e5e5;*/
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: static;
  /*Note: default value for 'position' is 'absolute' but page content overwrote sometimes so it was changed*/
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.content-wrap {
    padding-bottom: 5rem;
}

.page-container {
    position: relative;
    min-height: 100vh;
}

.upper-page-contaner {
    display: inline;
    width: 100%;
    height: 20%;
}

.icfile-container {
    border: 2px solid grey;
    width: 40%;
    float: left;
    margin-bottom: 25px;

}

.chart-container {
    border: 10px solid white;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
}

.result-container {
    width: 100%;
    height: 500px;
    overflow-x: scroll;
    overflow-y: scroll;
}

.nav a:hover {
    font-weight: bolder;
}


.map-container {
    width: 800px;
    height: 557px; 
}

.datepicker {
    width: 220px;
}

.datecell {
    
}

.result-cell {
    width: 93.125px;
    border: 2px solid grey;
    padding: 0 0 0 5px;
    font-size: 14px;
}

.header-cell {
    width: 5%;
    border: 2px solid grey;
    padding: 0 0 0 5px;
    font-size: 14px;
    word-wrap:break-word;
    height:auto
}

.borderbox {
    border-width: 2px;
    border-color: grey;
    border-style: solid;
    padding: 5px;
}

.borderbox2 {
    border-radius: 15px;
    border-width: 2px;
    border-color: grey;
    border-style: solid;
    padding: 5px;
    margin: 3px;
}

.splash-box {
    border-radius: 15px;
    border-width: 2px;
    border-color: grey;
    border-style: solid;
    padding: 5px;
    margin: 3px;
}

.splash-box::before {
    content: "";
    background-image:url('../Images/Hive In Field.jpg');
    opacity: 0.4;
    background-size: contain;
    position:absolute;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;   
}

.video-button {
    list-style-image: url('../images/camera-reels.svg');
}


.bordertest {
  /*  border: 5px double blue;*/  /*Uncomment this if you want to see where the elements are placed - double blue borders*/
}


.top5 { margin-top: 5px;

}

.right5 { padding-right: 5px;}

.input-boxes {
    box-shadow: inset 1px 1px 3px #999;
    margin-top: 2px;
    margin-bottom: 2px;
    background-color: white;
    font-size: .9rem;
    padding-right: 2px;
    text-align: center;
}

.nav-data-field {
    background-color: #ededed;
    padding: 15px;
    margin-bottom: 10px;
}

.nav-link.active.nav-data-tab {
    background-color: lightgray;
}



.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #ededed;
    border-color: #ededed;
}

.nav-link {
    background-color: unset;
}

.input-boxes:invalid {
    box-shadow: 0 0 5px 1px red;
}

input:invalid {
        box-shadow: 0 0 5px 1px red;
}

.xition {
    padding: 0;
}

body {
    margin: 0;
    /*background: -webkit-linear-gradient(45deg, #c4f6a9, #c4edf4);
    background: linear-gradient(45deg, #c4f6a9, #c4edf4);
        background: -webkit-linear-gradient(45deg, rgba(196,246,169,0.5), rgba(196,237, 244, 0.5)), url('../Images/colonies-background2.jpg') no-repeat;
    background: linear-gradient(45deg, rgba(196,246,169,0.9), rgba(196,237, 244, 0.9)), url('../Images/colonies-background2.jpg') no-repeat;
    background-position: center;*/
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif !important;
    font-weight: 100;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

.custom-modal {
    background-color: #fff;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

#controlpanel {
    width: 100%;
    min-height: 300px;
    border: 2px solid black;
    margin-top: 50px;
    padding-top: 10px;
    background-color: #e5e5e5;
}


table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

th, td {
    border: 1px solid #ddd;
    width: 90.125px;
    word-wrap: break-word;
    text-align: center;
    white-space: normal;
    font-size: .9rem;
    padding: 0px;
}

td input {
    text-align: center;
    width: inherit;
    padding: 0px;
}


table thead th {
    top: 0;
    background: #fff;
    color: #000;
    position: -webkit-sticky;
    position: sticky;
    z-index: 3;
}


table tbody th {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
    background: #a0f075;
    font-weight: 100;
}

.pane-hScroll {
    overflow: scroll;
}

.pane-vScroll {
    overflow-y: auto;
    overflow-x: hidden;
    height: 600px;
}

.filename-display {
    display: inline-block;
    white-space: nowrap;
    margin-right: 5%;
}

.highlighted-words {
    padding: 5px 5px 5px 5px;
    background: #eee;
}

.btn-width1 {
    width: 110px;
}

.main-nav-menu {
    color: black;
    font-weight: bolder;
    font-size: 1.2rem;
}

.hidden-toggle {
/*    display: none; */
    /*    display: none;*/
}

.question-mark {
    width: 20px;
    height: 20px;
    color: blue;
    fill: #0366d6;
    content: url('../Images/question-circle.svg');
    filter: invert(31%) sepia(95%) saturate(1157%) hue-rotate(189deg) brightness(90%) contrast(88%);
}

/*    display: none;*/

.warn-triangle {
    width: 20px;
    height: 20px;
    color: orange;
    fill: orange;
    content: url('../Images/exclamation-triangle.svg');
    filter: invert(31%) sepia(95%) saturate(1157%) hue-rotate(60deg) brightness(90%) contrast(88%);
}

.tooltip-inner {
    background-color: #2fa4e7
}

.btn-xition {

}

.modal-xition {
/*    max-width: 900px;*/
    width: 50%;
    height: auto;
    background-color: white;
    margin-left: 200px;
    margin-top: 50px;
}

.grid-border {
    border: 3px inset gray;
    padding-top: 15px;
}

.hdr-image {
    width: 100%;
    height: auto;
    /*margin-left: -25%;*/
}

.image-grid {
    /* border: 4mm ridge rgba(211, 220, 50, .6);*/
    border: .5rem outset greenyellow;
    border-radius: 12px;
    outline: 1px solid black;
    box-shadow: 6px 3px 6px gray;
    background-color: rgba(128, 128, 128, 0);
    /*height: 80%;*/
    width: 80%;
}

.image-grid:active {
    box-shadow: 0 0 0 white;
    background-color: rgba(128, 128, 128, .2);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

/* Styling the immigration type radio buttons

*/
.imm-type-icon {
    height: 30px;
    width: 50px;
}

.verticaltext {
    writing-mode: vertical-rl;
    text-orientation: upright;
}

.how-to-link {
    color: black;
    text-shadow: 4px 4px 8px white;
}

/* Home */
/* Section 1: Clean White */
.beebop-intro {
    background: #fff;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.beebop-intro__heading {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.5em;
}

.beebop-intro__divider {
    width: 6rem;
    margin: 1rem auto 2rem auto;
    border: none;
    border-top: 2px solid #73b3e7;
}

.beebop-intro__desc {
    text-align: center;
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
}

/* Section 2: Hero Image with Card */
.beebop-hero-card-section {
    position: relative;
    min-height: 370px;
    padding: 0;
    background: transparent;
}

.beebop-hero-card-section__bgimg {
    position: absolute;
    inset: 0;
    background: url('https://images.pexels.com/photos/56876/queen-cup-honeycomb-honey-bee-new-queen-rearing-compartment-56876.jpeg?auto=compress&w=1200&h=500&fit=crop') center/cover no-repeat;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.beebop-hero-card-section__container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 370px;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.beebop-hero-card {
    background: #162e52;
    color: #fff;
    max-width: 40rem;
    margin: 0 auto;
    border-radius: 6px;
    padding: 2.25rem 2rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.13), 0 2px 8px rgba(0,0,0,0.05);
    text-align: left;
    position: relative;
}

.beebop-hero-card__title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.beebop-hero-card__cta {
    background-color: #fdb81e;
    color: #162e52;
    font-size: 1.08rem;
    margin-top: 1.5rem;
}

    .beebop-hero-card__cta:hover, .beebop-hero-card__cta:focus {
        background-color: #d89d13;
        color: #162e52;
        text-decoration: none;
    }

/* Responsive tweaks */
@media (max-width: 900px) {
    .beebop-hero-card-section__container {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .beebop-hero-card {
        max-width: 100%;
        padding: 2rem 1rem;
    }
}

@media (max-width: 640px) {
    .beebop-intro__heading {
        font-size: 2rem;
    }

    .beebop-hero-card-section__container {
        align-items: stretch;
        min-height: 250px;
    }

    .beebop-hero-card {
        padding: 1.5rem 0.5rem;
        font-size: 1rem;
    }
}

.beebop-hero {
    background-image: url("https://images.pexels.com/photos/56876/queen-cup-honeycomb-honey-bee-new-queen-rearing-compartment-56876.jpeg?auto=compress&w=1200&h=500&fit=crop") !important;
    background-position: center;
    background-size: cover;
    color: #fff;
}

/* reports */
.beebop-reports {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.beebop-reports__header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 2rem;
}

    .beebop-reports__header h2 {
        font-size: 2.2rem;
        font-weight: 600;
        color: #162e52;
        margin-bottom: 0;
    }

.beebop-reports__all-link {
    color: #005ea2;
    text-decoration: underline;
    font-size: 1rem;
}

    .beebop-reports__all-link:hover {
        color: #163963;
    }

.beebop-reports__grid {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 2.5rem;
    align-items: flex-start;
}

.beebop-reports__main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(22, 46, 82, 0.05);
    min-width: 0;
}

.beebop-reports__main-img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 0.5rem 0.5rem 0 0;
}

.beebop-reports__main-meta {
    padding: 1.5rem 1rem;
}

.beebop-reports__main-date {
    color: #616161;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.beebop-reports__main-title {
    font-size: 2rem;
    font-weight: 500;
    color: #162e52;
    margin-bottom: 1rem;
}

.beebop-reports__main-btn {
    background: #195840;
    color: #fff;
    border: none;
    font-weight: 700;
    margin-top: 1rem;
}

    .beebop-reports__main-btn:hover, .beebop-reports__main-btn:focus {
        background: #163963;
        color: #fff;
    }

.beebop-reports__list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.beebop-reports__item {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eaeaea;
}

    .beebop-reports__item:last-child {
        border-bottom: none;
    }

.beebop-reports__item-flag {
    width: 3rem;
    min-width: 3rem;
    height: 2.1rem;
    object-fit: cover;
    border-radius: 0.2rem;
    margin-top: 0.3rem;
}

.beebop-reports__item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.beebop-reports__item-date {
    color: #616161;
    font-size: 1rem;
    margin-bottom: 0.15rem;
}

.beebop-reports__item-title {
    color: #162e52;
    font-size: 1.08rem;
    font-weight: 700;
    text-decoration: underline;
    line-height: 1.2;
}

    .beebop-reports__item-title:hover {
        color: #005ea2;
    }

/* reports Responsive */
@media (max-width: 1000px) {
    .beebop-reports__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .beebop-reports__main-title {
        font-size: 1.4rem;
    }
}

@media (max-width: 640px) {
    .beebop-reports__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .beebop-reports__main-meta {
        padding: 1rem 0.4rem;
    }

    .beebop-reports__main-title {
        font-size: 1.1rem;
    }

    .beebop-reports__item-title {
        font-size: 0.96rem;
    }
}

/* news */
.beebop-news {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.beebop-news__header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 2rem;
}

    .beebop-news__header h2 {
        font-size: 2.2rem;
        font-weight: 600;
        color: #162e52;
        margin-bottom: 0;
    }

.beebop-news__all-link {
    color: #005ea2;
    text-decoration: underline;
    font-size: 1rem;
}

    .beebop-news__all-link:hover {
        color: #163963;
    }

.beebop-news__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 3rem;
}

.beebop-news__item {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    min-width: 0;
}

    .beebop-news__item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.beebop-news__date {
    color: #434343;
    font-size: 1rem;
    margin-bottom: 0.2rem;
}

.beebop-news__category {
    font-size: 1.03rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
    display: inline-block;
}

    .beebop-news__category.news-release {
        color: #0378d8;
    }

    .beebop-news__category.stakeholder-notice {
        color: #14623b;
    }

.beebop-news__title {
    color: #162e52;
    font-size: 1.13rem;
    font-weight: 700;
    text-decoration: underline;
    line-height: 1.25;
    margin-bottom: 0.5rem;
    display: inline-block;
}

    .beebop-news__title:hover {
        color: #005ea2;
    }

.beebop-news__summary {
    color: #363636;
    font-size: 1rem;
    margin-bottom: 0;
}

/* news Responsive */
@media (max-width: 1000px) {
    .beebop-news__grid {
        grid-template-columns: 1fr;
        gap: 2rem 0;
    }
}

@media (max-width: 640px) {
    .beebop-news__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .beebop-news__title {
        font-size: 1rem;
    }

    .beebop-news__summary {
        font-size: 0.95rem;
    }
}

/* Custom tab styling to remove border-radius */
.nav-tabs,
.nav-tabs .nav-item,
.nav-tabs .nav-link,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-radius: 0 !important;
}

.nav-tabs .nav-link {
    border-radius: 0 !important;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-radius: 0 !important;
}

/* Fixed first column table styles for RunModel page */
.fixed-first-column-table {
    position: relative;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

.fixed-first-column-table thead th:first-child,
.fixed-first-column-table tbody td:first-child {
    position: sticky;
    left: 0;
    background-color: #f0f0f0;
    z-index: 5;
    border-right: 1px solid #000;
    font-weight: bold;
    min-width: 120px;
}

.fixed-first-column-table thead th:first-child {
    z-index: 15; /* Higher z-index for the intersection of sticky header and column */
    background-color: #e0e0e0;
}

.fixed-first-column-table tbody tr:hover td:first-child {
    background-color: #e8e8e8;
}

.fixed-first-column-table tbody tr:nth-child(even) td:first-child {
    background-color: #e8e8e8;
}

.usa-card__header > .usa-button, .usa-card__body > .usa-button {
    padding: 0.75rem 1.25rem !important;
}
/* Home */

/* Custom USWDS-styled modal with vertical centering - only when shown */
.modal.fade.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

    .modal.fade.show .modal-dialog {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100vh;
        margin: 0;
        padding: 1rem;
    }

.modal-content.custom-modal {
    background-color: #fff;
    border: 1px solid #005ea2;
    border-radius: 0.5rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
    max-width: 30rem;
    margin: auto;
}

.usa-modal__main {
    padding: 1rem; /* Reduced from 2rem */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.usa-modal__close {
    position: absolute;
    top: 0.5rem; /* Reduced from 1rem */
    right: 0.5rem; /* Reduced from 1rem */
    background: none;
    border: none;
    font-size: 1.25rem; /* Reduced from 1.5rem */
    cursor: pointer;
    padding: 0.25rem;
    color: #005ea2;
    z-index: 10;
}

    .usa-modal__close:hover {
        background-color: #f1f1f1;
        border-radius: 50%;
    }

.usa-modal__heading {
    margin-bottom: 0.75rem; /* Reduced from 1.5rem */
    color: #005ea2;
    font-weight: 700;
}

.usa-prose {
    margin-bottom: 0.75rem; /* Reduced from 1.5rem */
}

.modal-footer {
    margin-top: 0.5rem; /* Reduced from 1rem */
}