#SearchTextCell {
  border: 1px solid #1C416F;
  background-color:white;
  vertical-align:middle;
}
.searchText {
  border:0;
  color: #666;
  min-width:585px;
  font-size:13px !important;
}
#SearchResult {
    background: none repeat scroll 0 0 #fff;
}
#SearchButton {
    cursor:pointer;
}
.row-hover {
    background-color: #DDD;
}
.k-grid-content {
    overflow:hidden !important;
}
#GridContainer {
}
#SearchResultGrid {
  display: none;
  border-left: 2px solid #1C416F !important;
  border-right: 2px solid #1C416F !important;
  border-top: 2px solid #1C416F !important;
  border-bottom: 4px solid #1C416F !important;
  z-index: 111 !important;
}
#SearchResultGrid hr {
    margin-top:3px !important;
    margin-bottom:3px!important;
}
#SearchResultGrid .k-grid td {
    line-height: 1em !important;
}
#SearchResultGrid table {
    width:100% !important;
}
#SearchResultGrid .k-header {
    padding: 5px !important;
    font-size: 12px;
    text-align: left;
    background: none repeat scroll 0 0 #fff;
    border-style:none !important;
}
#SearchResultGrid .k-selectable td{
    padding:0;
    margin:0;
    font-size:14px !important;
    cursor: pointer !important;
    height: 60px;
    white-space: nowrap;
}
/*#SearchResultGrid .k-selectable td a {
    color:black !important;
}
#SearchResultGrid .k-selectable td a:hover {
    color:blue !important;
}*/
#SearchResultGrid div.k-grid-header,  #SearchResultGrid div.k-grid-footer {
    padding-right:0px !important;
}
#SearchResultGrid .k-grid-header-wrap,  #SearchResultGrid .k-grid-footer-wrap {
    border-width:0px !important;
}
#SearchResultGrid .k-state-selected {
    background-color:transparent !important;
}
#SearchResultGrid .k-grid-content {
    height:95% !important;
}
#PropertySearchDiv .k-state-focused {
    border:0 !important;
    box-shadow: none !important;
}
.situs-address {
    color:grey;
}
.property-number, .ownername  {
    color:#417BAD;
}
.quickref{
    color:#545A5F;
}
.searchButton {
    cursor:pointer;
}
.quicksearchCol {
    border-left:0 !important;
    padding:3px 15px !important;
    border-top:1px solid transparent !important;
    border-bottom:1px solid #C5C5C5 !important;
    background-color:#FFFFFF;
}
.quicksearchAltRowCol {
    border-left:0 !important;
    padding:3px 15px !important;
    border-top:1px solid transparent !important;
    border-bottom:1px solid #C5C5C5 !important;
    background-color:#F9F9F9;
}
.ShowMoreResults {
    text-align: center;
    padding: 7px !important;
    background-color: #275B9D;
    border-bottom: 0 !important;
    -webkit-box-shadow: inset 0px 2px 0px 0px rgba(66,129,208,1);
    -moz-box-shadow: inset 0px 2px 0px 0px rgba(66,129,208,1);
    box-shadow: inset 0px 2px 0px 0px rgba(66,129,208,1);
}
.loadinggif {
  background: url("/DesktopModules/TylerTechnologies/PropertySearch/Images/ajax-loader.gif") no-repeat right transparent !important;
  width: 99% !important;
}

.tooltip {
  display:none;
  position:absolute;
  border:1px solid #333;
  background-color:#161616;
  border-radius:5px;
  padding:10px;
  color:#fff;
  font-size:12px Arial;
}

.advanced {
    color:white;
    cursor:pointer;
    text-decoration:underline;
}


