﻿.btn-link {
    background-color: transparent;
    border: none;
    color: #007bff;
    cursor: pointer;
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: underline;
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
    }

.export-tile {
    color: #0a58ca;
    font-size: 1.35em;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.whitebox-small-font {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: dimgray
}

.whitebox-medium-font {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: dimgray;
}

.whitebox-large-font {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 17px;
    color: dimgray;
    /*letter-spacing: 1px;*/
}

.whitebox-xsmall-font {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: dimgray;
    letter-spacing: 2px;
}

.whitebox-xxsmall-font {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 9px;
    color: dimgray;
    letter-spacing: 1px;
}

rounded-text,
.blue-rounded-text,
.red-rounded-text,
.green-rounded-text,
.orange-rounded-text,
.gray-rounded-line-text,
.purple-rounded-line-text {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4rem;
    letter-spacing: 1px;
    text-align: center;
    outline: none !important;
    box-shadow: none;
    border: none;
    height: 19px;
}

.blue-rounded-text {
    background-color: #0d6dfd;
}

.red-rounded-text {
    background-color: #631818;
}

.green-rounded-text {
    color: #3CA521;
    background-color: #DBF9D7;
}

.orange-rounded-text {
    background-color: #f5803e;
}

.gray-rounded-line-text {
    background-color: #f0f0f0;
}

.purple-rounded-line-text {
    background-color: #614092;
}

.components-reconnect-show, .components-reconnect-failed, .components-reconnect-rejected {
    display: none;
}

#components-reconnect-modal, #components-reconnect-failed, #components-reconnect-rejected {
    display: none;
}

.collapsable-panel {
    /*border: 1px solid #eee;*/
    padding: 2px;
    background-color: white;
    overflow: hidden;
}

.collapsable .title {
    display: table-cell
}

.collapsable .value {
    display: table-cell;
    text-align: right;
}

/* autocomplete adds the ui-autocomplete-loading class to the textbox when it is _busy_ */
#autocomplete.ui-autocomplete-loading {
    /*background-image: url(loading.gif);*/
    background-image: url('../images/loading.gif');
    background-position: right center;
    background-repeat: no-repeat;
}

#autocomplete {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: dimgray;
}

.autocomplete {
    position: relative;
    /*display: inline-block;*/
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    font-family: Arial, Verdana, sans-serif;
    font-size: 11px;
}

    .autocomplete-items div {
        padding: 0px;
        cursor: pointer;
        /*background-color: white;*/
        /*border-bottom: 1px solid #d4d4d4;*/
        /*color: dimgray;*/
    }


/*when hovering an item:*/
/*.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}*/

table {
    border-collapse: collapse;
    width: 100%;
}

.resulttr {
    padding-top: 0px;
    padding-bottom: 0px;
}

.resulttd {
    padding-left: 3px !important;
    padding-right: 3px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    border: 0.5px solid #dee2e6;
}

/* The right-aligned icon container */
.address-actions {
    border: none;
    flex: 1;
    text-align: right;
}

/* The right-aligned icon container */
.address-actions {
    border: none;
    flex: 1;
    text-align: right;
}

.address-wrapper {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping on small screens */
    align-items: center; /* Perfectly aligns text and button vertically */
    gap: 12px; /* Puts a clean 12px gap between text and button */
    border: none;
    width: 100%;
}

.resulttr:hover {
}

.searchtr:hover {
    /*font-size: 13px;*/
    color: #0d6dfd;
    /*font-weight: bold;*/
    background-color: #d4d4d4;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.autocomplete-hide {
    display: none;
}

.autocomplete-show {
    visibility: visible;
}

.custom-popover {
    --bs-popover-max-width: 400px;
    --bs-popover-border-color: var(--bs-primary);
    --bs-popover-header-bg: var(--bs-primary);
    --bs-popover-header-color: var(--bs-white);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: .5rem;
}

.custom-small-popover {
    --bs-popover-max-width: 200px;
    --bs-popover-border-color: var(--bs-primary);
    --bs-popover-header-bg: var(--bs-primary);
    --bs-popover-header-color: var(--bs-white);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: .5rem;
}

.custom-ballon-popover {
    --bs-popover-max-width: 100px;
    --bs-popover-border-color: var(--bs-primary);
    --bs-popover-header-bg: var(--bs-primary);
    --bs-popover-header-color: var(--bs-white);
    --bs-popover-body-padding-x: 3px;
    --bs-popover-body-padding-y: 3px;
    font-size: 10px;
}

.ddlTaxYear {
    padding: 3px;
    font-family: Arial;
    font-size: 13px;
}

.printerStyle {
    /*font-size:14px;*/
}

    .printerStyle:hover {
        font-weight: bold;
        color: #0d6dfd;
    }

.grayUnderline {
    border-bottom: 1px solid #d4d4d4;
}

.advanceSearchtext {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: gray;
    /*font-weight: bold;*/
    text-shadow: 0 0 1px gray;
    text-align: left;
}

    .advanceSearchtext input[type=text] {
        padding: 1px;
        box-shadow: 0px 0px 2px gray;
    }

:root {
    --background: white;
}

.tab {
    line-height: 1;
    display: inline-block;
    margin-left: -25px;
    border: none;
    border-radius: 0 0 2px 2px;
    position: relative;
    margin-right: 4rem;
    background: var(--background);
    white-space: nowrap;
    cursor: pointer;
    background: var(--background);
}

    .tab:first-of-type {
        margin-left: 10px;
    }

    .tab span {
        display: inline-block;
        border: 3px solid transparent;
        padding: 0px 0px 0px;
        border-radius: 3px;
        z-index: 5;
        position: relative;
        font-size: 10px;
        color: #fff;
        min-width: 1rem;
    }

    .tab:before, .tab:after {
        content: "";
        height: 100%;
        position: absolute;
        background: var(--background);
        border-radius: 0 0 3px 3px;
        width: 30px;
        top: 0;
    }

    .tab:before {
        right: -13px;
        transform: skew(-25deg);
        border-radius: 0 0 3px 0;
    }

    .tab:after {
        transform: skew(25deg);
        left: -13px;
        border-radius: 0 0 0 3px;
    }
/* ------------------------------- */
/*.tab_clear {
    line-height: 1;
    display: inline-block;*/
/*margin-left: -25px;*/
/*border: none;
    border-radius: 0 0 6px 6px;
    position: relative;
    margin-right: 0.70rem;
    background: var(--background);
    white-space: nowrap;
    cursor: pointer;
    background: var(--background);
    background-color: #0d6dfd;
}

    .tab_clear:first-of-type {
        margin-left: 10px;
    }

    .tab_clear span {
        display: inline-block;
        border: 3px solid transparent;
        padding: 0px 0px 0px;
        border-radius: 6px;
        z-index: 5;
        position: relative;*/
/*font-size: 14px;*/
/*color: #fff;
        min-width: 1rem;*/
/*border-color:purple;*/
/*}

    .tab_clear:before, .tab_clear:after {
        content: "";
        height: 100%;
        position: absolute;
        background: var(--background);
        border-radius: 0 0 6px 6px;
        width: 30px;
        top: 0;
        background-color: #0d6dfd;
    }

    .tab_clear:before {
        transform: skew(5deg);
        left: 18px;
        border-radius: 0 0 0 6px;*/
/*border:solid;*/
/*}

    .tab_clear:after {
        transform: skew(45deg);
        left: -18px;
        border-radius: 0 0 0 2px;
        /*border: solid;*/
/*}*/
/* ---------------------- */
/* ------------------------------- */
.tab_back {
    line-height: 1;
    display: inline-block;
    /*margin-left: -25px;*/
    border: none;
    border-radius: 0 0 6px 6px;
    position: relative;
    margin-right: 0.70rem;
    background: var(--background);
    white-space: nowrap;
    cursor: pointer;
    background: var(--background);
    background-color: #6c757d;
}

    .tab_back:first-of-type {
        margin-left: 10px;
    }

    .tab_back span {
        display: inline-block;
        border: 3px solid transparent;
        padding: 0px 0px 0px;
        border-radius: 6px;
        z-index: 5;
        position: relative;
        /*font-size: 14px;*/
        color: #000;
        min-width: 1rem;
        /*border-color:purple;*/
    }

    .tab_back:before, .tab_back:after {
        content: "";
        height: 100%;
        position: absolute;
        background: var(--background);
        border-radius: 0 0 6px 6px;
        width: 30px;
        top: 0;
        background-color: #6c757d;
    }

    .tab_back:before {
        transform: skew(5deg);
        left: 18px;
        border-radius: 0 0 0 2px;
        /*border:solid;*/
    }

    .tab_back:after {
        left: -9px;
        transform: skew(0deg);
        border-radius: 0 0 0 6px;
        /*border: solid;*/
    }
/* ---------------------- */


.prevYeardropDown-content {
    display: none;
    position: absolute;
    box-shadow: 0px 4px 8px 0px #bdbdbd;
    z-index: 9999;
    border: solid 1px;
    border-color: #36b222;
    transition: height 8s;
    transition-property: height;
}

/* Default style for mobile devices (width: 100%) */
.responsive-div {
    width: 100%; /* Full width on mobile */
    height: auto;
}

/* Media query for screens larger than 768px (PC or tablet) */
@media (min-width: 768px) {
    .responsive-div {
        width: 70%; /* 70% width on larger screens */
    }
}

/* Default style for mobile devices (width: 100%) */
.responsive-div-button {
    width: 100%; /* Full width on mobile */
    height: auto;
}

/* Media query for screens larger than 768px (PC or tablet) */
@media (min-width: 768px) {
    .responsive-div-button {
        width: 30%; /* 30% width on larger screens */
    }
}

/* to change arrow fill color, add %23 infront of hex color */
select.arrowdown {
    border: 1px solid #0d6dfc;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='white'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
    background-color: #0d6dfc;
    background-size: 16px;
    background-position: calc(100% - 10px) 15px;
    background-repeat: no-repeat;
    color: white;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    /*border-bottom-left-radius: 0px;*/
    font-size: 14px;
    padding-left: 9px;
    padding-bottom: 8px;
    margin: 0px;
}

.searchboxcorner {
    border-radius: 0px;
}

@media (max-width: 768px) { /* Adjust the max-width value based on your definition of "mobile" */
    .searchboxcorner, select.arrowdown {
        border-radius: 10px;
    }
}

@media (max-width: 768px) {
    .title-text {
        font-size: 14px;
    }

    .radio-text {
        font-size: 12px;
    }

    .collapse-map {
        height: 0;
    }

    .hideMapCaption {
        display: none;
    }
    /*    .radiobuttonLeft {
        text-align:left;
    }*/
    .buttonFontsize {
        font-size: 12px;
        /*padding: 4px;*/
    }

    .inputSearch {
        font-size: 12px;
        height: 30px;
        padding: 2px 2px;
    }

    .magnifyingIcon {
        padding: 0px;
        font-size: 12px;
        /*        padding-left: 1px;
        padding-right: 1px;*/
    }

    .homeIcon {
        padding: 0px;
        font-size: 14px;
    }

    /*    #grpRadioButtons {
        display: none;
    }*/

    #searchcollapse {
        display: grid;
    }

    .radioGridlayout {
        flex: 0 0 auto;
        width: 50%; /* 6/12 columns = 50% */
    }

    .topSpace {
        padding-top: 10px;
    }

    .backtoResult {
        align-items: center;
        justify-content: center;
    }

    .backtoResultRoundedCorner {
        border-radius: 50px;
    }

    .dataTableGridText {
        font-size: 10px;
        padding: 0;
        margin: 0;
    }

    .moveIconbelow {
        position: inherit;
    }

    .gisMapframe {
        display: none;
    }

        .gisMapframe.show {
            display: block;
        }

    .resultsMiddle {
        text-align: center;
    }

    .address-container {
        flex-direction: column; /* Stacks the divs vertically */
    }

    .address-actions {
        text-align: left; /* Optional: aligns the icon to the left on mobile since it's now on its own line */
        /*margin-top: 4px;*/ /* Optional: adds a little breathing room below the text */
    }
}

@media (min-width: 768px) {
    .resultsMiddle {
        text-align: left;
    }

    .gisMapframe {
        display: block;
    }

    #searchcollapse {
        display: none;
    }

    .radiobuttonLeft {
        text-align: center;
    }

    .magnifyingIcon {
        font-size: 18px;
    }

    .homeIcon {
        font-size: 16px;
    }

    .hideControl {
        display: none;
    }

    .mobileFont {
        font-size: 12px;
    }

    .buttonFontsize {
        font-size: 16px;
    }

    .dataTableGridText {
        font-size: 12px;
    }

    .moveIconbelow {
        position: absolute;
    }
}

@media (max-width: 400px) {
    .closebuttonText {
        display: none;
        /*        color: #0d6dfd;
        font-size: 6px;
        padding: 0;
        text-align: center;
        white-space: normal;
        word-wrap: break-word;
        display: block;
        max-width: 80px;  */
    }
}

input[type="search"]::placeholder {
    color: lightgray;
}

input[type="text"]::placeholder {
    color: #cacaca;
    font-size: 12px;
}

/*.myDiv {
    position: relative;
}*/

/*#displayTaxYear {
    visibility: hidden;*/
/*    position: relative;
    overflow: hidden;*/
/*position:absolute;
    z-index: 1111;
}*/
/*
.myDiv:hover .prevYeardropDown-content {
    display: block;
    visibility: visible;

}*/

/*.myDiv:hover #displayTaxYear {
    visibility: visible;
    background-color: blue;
    display:inline;
}
*/
/*.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    background-color: white;
    color: black;
}*/

.radio-tab .form-check-label {
    /* Base style for all options (Owner Name, Business Name, etc.) */
    color: #5c6778;
    cursor: pointer;
    padding-bottom: 5px; /* Space for the underline */
    margin-bottom: -1px; /* Corrects positioning relative to the bottom border */
}

.radio-tab input[type="radio"]:checked + .form-check-label {
    /* Active tab text color */
    color: #1d3976;
    /* The blue underline effect */
    border-bottom: 3px solid #007bff;
}

.grid2x2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Desktop = 4 columns */
    gap: 8px;
}

@media (max-width: 600px) {
    .grid2x2 {
        grid-template-columns: repeat(2, 1fr); /* Mobile = 2 columns */
    }
}

.resultbtn {
    text-decoration: underline;
    cursor: pointer;
    color: #0d6dfd;
}

    .resultbtn:hover {
        background-color: #e4edf6;
        text-decoration: underline;
        border-radius: 6px;
        cursor: pointer;
    }


.street-sign-button {
    /* 1. Centering Magic */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* 2. Background Image Settings */
    background-image: url('/images/samestreetsign.png'); /* Replace with your actual path */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* 3. Sizing (Adjust height to match your desired size; width scales automatically) */
    height: 23px;
    aspect-ratio: 268 / 81; /* Matches the exact proportions of your uploaded image */
    /* 4. Text Styling */
    color: white;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size:10px; /* Tweak this based on your height */
    text-decoration: none;
    /* Optional: Nudge text slightly left to compensate for the arrow point */
    padding-right: 8px;
    box-sizing: border-box;
    
}
    .street-sign-button:hover {
        color: #fdca23;
    }