﻿/*!
 * revised: 2020-08-21
 *
 */

html, body { border: 0; margin: 0; padding: 0; overflow: auto; overflow-x: hidden; overflow-y: auto; }

label > input, 
label > span { vertical-align: middle; }

input[type='radio'],
input[type='checkbox']{ margin: -4px 5px 0 0; }

select{ width: auto; }

th, b {
    font-weight: bold;
}

b {
    color: #192a48;
}

a > img {
    border: 0;
    vertical-align: middle;
    margin: 0 0 4px 0;
}

.tabcontent{ padding-top: 18px; } /*keep*/

/* common classes */

.hidden,
.print-only {
    display: none;
}

.align-right {
    float: right;
    text-align: right;
    width: auto;
}

.search-and-clear {
    text-align: right;
    width: auto;
    position: absolute;
    right: 0;
}

.align-left {
    float: left;
    text-align: left;
    width: auto;
}

td.content-align-left {
    text-align: left !important;
}
/**//**/
.centered {
    text-align: center !important;
}

.clear {
    clear: both;
    float: none;
}

.multiline {
    white-space: pre-wrap;
    line-height: 1.4em;
}

span.multiline {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 0 12px;
}

.force-one-line {
    white-space: nowrap;
}

.cool-gradient {
    background: #435e89; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhNzY4YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjMzU0ZDY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA4MWIzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);*/
    background: -moz-linear-gradient(top,  #7190bc 0%, #435e89 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7190bc), color-stop(100%,#435e89)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #7190bc 0%,#435e89 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #7190bc 0%,#435e89 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #7190bc 0%,#435e89 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #7190bc 0%,#435e89 100%); /* W3C */
}

.table-container {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.show-when-small {
    display: none;
}

.loading-img {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -33px 0 0 -33px;
	z-index: 200;
}

/* autocomplete UI changes */
.ui-helper-hidden-accessible {
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
}

.ui-autocomplete {
    height: 300px;
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
    background: White;
    width: 400px !important;
    white-space: pre-wrap;
    border: 1px solid #cccccc;
}

.ui-menu-item {
    width: 300px;
    overflow: hidden;
    display: block;
}

a.ui-corner-all {
    color: #000;
    font-weight: normal;
    cursor: pointer;
}

/* datepicker UI changes */

.ui-datepicker {
    font-size: 11px !important;
    background: white;
    border: 1px solid #cccccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 200px;
	position: relative;
	z-index: 1000;
}
.ui-datepicker-header {
    width: 100%;
    padding: 2px;
}

.ui-datepicker-prev {
    float: left;
}

.ui-datepicker-next {
    float: right;
}

.ui-datepicker-title {
    font-size: 11px !important;
    text-align: center;
}
.ui-datepicker-calendar {
    font-size: 11px !important;
    width: 100%;
}

.ui-datepicker-calendar thead  {
    background:#d0e3ee;
}
.ui-datepicker-calendar td {
    text-align: center;
}
.ui-datepicker-calendar a.ui-state-default,
.ui-datepicker-calendar span.ui-state-default {
    
    font-weight: normal;
    font-size: 11px !important;
}

.ui-datepicker-calendar a.ui-state-default {
    color: #192a48;
}

.ui-datepicker-calendar span.ui-state-default {
    color: #cccccc;
}

.ui-datepicker-disabled {
	background: white;
    border: 1px solid #cccccc;
}

.ui-icon {
    background: transparent url('../images/calendar_icons.png') no-repeat;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    line-height: 16px;
}
.ui-icon-circle-triangle-w {
    background-position: 0 -16px;
}
.ui-icon-circle-triangle-e {
    background-position: 0 0;
    padding: 0 3px 0 0;
}


/* navigation tabs*/
.ps-tabs {
    margin: 15px 0 0;
}

.ps-tabs > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #45618c;
}

.ps-tabs li {
    margin: 0;
    padding: 5px 7px;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

#content {
    min-height: 500px;
    position: relative;
}

/* tabs */

.tab {
    color: #eee;
    font-weight: normal;
}

.tab.active {
    color: white;
    font-weight: bold;
}

/* search results table */
.results-table {
    position: relative;
    width: 100%;
    margin: 0 auto 8px;
}
.results-table > thead,
.results-table > tfoot {
    background: #33425f;
    color: white;
}
.results-table > tbody > tr {}
.results-table tr.alt {}
.results-table td,
.results-table th {
    padding: 1px 3px;
}

.results-table td {}
.results-table th {}

.results-table tr:hover > td {
    background: #acd0e5;
}
.results-table tr:hover > td.link {
    cursor: pointer;
}

/* multi-column data table */
.data-table {
    width: 100%;
    margin: 5px 0;
}
.data-table th,
.data-table td {
    text-align: center;
    padding: 2px 3px;
}

.data-table th {
    letter-spacing: 1px;
}

.report-table { width: auto; margin-bottom: 16px; }

/* report table */
.report-table th,
.report-table td {
    padding: 2px 3px;
}

.report-table th {
    letter-spacing: 1px;
    text-align: center;
}

.report-table td {
    text-align: left;
}

.left-table {
    width: 60%;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}


tbody tr:nth-child(even),
.report-table>thead>tr {
    /*background: #e5f0f6;*/
    background: #d0e3ee;
}

.export-section {
    margin-bottom: 8px; /*dont change*/
}

.export-section .btn-group{
    margin-left: 0;
    padding-bottom: 8px;
}
@media only screen and (min-width: 980px) {
    .export-section .btn-group{
        margin-left: 5px;
        padding-bottom: 0;
    }
    .export-section .btn-group:first-child{
        margin-left: 0;
    }
}

.export-section > button {
    background: transparent;
    border: 0;
    padding: 3px 5px;
}
.export-section > button[disabled] {
    cursor: default;
    opacity: 0.5;
}
.export-section > button[disabled] img{
    opacity: 0.5;
}
.export-section > button{
    color: #222;
    text-decoration: none;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.export-section > a {
    padding: 4px 6px;
}
.export-section > a:hover {
    background-color: #e5e5e5;
}

.export-section > a > img {
    vertical-align: middle;
    margin-right: 4px;
}

.section-header,
.left-section-header {
    background: #192a48;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 3px;
}

.beta {
    /*font-weight: bold;*/
    /*color: #1a1e4a;*/
    /*color: #251a4e;*/
    /*color: #371b53;*/
    /*color: #4c1c57;*/
    /*color: #00bbff;*/
    color: #7083c7;
    text-shadow: 2px 2px 3px #333;
}

.golden {
    background: #eee8ac;
}

.lighter-golden {
    background: #fdf9dc;
}
.kinda-silver {
    background: #edefee;
}

.section-header > span {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.value-section {
    width: 50%;
}

.search-radius {
    float: right;
    text-align: right;
    width: auto;
    margin: -25px 0 0 0;
    padding: 5px 0 0 0;
}

.back-to-top {
    background: #d5ceb2;
    border: 1px outset #b5ae92;
    text-align: center;
    margin-bottom: 3px;
    color: #192a48;
    cursor: pointer;
}

.no-data {
    margin: 5px 0 10px;
    text-align: center;
}

/* paging for search results page */
.paging-item {
    padding: 3px 5px;
    cursor: pointer;
    background: #192a48;
    color: white;
    margin: 0 5px;
    border: 1px outset white;
}
.paging-item.active {
    font-weight: bold;
    background: #33425f;
}


/* images */
.google-streetview,
.map-view > img {
    display: block;
    position: relative;
    margin: 0 auto;
}


.sketch-view {
    float: right;
    margin: 10px;
    text-align: center; 
    width: 35%;
}

.map-view {
  	width: 39%;
	border: 0;
	margin: 0;
	padding: 0;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: center;
	vertical-align: top;
}

.property-data {
    position: relative;
    padding: 16px 0;
}

.value-and-map-data {
    position: relative;
    overflow: hidden;
    height: auto;
    padding-top: 16px;
}

.aerial-link{
    position: absolute;
    top: 0;
    width: 100%;
    height: 350px;
    z-index: 10000;
}
.aerial-link a{
    display: block;
    position: relative;
    line-height: 350px;
    cursor: pointer;
    z-index: 80;
}

.streetview-section,
.propcard-section{
    position: relative;
}
@media only screen and (min-width: 768px) {
    .propcard-section{
        width: 49%;
        min-height: 480px;
    }
    .streetview-section {
        width: 50%;
        float:right;
    }
}
@media only screen and (min-width: 1200px) {
    .propcard-section{
        min-height: 430px;
    }
}

.left-header {
    width: 60%;
    font-weight: bold;
}

.right-header {
    width: 35%;
    font-weight: bold
}

.left-section-header {
    display: none;
}

thead th.code-descript-column {
    padding: 2px 7px;
}

/* Search Pages */

input.pin-sized {
    width: 250px;
}

input.zip-sized {
    width: 78px;
}

input.three-digit-sized {
    width: 48px;
}

.search-from-to-title {
    width: 200px;
    text-align: left;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

label.search-from-to {
    font-weight: 700;
    width: auto;
}

.search-list-title {
    vertical-align: top;
    width: 240px;
    display: inline-block;
}

.search-list {
    min-width: 300px;
}

.search-group {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 24px;
}

.search-addr-1 {}

.search-addr-2 {}

.search-addr-3 {}

.search-or {
    font-weight: 700;
    margin: 12px;
}


/* Search Results Export */
.map-parcels {
    text-align: right;
    width: auto;
    margin-bottom: 8px;
}
.select-all-wrap .btn{
    float: right;
}


/*** Works on common browsers ***/

::selection { 
	color:#123456 !important; 
    background: #ACD0E5;
	opacity:1;
}
::-moz-selection { 
	color:#123456 !important; 
    background: #ACD0E5;
	opacity:1;
}
 

/* Media Queries */
@media only screen and (max-width: 979px) {
    .paging-item {
        margin: 0 1px;
        padding: 2px 3px;
        font-size: 0.9em;
    }
    .paging {
        margin: 0 0 8px 0;
    }
    .paging > label {
        display: block !important;
    }
}

@media only screen and (min-width: 760px) and (max-width: 979px) {
    /* for testing purposes only */
    /*#content { background: #eeace8;}  easter pink */
}

@media only screen and (max-width: 760px) {
    .google-streetview,
    .sketch-view,
    .map-view {
        /*float: none !important;*/
        position: relative;
        display: block;
       
        /*
         margin: 5px auto !important;
        width: auto !important;
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
            */
    }
    .map-cover {
        width: 100%;
        margin: -305px 0 0 0;
    }
    .left-table {
        width: 100% !important;
    }
    .left-header {
        display: none !important;
    }
    .right-header {
        width: 100% !important;
    }
    .left-section-header {
        display: block !important;
    }
    .search-radius {
        float: none !important;
        text-align: left !important;
        width: auto;
        margin: 0 !important;
    }
    .search-from-to-title,
    .search-list-title {
        display: block;
    }

    label.search-from-to {
        float: right;        
    }

    .search-list {
        display: block !important;
        margin: 0 auto;
    }
    .search-and-clear {
        top: 0;
    }
    td.force-one-line
    {
        white-space: normal;
    }
    .table-container {
        overflow-y: auto !important;
    }
    
    .show-when-small {
        display: inline;
    }
    .results-table td,
    .results-table th {
        font-size: 0.9em !important;
    }
    .tertiary-data {
        display: none;
    }

}

@media only screen and (min-width: 459px) and (max-width: 760px) {
    /* for testing purposes only */
    /* #content { background: #aceee8;}  easter blue */
    .search-group {
        width: 400px !important;
    }
    
}

@media only screen and (max-width: 459px) {
    /* for testing purposes only */
    /*#content { background: #acace8;}   easter purple */
    .search-list {
        width: 300px !important
    }
    .search-and-clear {
        position: relative !important;
        text-align: left !important;
    }
    .map-parcels {
        position: relative;
        text-align: center;
        width: 100%;
        top: 0px;
        right: auto;
    }

    .paging {
        text-align: center;
    }

    .paging-item {
        margin: 0;
        padding: 1px 2px;
    }
    .secondary-data {
        display: none;
    }

    .ui-autocomplete {
        width: 206px !important;
    }
}

/* fix to hide export downloads for tablets */
@media only screen and (max-device-width: 1024px)
{
    .remove-on-tablet
    {
        display: none;
    }
}


/* == bootstrap4 === */
.b-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.b-btn img {
    margin: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
  .b-btn {
    transition: none;
  }
}
.b-btn:hover, .b-btn:focus {
  text-decoration: none;
}
.b-btn:focus, .b-btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.b-btn.disabled, .b-btn:disabled {
  opacity: 0.65;
}
.b-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.b-btn.disabled,
fieldset:disabled a.b-btn {
  pointer-events: none;
}
.b-btn-secondary {
  color: #666;
  background-color: #ddd;
  border-color: #666;
}
.b-btn-secondary:hover {
  color: #666;
  background-color: #ccc;
  border-color: #666;
}
.b-btn-secondary:focus, .b-btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.b-btn-secondary.disabled, .b-btn-secondary:disabled {
  color: #fff;
  background-color: #ddd;
  border-color: #ddd;
}
.b-btn-secondary:not(:disabled):not(.disabled):active, .b-btn-secondary:not(:disabled):not(.disabled).active,
.show > .b-btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.b-btn-secondary:not(:disabled):not(.disabled):active:focus, .b-btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .b-btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.b-btn-block {
  display: block;
}

.button-bar{
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 12px 0 0;
}
.button-bar-lt, .button-bar-rt {
    padding-bottom: 8px;
}
@media only screen and (min-width: 1200px) {
    .button-bar {
        flex-direction: row;
    }
    .button-bar-lt, .button-bar-rt {
        flex-grow: 1;
    }

    .button-bar-lt {
        padding-right: 8px;
    }

    .button-bar-rt {
        padding-left: 8px;
    }
}

#results h3 div{ 
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

h3{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 8px;
    margin-bottom:24px;
}

.wrap{ margin-bottom: 16px; }
.pls-note{ font-size: 16px; font-weight:bold;color:red;}