html, body {
   /*padding: 0;*/
   /*margin: 0;*/
    /*width: 100%;*/
    height: 100%;
    /*display: flex;*/
    /*overflow: hidden;*/
}

#viewDiv {
    padding: 0;
    margin-left: 48px;
    /* margin: 0; */
    height: 100%;
    width: calc(100% - 48px);
    /* width: 100%; */
}

body {
    display: flex;
}

calcite-loader {
    align-self: center;
    justify-self: center;
}

/*#header-title {*/
/*    margin-left: 1rem;*/
/*    margin-right: 1rem;*/
/*}*/

calcite-action-bar {
    overflow-y: auto;
    /* height: calc(100% + 48px); */
}

/* #expand-toggle {
    position: absolute;
    height: 100px;
} */

#side-panel-collapse {
    position: absolute;
    bottom: 1px;
    /* width: 166.047px; */
}


#header {
    display: flex;
    align-items: center;
    /*background-color: #5C140F; !*Override blue*!*/
    background-color: var(--primary-color);
}

#header-logo {
    /* content:url(../assets/cgis.png); */
    height: 38px;
    float: left;
    /* left: 15px; */
    margin-left: 5px;
    margin-right: 15px;
    position: relative;
    /* top: 2px; */
}

#header-title {
    /*content:url(http://placehold.it/350x150);*/
    /* margin-left: 3.5rem; */
    /* margin-right: 1rem; */
    /* margin-top: auto; */
    color: #FFFFFF;
    float: left;
    font-size: 16pt;
    font-weight: bold;
    text-shadow: 2px 2px 4px #000000;
    left: 5px;
    top: 2px;
    position: relative;
}
#header-subtitle {
    /*content:url(http://placehold.it/350x150);*/
    /* margin-left: 3.5rem; */
    /* margin-right: 1rem; */
    /* margin-top: auto; */
    color: #F5F5F5;
    font-size: 9pt;
    padding-left: 10px;
    padding-bottom: 2px;
    padding-top: 0px;
}

#tour-start-button {
    margin-right: 19px;
    margin-left: auto;
    color: white;
}
#tour-start-button:hover {
    cursor: pointer;
}


#info-content {
    padding: 0.75rem;
}

calcite-rating {
    margin-top: 0.25rem;
}
/*div.scroll {*/
/*    background-color: #fed9ff;*/
/*    width: 600px;*/
/*    height: 150px;*/
/*    overflow-x: hidden;*/
/*    overflow-y: auto;*/
/*    text-align: center;*/
/*    padding: 20px;*/
/*}*/
.calcite-panel-contents {
    overflow-y: auto;
    display: block;
    height: 86vh;
}

::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaa;
}
::-webkit-scrollbar-thumb {
    background: #000;
}


/* .esri-view .esri-view-surface--inset-outline:focus::after {
    outline: none !important;
} */

.esri-view-surface:focus {
    --esri-view-outline: none;
}

#tableContainer {
    /* height: calc(30% - 7px); */
    height: 0px;
    width: 100%;
    /* resize: both; */
    /* padding-left: 49px; */
    display: none;
}
.container {
    height: 40%;
    width: 100%;
    padding-left: 49px;
}

#tableDiv {
    height: 1000000;
}

.gutter {
    --l: 100%;
    --s: 7px;
    background: #dadada;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
}

.gutter-h {
    height: var(--s);
    width: var(--l);
    cursor: row-resize;
}


#mapDiv {
    width: 100%;
    height: 100%;
}


#search-intro-div {
    background-color: white;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 20px;
    padding-left: 8px;
    padding-right: 8px;
}

#search-intro-text {
    color: grey;
    font-style: oblique;
    margin-top: 20px;
}

#search-intro-cgis-link {
    text-align: left;
    font-size: 8pt;
}


#measurement-clear {
    width: 100%;
    height: 25px;
    margin-bottom: 10px;
}

#measurement-stop {
    width: 100%;
    height: 25px;
    margin-bottom: 10px;
}

#measurement-line {
    width: 100%;
    height: 25px;
    margin-bottom: 10px;
}

#measurement-area {
    width: 100%;
    height: 25px;
    margin-bottom: 10px;
}


#street-view-open {
    width: 100%;
    height: 25px;
    margin-bottom: 10px;
}


#abutters-button {
    width: 100%;
    height: 25px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#abutters-finish-button {
    width: 100%;
    height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
}

#abutters-reset-button {
    width: 100%;
    height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
}

#abutters-export-button {
    width: 100%;
    height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
}

#abutters-radius {
    width: 50%;
    /* display: inline; */
}

#abutters-units {
    width: 50%;
    /* display: inline; */
}


#current-location-get {
    width: 100%;
    height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#current-location-accuracy {
    width: 100%;
    height: 25px;
    text-align: center;
}

#current-location-place {
    width: 100%;
    height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}


#location-container {
    width: 100%;
}


#adv-search-public-attribute {
    width: 50%;
    height: 25px;
    /* display: inline; */
}

#adv-search-public-shape {
    width: 50%;
    height: 25px;
    /* display: inline; */
}

#adv-search-public-attribute-container {
    height: 67%;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
    border: solid;
    border-width: 1px;
    /* display: none; */
}

#adv-search-public-shape-container {
    height: 67%;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
    border: solid;
    border-width: 1px;
    display: none;
}

#adv-search-public-attribute-advanced {
    width: 100%;
    height: 25px;
    /* outline: 2px; */
    display: none;
}

#adv-search-public-attribute-basic {
    width: 100%;
    height: 25px;
    /* outline: 2px; */
    /* display: none; */
}

#adv-search-public-checkbox-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

#adv-search-public-search, #adv-search-public-clear {
    width: 40%;
    height: 25px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

#adv-search-public-checkbox {
    margin-right: 5px;
}

.adv-search-public-basic-input-group {
    margin-top: 10px;
    margin-left: 4px;
    margin-right: 4px;
}

#adv-search-public-shape-input-value-buffer-radius {
    width: 40%;
    /* display: inline; */
}

#adv-search-public-shape-input-value-buffer-units {
    width: 60%;
    /* display: inline; */
}


#adv-search-public-advanced-container {
    height: 70%;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: solid;
    border-width: 1px;
    display: none;
    overflow-y: scroll;
}

#adv-search-public-advanced-top-container {
    height: 20px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 4px;
    display: flex;
    justify-content: flex-end;
    align-items: top;
}

#adv-search-public-advanced-and-or-container {
    height: 100%;
    align-items: top;
    /* display: inline-block; */
    margin-right: auto;
    /* flex: 1 auto; */
}

#adv-search-public-advanced-and, #adv-search-public-advanced-or {
    height: 100%;
    vertical-align: top;
}

#adv-search-public-advanced-add-rule-container {
    height: 100%;
    align-items: top;
    /* display: inline-block; */
}

#adv-search-public-advanced-add-rule {
    height: 100%;
    --calcite-color-brand: #71c96e;
}

#adv-search-public-advanced-rule-group {
    background-color: lightgray;
    margin-top: 4px;
}
#template-test-log {
    height: 20px;
}

#adv-search-public-advanced-container_group_0 {
    background-color: rgba(255, 255, 255, 0);
    margin: 0 0 0 0;
    border-width: 0;
}


.adv-search-public-shape-type-button{
    display: inline-block;
    /* width: 40px; */
    height: 30px;
    margin-bottom: 10px;
    margin-right: 10px;

    /* border-width: 1px; */
}

#adv-search-public-reset-button {
    width: 100%;
    height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#adv-search-public-table-button {
    width: 100%;
    height: 25px;
    margin-bottom: 10px;
}






#adv-search-internal-attribute {
    width: 50%;
    height: 25px;
    /* display: inline; */
}

#adv-search-internal-shape {
    width: 50%;
    height: 25px;
    /* display: inline; */
}

#adv-search-internal-attribute-container {
    height: 67%;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
    border: solid;
    border-width: 1px;
    /* display: none; */
}

#adv-search-internal-shape-container {
    height: 67%;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 10px;
    margin-bottom: 10px;
    border: solid;
    border-width: 1px;
    display: none;
}

#adv-search-internal-attribute-advanced {
    width: 100%;
    height: 25px;
    /* outline: 2px; */
    /* display: none; */
}

#adv-search-internal-layer-group {
    margin-bottom: 10px;
}

#adv-search-internal-not-parcels {
    display: none;
    margin-left: 5px;
    margin-right: 5px;
}


#adv-search-internal-checkbox-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

#adv-search-internal-search, #adv-search-internal-clear {
    width: 40%;
    height: 25px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

#adv-search-internal-checkbox {
    margin-right: 5px;
}

.adv-search-internal-basic-input-group {
    margin-top: 10px;
    margin-left: 4px;
    margin-right: 4px;
}

#adv-search-internal-shape-input-value-buffer-radius {
    width: 40%;
    /* display: inline; */
}

#adv-search-internal-shape-input-value-buffer-units {
    width: 60%;
    /* display: inline; */
}


#adv-search-internal-advanced-container {
    height: 70%;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: solid;
    border-width: 1px;
    /* display: none; */
    overflow-y: scroll;
}

#adv-search-internal-advanced-top-container {
    height: 20px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 4px;
    display: flex;
    justify-content: flex-end;
    align-items: top;
}

#adv-search-internal-advanced-and-or-container {
    height: 100%;
    align-items: top;
    /* display: inline-block; */
    margin-right: auto;
    /* flex: 1 auto; */
}

#adv-search-internal-advanced-and, #adv-search-internal-advanced-or {
    height: 100%;
    vertical-align: top;
}

#adv-search-internal-advanced-add-rule-container {
    height: 100%;
    align-items: top;
    /* display: inline-block; */
}

#adv-search-internal-advanced-add-rule {
    height: 100%;
    --calcite-color-brand: #71c96e;
}

#adv-search-internal-advanced-rule-group {
    background-color: lightgray;
    margin-top: 4px;
}
#template-test-log {
    height: 20px;
}

#adv-search-internal-advanced-container_group_0 {
    background-color: rgba(255, 255, 255, 0);
    margin: 0 0 0 0;
    border-width: 0;
}


.adv-search-internal-shape-type-button{
    display: inline-block;
    /* width: 40px; */
    height: 30px;
    margin-bottom: 10px;
    margin-right: 10px;

    /* border-width: 1px; */
}

#adv-search-internal-reset-button {
    width: 100%;
    height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#adv-search-internal-table-button {
    width: 100%;
    height: 25px;
    margin-bottom: 10px;
}




calcite-list-item {
    white-space: pre-line;
}
  



.results-list-row:hover {
    background-color: rgb(240, 240, 240);
    cursor: pointer;
}
.matching-text-highlight {
    font-weight: bold;
    color: darkred;
}
.results-map-lot, .results-address, .results-owner {
    width: 100%;
    display: block;
    margin-left: 4px;
    margin-right: 4px;
}
.results-list-row {
    border-bottom-width: 1px;
}
.table-header {
    cursor: pointer;
}



.street-view-input-group, #street-view-location-group {
    margin-top: 10px;
    margin-left: 12px;
    margin-right: 12px;
}

.street-view-input-value {
    width: 45%;
    display: inline-block;
}

.street-view-input-conversion {
    width: 45%;
    margin-left: 8px;
}

.results-thumbnail img {
    display: block;
    margin: auto 8px auto 0;
    vertical-align: middle;
}

#extra-information-display-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}