﻿@import "../lib/bootstrap/dist/css/bootstrap.css";
main:not(.authenticated) .rhic-logo {
  position: absolute;
  width: 200px;
  z-index: 1000;
}

.practice-card {
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  padding: 0.5rem 1rem;
}
.practice-card.highlight {
  border-color: #f76800;
  cursor: pointer;
}
.practice-card.selected {
  border-color: #f76800;
  border-width: 2px;
}
.practice-card .card-header {
  padding: 0 !important;
  font-weight: bold;
  font-size: 1.25em;
}

table.practice-overview tr {
  border: 0 !important;
}
table.practice-overview tr th {
  font-weight: 600;
}

div[class$=maps-pin-view] svg g path[class$=border] {
  fill: #f76800;
}
div[class$=maps-pin-view] svg g path[class$=glyph] {
  fill: #f76800;
}
div[class$=maps-pin-view] svg g path[class$=background] {
  fill: #ffceab;
}
div[class$=maps-pin-view] svg.highlight g path[class$=border] {
  fill: #ffceab;
}
div[class$=maps-pin-view] svg.highlight g path[class$=glyph] {
  fill: #FFFFFF;
}
div[class$=maps-pin-view] svg.highlight g path[class$=background] {
  fill: #f76800;
}
div[class$=maps-pin-view] svg.selected g path[class$=border] {
  fill: #ffceab;
}
div[class$=maps-pin-view] svg.selected g path[class$=glyph] {
  fill: #FFFFFF;
}
div[class$=maps-pin-view] svg.selected g path[class$=background] {
  fill: #f76800;
}

#google-map {
  width: 100%;
  height: 500px;
}

.map-container {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: white;
  overflow-y: auto;
  overflow-x: hidden;
}
.map-container .map-header {
  position: sticky;
  top: -1px;
  padding-top: 10px;
  padding-bottom: 5px;
  z-index: 100;
  background-color: white;
}
.map-container .map-header.pinned {
  border-bottom: 1px solid #f76800;
}

.results-body {
  overflow: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.results-body .county-group .header {
  background-color: #d8d8da;
  padding: 3px 5px;
  z-index: 100;
}
.results-body .county-group .body {
  z-index: 0;
}

#ga-state {
  text-align: center;
  align-content: center;
}
#ga-state svg {
  color: #EAD3A6;
}
#ga-state svg text {
  font-size: 0.5pt;
}
#ga-state svg path {
  cursor: pointer;
}
#ga-state svg path.selectedMapCounty {
  fill: #f76800;
}
#ga-state svg path.hover-selected {
  fill: #ff9345 !important;
}
#ga-state svg path.hover {
  fill: #e0bf7d !important;
}
#ga-state svg path:not(.rural) {
  fill: #d8d8da;
}
#ga-state svg path.active {
  fill: #8bbafe;
}

.county-popover .title {
  border-bottom: 2px solid #e0bf7d;
  font-size: 1.11rem;
  font-weight: 200;
  margin-bottom: 10px;
}
.county-popover .content ul {
  list-style: none;
  padding-left: 0;
  padding-bottom: 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #e0bf7d;
}
.county-popover .content ul li b {
  font-weight: 500;
}
.county-popover .content i {
  font-size: 0.75rem;
}

.info-window .name {
  font-weight: bold;
}
.info-window .link a {
  text-decoration: none;
  margin-left: 5px;
}
