/* Minification failed. Returning unminified contents.
(36,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
(1557,7): run-time error CSS1030: Expected identifier, found '.'
(1557,37): run-time error CSS1031: Expected selector, found ')'
(1557,37): run-time error CSS1025: Expected comma or open brace, found ')'
(1574,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '&'
 */
body {
    font-size: 1em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
    margin: 0;
}

header, footer, nav, section {
    display: block;
}

#announcement {
  position: absolute;
  box-sizing: border-box;
  top: 3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  z-index: 10000;
  pointer-events: none; /* allow map to remain clickable behind it */
  background: #fff;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  font-size: 1.2rem;
  line-height: 1.6;
  color: #222;
  max-width: 400px;
  width: 90%;
  pointer-events: auto;
  font-family: system-ui, sans-serif;

  & svg {
    display: flex;
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    stroke: #336699;
    cursor: pointer;
  }

  & .row {
    display: flex;
    flex-direction: row;
    column-gap: 1.5rem;
    align-items: center;
    padding: 0 2rem 1rem 1rem; /*Visual balance*/

    & svg {
    height: 2.5rem;
    width: 2.5rem;
    }
  }

  & button#close {
    all: unset; /* remove default button styles */
    cursor: pointer;
    line-height: 0;
    align-self: flex-end;

    &:hover {
      opacity: 0.75;
    }
  }
}

#announcement {
  animation: gradientAnimation 1s linear alternate ;
  animation-iteration-count: 5;
}

@keyframes gradientAnimation {
  0% {
    background-color: hsl(200, 20%, 80%);
  }

  100% {
    background-color: hsl(200, 20%, 95%);
  }
}


  #disclaimer {
  position: fixed;
  display:flex;
  height: 100dvh;
  width: 100dvw;
  background: rgba(35,35,35, .85);
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 10000;
}

#disclaimer h1{
  margin: 0;
}

#toggleDisclaimer {
  padding: .5rem;
  color: white;
  cursor: pointer;

  font-size: 12px;
}

#disclaimer div {
  display: flex;
  flex-direction: column;
   max-width: 800px;
   width: 100%;
   max-height: 600px;
   height: fit-content;
   border-radius: .25rem;
   box-shadow: 0 0 3px 0 rgba(35,35,35,.85);
   background: white;
   padding: 3rem;
   z-index: 100000;
   row-gap: 2rem;
  font-size: 1.5rem;
}

#disclaimer svg {
  display: flex;
  align-self: flex-end;
  cursor: pointer;
  stroke: rgb(68, 111, 161);
  position: absolute;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

.appContainer {
    background: url('Images/bgpattern.jpg');
    position: relative;
    overflow: hidden;
    min-width: 800px;
    width: 100%;
    height: 100vh;
}

header {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: rgba(0,0,0,.75);
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    column-gap: .5rem;
}

header * {
  display: flex !important;
  align-items: center;
  flex-direction: row;
  width: fit-content;
}

header a {
  column-gap: .5rem;
}

header h1 {
    font-size: 1.7em;
    font-weight: 500;
    margin: 0;
    padding: 0;
    padding-left: .5rem;
    color: #bbb;
    line-height: 1.5;
}

header h2 {
    font-size: 1.6em;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: #bbb;
    line-height: 1.5;
}

header a {
    color: #fff;
    text-decoration: none;
}

header img {
    width: 69px;
    z-index: 3;
    cursor: pointer;
}

#map {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
    min-height: 100vh;
    height: 100%;
    min-width: 800px;
    width: 100%;
}

#map .esri-popup .esri-show-dock .esri-dock {
        display: none;
      }

#map .esriPopup .titleButton.maximize {
  display: none;
}

#map .esriSimpleSlider {
    bottom: 25px;
    right: 105px;
    top: auto;
    left: auto;
}

  #map .esri-zoom {
    position: absolute;
    right: 80px;
    bottom: 4px;
  }

  #BasemapToggle {
    position: absolute;
    z-index: 50;
  }

.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.sidePanel {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 400px;
    margin: 65px 0px 20px 15px;
}

.searchbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transition: left 0.5s;
    transform: translateX(0px);
    transition-property: -webkit-transform, transform, visibility, opacity;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.0,0.0,0.2,1);
    background: rgb(255,255,255);
    box-sizing: border-box;
    border-radius: 2px 2px 0 0;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid transparent;
    padding: 12px 52px 11px 12px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 -1px 0px rgba(0,0,0, 0.02);
}

.searchbox input {
    border: none;
    outline: none;
    padding: 0 !important;
    margin: 0 !important;
    height: 24px !important;
    width: 100%;
    line-height: 24px;
    vertical-align: top;
    font-size: 15px;
}

.searchInput {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
}

.searchbox::after {
    content: "";
    position: absolute;
    right: 48px;
    top: 10px;
    border-left: 1px solid #ddd;
    height: 28px;
}

.searchBoxButton {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 50px;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    line-height: 50px; 
    cursor: pointer;
    color: rgb(68, 111, 161);
}

.searchBoxButton.left {
    right: 24px;
    width: 24px;
}
.searchBoxButton.right {
    width: 24px;
}

.searchBoxButton:hover, .searchBoxButton.right:hover, .searchBoxButton.left:hover {
    background: rgba(0,0,0,0.05);
    color: #007;
}

.toListPanel {
    background: white;
    top: 51px;
    width: 150px;
    right: 0px;
    position: absolute;
    height: 24px;
    cursor: pointer;
    text-align: center;
}

.toListPanel.closeDetails {
    top: 61px;
    width: 28%;
}

.toListPanel:hover {
    background: #ddd;
}

.toListContainer {
    position: relative;
    height: 100%;
    width: 100%;
}

.toListButton {
    /*position: absolute;
    right: 20px;
    top: 2px;*/
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #F1F5F9;
}

.searchResultsContainer {
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    transition: left 0.5s;
    transform: translateX(0px);
    transition-property: -webkit-transform, transform, visibility, opacity;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.0,0.0,0.2,1);
    background: transparent;
    overflow-y: auto;
}

.searchResultsContainer>ul {
    box-sizing: border-box;
    border-radius: 2px 2px 0 0;
    border-bottom: 1px solid transparent;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 -1px 0px rgba(0,0,0, 0.02);
}

.detailsView {
    position: absolute;
    top: 85px;
    left: 32px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    transition: right 0.5s;
    transition-timing-function: cubic-bezier(0.0,0.0,0.2,1);
    background: rgba(255,255,255, 0.95);
    box-sizing: border-box;
    border-radius: 2px 2px 0 0;
    border-bottom: 1px solid transparent;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 -1px 0px rgba(0,0,0, 0.02);
}

.detailsView.hideSidebar {
    left: -383px;
    right: 415px;
}

.detailsView.loading {
    height: 50px;
    min-height: 50px;
    text-align: center;
    padding: 14px;
}

.detailsView .pageControls {
    position: relative;
    background: rgba(200, 200, 200, 0.25);
    padding: 2px 10px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    line-height: 1;
}

.detailsView .pageControls i.glyphicon {
    position: absolute;
    top: 5px;
    font-size: 12px;
    cursor: pointer;
}
.detailsView .pageControls i.glyphicon:hover {
    color: rgba(200, 200, 200, 1);
}
.detailsView .pageControls i.glyphicon-chevron-left {
    cursor: pointer;
    top: 2px;
    left: 40px;
}
.detailsView .pageControls i.glyphicon-chevron-right {
    cursor: pointer;
    top: 2px;
    right: 40px;
}

.detailsHeader {
    padding: 10px 15px;
    text-align: center;
    background: #446fa1;
    color: white;
}
.detailsHeader h1 {
    font-size: 22px;
    border-bottom: 1px solid #ccc;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.detailsHeader h2 {
    font-size: 16px;
    margin: 5px 0px -5px 0px;
}

.printImage {
    width: 100%;
}
.printImageBox {
  display: inline-block !important;
  position: relative !important;
  overflow: hidden;
  margin-top: -55px;
}
.printImageOverlay {
  display: none;
  cursor: pointer;
}
.printImageHiddenOverlay {
    display: none;
    cursor: pointer;
}
.printImageBox:hover .printImageOverlay {
  display: inline;
  text-align: center;
  position: absolute;
  transition: background 0.2s ease, padding 0.8s linear;
  background-color: rgba(255, 0, 0, 0.38);
  color: #fff;
  width: 100%;
  height: 100%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.printImageBox.hidden-print .printImageOverlay {
    display: none;
}

.printImageBox.hidden-print .printImageHiddenOverlay {
  display: inline;
  font-size: 60px;
  text-align: center;
  position: absolute;
  transition: background 0.2s ease, padding 0.8s linear;
  background-color: rgba(0, 0, 0, 0.58);
  color: #fff;
  width: 100%;
  height: 100%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.printImageHiddenOverlay span, .printImageOverlay span {
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ownerInfo {
    margin: 10px 0 5px 0;
}

.ownerInfo h1 {
    font-size: 22px;
    border-bottom: 1px solid #ccc;
    margin: 0;
}
.ownerInfo h2 {
    font-size: 16px;
    margin: 0;
}
.ownerInfo h3 {
    font-size: 14px;
    margin: 0;
}

.marketValues, .parcelValues {
    margin: 10px 0;
}

.landInfo h1, .marketValues h1, .parcelValues h1 {
    font-size: 22px;
    margin: 0;
}

.sale table, .splitMerge table, .memos table, .permit table {
    margin-bottom: 0px;
}
.sale, .splitMerge, .memos, .permit {
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 2px 4px rgba(0,0,0,.2),0 -1px 0 rgba(0,0,0,.05);
    background: #F1F5F9;
}
.sale.printView, .splitMerge.printView, .memos.printView, .permit.printView {
    background: #F9F9F9;
    box-shadow: none;
}
.splitMerge h1, .sale h1, .memos h1, .permit h1 {
    font-size: 20px;
    margin: 0 0 5px 0;
}

.splitMerge h2 {
    font-size: 14px;
    margin: 0;
}

.permit h2, .sale h2 {
    font-size: 18px;
    padding-left: 10px;
    margin: 0;
}

.sale h1 span {
    position: absolute;
    right: 0px;
    padding-right: 35px;
    padding-left: 20px;
    background-color: #446fa1;
    color: white;
    height: 23px;
    border-radius: 30px 5px 0px 0px;
    z-index: 0;
    text-shadow: 1px 1px 0px #000;
}

.sale h1 span:before {
    height: 23px;
    width: 30px;
    border-radius: 10px 10px 0px 0px;
    background-color: #446fa1;
    content: "";
    position:absolute;
    left: 1px;
    top: 0px;
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
    z-index: -1;
}

.sale h3 {
    font-size: 14px;
    padding-left: 10px;
    margin: 0;
}

.splitMerge h3 {
    font-size: 20px;
    margin: 10px 0 0 0;
    border-bottom: 1px solid lightgray;
}
.splitMerge .glyphicon, .memos .glyphicon, .permit .glyphicon, .sale .glyphicon-chevron-down, .sale .glyphicon-chevron-up {
    position: absolute;
    right: 10px;
    top: 3px;
    cursor: pointer;
}

.sale .glyphicon-chevron-down {
    color: white;
}

.splitMerge .glyphicon:hover, .sale .glyphicon-chevron-down:hover, .sale .glyphicon-chevron-up:hover, .memos .glyphicon:hover, .permit .glyphicon:hover {
    color: gray;
}

.memos ul {
    list-style: none;
}

.memos ul li.header {
    font-weight: bold;
}

.memos ul:last-child {
    border-bottom: 1px dotted gray;
}

.noResults {
    border: 1px solid black;
    padding: 40px 20px;
    text-align: center;
    font-size: 20px;
}

.noResults:hover {
    background-color: aliceblue;
}

.loadingBox {
    border: 1px solid black;
    padding: 40px 20px;
    text-align: center;
    font-size: 20px;
}

.loadingBox:hover {
    background-color: aliceblue;
}

.lightbox {
	position: fixed;
	z-index: 996;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
    font-size: 60px;
    color: white;
	background: rgba(0,0,0,0.8);
}

.lightbox .imageContainer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 997;
}

.lightbox img {
    max-width: 90%;
    max-height: 80%;
    margin-top: 5%;
    cursor: pointer;
}

.lightbox .pager {
    position: absolute;
    height: 100%;
    width: 100px;
    top: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    z-index: 998;
}

.lightbox .pager:hover, .lightbox .closeButton:hover {
    background-color: rgba(0,0,0,0.2);
    text-shadow: 2px 2px 0px #446fa1;
}

.lightbox .pager.left {
    left: 0;
}

.lightbox .pager.right {
    right: 0;
}

.lightbox .pager i {
    top: 50%;
    position: absolute;
}

.lightbox .pager.right i {
    margin-right: 10px;
    right: 0;
}

.lightbox .pager.left i {
    margin-left: 10px;
    left: 0;
}

.lightbox .closeButton {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
    padding: 10px;
    cursor: pointer;
    z-index: 999;
    height: 85px;
}

::-webkit-scrollbar {
    width: 8px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 6px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.searchResultsContainer > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.95);
}


.searchResultsContainer > ul > li.header {
    position: relative;
    background: rgb(68, 111, 161);
    color: #f7f8fa;
    padding: 2px 10px;
    border-bottom: 1px solid #aaa;
}

.searchResultsContainer > ul > li.pageControls i.glyphicon, .searchResultsContainer > ul > li.header i.glyphicon {
    position: absolute;
    top: 5px;
    font-size: 12px;
    cursor: pointer;
}
.searchResultsContainer > ul > li.pageControls i.glyphicon:hover, .searchResultsContainer > ul > li.header i.glyphicon:hover {
    color: rgba(200, 200, 200, 1);
}


.searchResultsContainer > ul > li.header i.glyphicon-chevron-up, .searchResultsContainer > ul > li.header i.glyphicon-chevron-down  {
    right: 30px;
}
.searchResultsContainer > ul > li.header i.glyphicon-remove {
    right: 10px;
}
.searchResultsContainer > ul > li.header span.count {
    position: absolute;
    top: 2px;
    right: 60px;
}

.searchResultsContainer > ul > li.pageControls {
    position: relative;
    background: rgba(200, 200, 200, 0.25);
    padding: 2px 10px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    line-height: 1;
}

.searchResultsContainer > ul > li.pageControls i.glyphicon-chevron-left {
    top: 2px;
    left: 40px;
}
.searchResultsContainer > ul > li.pageControls i.glyphicon-chevron-right {
    top: 2px;
    right: 40px;
}

.searchResultsContainer > ul > li.result {
    position: relative;
    padding: 10px 20px;
}

.searchResultsContainer > ul > li.result:hover {
    background: rgba(0,0,0,0.05);
    cursor: pointer;
}

.searchResultsContainer > ul > li.result::after {
    content: "";
    position: absolute;
    right: 48px;
    bottom: 0px;
    border-bottom: 1px solid #ddd;
    width: 200px;
}


.searchResultsContainer > ul h3 {
    font-size: 1.1em;
    padding: 0;
    margin: 0;
}

.searchResultsContainer > ul h4 {
    font-size: 0.8em;
    padding: 0;
    margin: 0;
}

.detailsTabs {
    position: absolute;
    left: -31px;
    top: 10px;
    bottom: 0;
    width: 40px;
}
.detailsPanel {
    position: absolute;
    top: 82px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    padding: 0 10px;
}

.detailsPanel>aside>section {
    padding-top: 10px;
}

.detailsPanel.noPager {
    top: 64px;
}

.detailsImageContainer {
    max-height: 250px;
    margin-bottom: 6px;
    margin-top: -10px;
    overflow-y: hidden;
}
.detailsImage {
    width: 100%;
    cursor: pointer;
}

ul.tabMenu {
  margin-top:118px;
  border: none;
  position: relative;
  left: -75px;
  list-style: none;
}
ul.tabMenu>li {
  height: 31px;
  width: 95px;
  margin-top: -34px;
  margin-bottom: 98px;
  margin-left: 3px;
  font-size: 14px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-align: center;
  padding-top: 4px;
  cursor: pointer;
  border-bottom: 1px solid gray;
  border-left: 1px dotted #6F96C3;
  border-top: 1px solid #6F96C3;
  background: #E2EAF3;
}

ul.tabMenu>li:last-child {
    border-left: 1px solid #6F96C3;
}
ul.tabMenu>li:first-child {
    border-right: 1px solid #6F96C3;
}

ul.tabMenu>li.active {
  background: white;  
  border-bottom: none;
  border-top: 1px solid gray;
  border-right: 1px solid gray;
  border-left: 1px solid gray;
  height: 35px;
  margin-left: 1px;
  padding-top: 7px;
  margin-bottom: 97px;
  margin-top: -36px;
}

ul.tabMenu>li:hover {
    background: rgba(235,235,235,0.95);
}

ul.tabMenu>li.active:hover {
    background: white;
}


/***************
    Hover tabs
    */

.detailsHoverTabs {
    position: absolute;
    left: 368px;
    top: 47px;
    bottom: 0;
}

.hoverTab {
	width: 50px;
	height: 50px;
	margin: 0px 0px -10px 0px;
    left: 0px;
	position: relative;
	overflow: hidden;
    cursor: pointer;
    transition: width 0.5s;
}

.hoverTab:hover {
    width: 92px;
}

.hoverTab .inset {
	width: 5px;
	height: 160px;
	position: absolute;
	top: -10px;
	left: -5px;
	z-index: 5;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	background: rgba(0,0,0,0.3);
	
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
}

.hoverTab .container {
	position: relative;
    left: -100px;
    top: 15px;
    transition: left 0.5s;
	width: 132px;
	height: 50px;
	overflow: hidden;
	margin: auto 0;
    padding: 0;
	border-top: 1px solid #151a63;
	border-bottom: 1px solid #151a63;
}


.hoverTab:hover .container {
  left: -42px;
}

.hoverTab .container .base .label {
  font-size: 15px;
  position: relative;
  top: 7px;
  left: 15px;
  color: white;
  text-shadow: 1px 1px #000;
}

.hoverTab .container .base .icon {
  position: relative;
  top: 6px;
  left: 87px;
  color: white;
  text-shadow: 1px 1px #000;
}

.hoverTab .base {
	height: 50px;
	width: 100px;
	
	background: rgb(68,111,161);
	background: -moz-linear-gradient(left,  rgba(53,84,132,1) 0%, rgba(68,111,161,1) 100%);
	background: -webkit-gradient(linear, bottom left, bottom right, color-stop(0%,rgba(53,84,132,1)), color-stop(100%,rgba(68,111,161,1)));
	background: -webkit-linear-gradient(left,  rgba(53,84,132,1) 0%,rgba(68,111,161,1) 100%);
	background: -o-linear-gradient(left,  rgba(53,84,132,1) 0%,rgba(68,111,161,1) 100%);
	background: -ms-linear-gradient(left,  rgba(53,84,132,1) 0%,rgba(68,111,161,1) 100%);
	background: linear-gradient(left,  rgba(53,84,132,1) 0%,rgba(68,111,161,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#355484', endColorstr='#446FA1',GradientType=0 );

	position: relative;
    left: 20px;
	z-index: 2;
}

/*.hoverTab .base:after {
	content: '';
	position: absolute;
	top: 4px;
	width: 100px;
	left: 0px;
	height: 28px;
	border-top: 1px dashed #151a63;
	border-bottom: 1px dashed #151a63;
}

.hoverTab .base:before {
	content: '';
	position: absolute;
	top: 3px;
	width: 100px;
	left: 0px;
	height: 28px;
	border-top: 1px dashed #BAC2CB;
	border-bottom: 1px dashed #BAC2CB;
}*/

.hoverTab .left_corner {
	width: 100px;
	height: 100px;
	background: #446FA1;
	position: absolute;
	right: 17px;
	top: -26px;
	z-index: 1;
	
	-webkit-transform: rotate(25deg);
	-moz-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	-o-transform: rotate(25deg);
	transform: rotate(25deg);
}

.hoverTab .right_corner {
	width: 100px;
	height: 100px;
	background: #446FA1;
	position: absolute;
	right: 11px;
	bottom: -23px;
	z-index: 1;
	
	-webkit-transform: rotate(65deg);
	-moz-transform: rotate(65deg);
	-ms-transform: rotate(65deg);
	-o-transform: rotate(65deg);
	transform: rotate(65deg);
}

.propertyCard h1.header {
    margin-top: 40px;
    margin-bottom: -20px;
}

.characteristicData h2 {
    font-size: 22px;
}

/***************
    Extended Hover tabs
    */

.extendedHoverTab {
	width: 65px;
	height: 50px;
	margin: 0px 0px -10px 0px;
    left: 0px;
	position: relative;
	overflow: hidden;
    cursor: pointer;
    transition: width 0.5s;
}

.extendedHoverTab:hover {
    width: 180px;
}

.extendedHoverTab .inset {
	width: 5px;
	height: 160px;
	position: absolute;
	top: -10px;
	left: -5px;
	z-index: 5;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	
	background: rgba(0,0,0,0.3);
	
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
}

.extendedHoverTab .container {
	position: relative;
    left: -137px;
    top: 15px;
    transition: left 0.5s;
	width: 170px;
	height: 50px;
	overflow: hidden;
	margin: auto 0;
    padding: 0;
	border-top: 1px solid #151a63;
	border-bottom: 1px solid #151a63;
}


.extendedHoverTab:hover .container {
  left: -20px;
}

.extendedHoverTab .container .base .label {
  font-size: 15px;
  position: relative;
  top: 7px;
  left: -19px;
  color: white;
  text-shadow: 1px 1px #000;
}

.extendedHoverTab .container .base .icon {
  position: relative;
  top: 6px;
  left: 122px;
  color: white;
  text-shadow: 1px 1px #000;
}

.extendedHoverTab .base {
	height: 50px;
	width: 141px;
	
	background: rgb(68,111,161);
	background: -moz-linear-gradient(left,  rgba(53,84,132,1) 0%, rgba(68,111,161,1) 100%);
	background: -webkit-gradient(linear, bottom left, bottom right, color-stop(0%,rgba(53,84,132,1)), color-stop(100%,rgba(68,111,161,1)));
	background: -webkit-linear-gradient(left,  rgba(53,84,132,1) 0%,rgba(68,111,161,1) 100%);
	background: -o-linear-gradient(left,  rgba(53,84,132,1) 0%,rgba(68,111,161,1) 100%);
	background: -ms-linear-gradient(left,  rgba(53,84,132,1) 0%,rgba(68,111,161,1) 100%);
	background: linear-gradient(left,  rgba(53,84,132,1) 0%,rgba(68,111,161,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#355484', endColorstr='#446FA1',GradientType=0 );

	position: relative;
    left: 20px;
	z-index: 2;
}

.extendedHoverTab .left_corner {
	width: 100px;
	height: 100px;
	background: #446FA1;
	position: absolute;
	right: 17px;
	top: -26px;
	z-index: 1;
	
	-webkit-transform: rotate(25deg);
	-moz-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	-o-transform: rotate(25deg);
	transform: rotate(25deg);
}

.extendedHoverTab .right_corner {
	width: 100px;
	height: 100px;
	background: #446FA1;
	position: absolute;
	right: 11px;
	bottom: -23px;
	z-index: 1;
	
	-webkit-transform: rotate(65deg);
	-moz-transform: rotate(65deg);
	-ms-transform: rotate(65deg);
	-o-transform: rotate(65deg);
	transform: rotate(65deg);
}


.mainPanel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 450px;
  right: 50px;
  margin: 65px 0;
  z-index: 10;
}

.warning--maintenance {
  padding-left: 4em;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  width: 100%;
  height: 98px;
  box-shadow: 0 0 0px 10px #ff6700 inset, 0 10px 4px 1px #777777 inset;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  box-sizing: border-box;
  background: white;
}

.warning--info {
  display: flex;
  align-items: center;
}

.warning--close {
  padding: 34px;
  width: 98px;
  height: 98px;
  background: #ff6700;
  border: none;
  outline: none;
}

.warning--close:hover {
  cursor: pointer;
  background: #333;
}

.warning--calendar {
  margin-left: 2em;
  margin-right: 1em;
  height: 60px;
  width: 60px;
}

.warning--maintenance span {
  font-weight: bold;
}

.character-counter {
   font-size: 12px;
   width: 100%;
   text-align: right;
   color: #bbbbbb;
}

.photo-success {
  width: 100%;
  padding: 1rem;
  color: white;
  background: #5cb85c;
}

  .warning--maintenance span:first-of-type {
    padding-right: 2em;
  }

  @media screen and (max-width: 498px) {

    ul.tabMenu {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        height: 100%;
        margin-top: 0;
    }

    ul.tabMenu>li,
    ul.tabMenu>li.active {
        font-size: 12px;
        height: 80px;
    width: 28px;
    writing-mode: vertical-lr;
    text-orientation: sideways;
    transform: rotate(180deg);
        margin-bottom:  unset;
        margin-top: unset;
        margin-left: 7px;
        padding-top: 0;
        padding-left: 4px;
    }

    ul.tabMenu>li:last-child {
        border-top: 1px solid #6f96c3;
    }

    ul.tabMenu>li:last-child {
        border-left: 1px solid grey;
    }

    ul.tabMenu>li:first-child {
        border-bottom: 1px solid #6f96c3;
    }

    ul.tabMenu>li {
        border-left: 1px solid gray;
        border-top: 1px dotted #6f96c3;
        border-right: 1px solid #6f96c3;
        border-bottom: none;
    }

    ul.tabMenu>li.active {
        border-top: 1px solid gray;
        border-bottom: 1px solid gray;
        border-right: 1px solid gray;
        border-left: 1px solid white;
        width: 31px;
        margin-left: 4px;
    
    }

      .sidePanel  {
          margin: 65px 1rem 1rem;
          width: calc((100%) - 2rem);
          overflow-y: hidden;
          height: calc((100%) - 115px);
      }
      

      .searchbox {
        width: 100%;
      }

      .searchbox,
      .detailsView {
          position: relative;
      }

      .detailsPanel {
        padding-top: 10px;
        position: relative;
        height: calc((100%) - 100px);
        top: 0px;
    }

    .detailsTabs {
        top: unset;
        left: unset;
        height:100%;
    }

      .detailsView {
          position: relative;
          top: 30px;
          width: calc((100%) - 64px);
          /* height: unset; */
          height: calc((100%) - 145px);
          left: 32px;
      }

      .detailsHoverTabs {
          left: 100%;
      }

      .detailsView.hideSidebar {
        left: calc(64px - 100%);
      }
     .appContainer {
          overflow: hidden;
      } 

      .detailsPanel.noPager {
        position: relative;
        height: calc((100%) - 95px);
        top: 0px;
    }

    #map, header, .appContainer {
        min-width: 275px;
    }

    header {
        height: 42px;
        font-size: 10px;
    }

    .sale small {
        display: none;
    }

    #map .esriSimpleSlider,
       #BasemapToggle
        {
            bottom: 124px;
       }

       #map .esriSimpleSlider {
           right: 96px;
       }

       #BasemapToggle {
           right: 10px;
       }

       /* #appContainer {
           position:fixed;
           z-index: 9999;
           top: 42px;
           height: 85vh;
           width: 100vw;
           overflow: hidden;
       } */

       .detailsHoverTabs>.unselectable:last-of-type:not(:only-of-type),
       .detailsHoverTabs>.unselectable:nth-last-of-type(2) {
            display: none;
       }

       .hoverTab:hover .container {
        left: -100px;
    }
        .hoverTab:only-of-type:hover .container {
            left: -42px;
        }
        
        .toListContainer {
            display: flex;
            justify-content: flex-end;
            padding-right: 5px;
            align-items: center;
        }
        .toListButton {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            padding-bottom: 2px;
        }

        .toListPanel.closeDetails {
            top: 51px;
        }

        .toListButton .glyphicon {
            margin-left:10px;
            top: 0px;
        }

        .searchResultsContainer {
            height: min-content;
        }
  }

  @supports not (-webkit-touch-callout: none) {
    @media screen and (max-width: 498px)  {

       #map .esriSimpleSlider,
       #BasemapToggle
        {
            bottom: 124px;
       }
    }

 }



  @supports (-webkit-touch-callout: none) {
     @media screen and (max-width: 498px)  {

        #map .esriSimpleSlider,
        #BasemapToggle
         {
            bottom: 80px;
        }
     }

  }
  :is(.base, .submitted-status-block) .fa-spinner {
    transform: rotate(0);
    animation: spin 2s linear infinite normal;
  }

  @keyframes spin {
    from {
      transform: rotate(0);
    }

    to {
      transform: rotate(360deg);
    }
  }

  .submitted-status-block {
   
    & div {
    font-size: 1.5rem;
    text-align: center;
    padding: 2rem;
    margin: 2rem 0;
    }

    & .success {
    background-color: #5cb85c;
    color: white;
    }

    & .loading {
      font-size: 2rem;
      color: rgba(53,84,132,1);
    }

    & .error {
      color: darkred;
    }
  }

.photo-disclaimer {
  color: white;
  background-color: rgb(68, 111, 161);
  padding: .5rem;
  font-size: 1.5rem;
}
