body {
  color:black;
  font: 400 15px/22px "Source Sans Pro", "Helvetica Neue", Sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

.jumbotron {
	/* Override jumbotron background color */
	background-color: #FFFFFF !important;
	/* background-color:#D82E26 !important; */
	/* border-bottom-width:3px; */
	/* border-bottom-color: 000000; */
	/* border-style:solid; */
	
}

.header {
	color:#000000 !important;
  text-align: center;
  margin-top: -40px;
	
}

img.png{
	width:10%;
	height:10%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: content-box;
}

.nav {
    color: #003152;
    background-color: black;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

/* .topnav {
    background-color:white;
    height: 64px;
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
} */

.top {
    float: center;
    background-color: #1034a6;
    margin: 0px 100px 0px 100px;
    color: white;
}

.sidebar {
  position: absolute;
  width: 33.3333%;
  height: 70%;
  top: 250px;
  left: 0;
  overflow: hidden;
  border-right: 1px solid #003152;
}

.pad2 {
  padding: 20px;
}

.map {
  position: absolute;
  left: 33.3333%;
  width: 66.6666%;
  top: 250px;
  bottom: 0;
  
}

h1 {
  font-size: 22px;
  margin: 0;
  font-weight: 400;
  line-height: 20px;
  padding: 20px 2px;
  display: inline;
}



.nav:hover {
  color: #1034a6;   
}

.top:hover {
    color: black;
}

a {
  color: #404040;
  text-decoration: none;
}

a:hover {
  color: #101010;
}

.heading {
  background: rgb(255, 255, 255);
  border-bottom: 1px solid #eee;
  min-height: 60px;
  line-height: 60px;
  padding: 0 10px;
  background-color: #003152;
  color: #fff;
}

.listings {
  height: 100%;
  overflow: auto;
  padding-bottom: 60px;
}

.listings .item {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 10px;
  text-decoration: none;
}

.listings .item:last-child {
  border-bottom: none;
}

.listings .item .title {
  display: block;
  color: #003152;
  font-weight: 400;
}

.listings .item .title small {
  font-weight: 400;
}

.listings .item.active .title .listings .item .title:hover {
  color: #1034a6;
}

.listings .item.active {
  background-color: #f8f8f8;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-left: 0;
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: #1034a6;
  border-radius: 0;
}

.marker {
  border: none;
  cursor: pointer;
  height: 41px;
  width: 50px;
  background-image: url(../gui/assets/images/q.png);
  background-color: rgba(0, 0, 0, 0);
}

.clearfix {
  display: block;
}

.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Marker tweaks */
.mapboxgl-popup {
  padding-bottom: 50px;
}

.mapboxgl-popup-close-button {
  display: none;
}

.mapboxgl-popup-content {
  font: 400 15px/22px "Source Sans Pro", "Helvetica Neue", Sans-serif;
  padding: 0;
  width: 180px;
}

.mapboxgl-popup-content-wrapper {
  padding: 1%;
}

.mapboxgl-popup-content h3 {
  background: #1034a6;
  color: #fff;
  margin: 0;
  display: block;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  font-weight: 700;
  margin-top: -15px;
}

.mapboxgl-popup-content h4 {
  margin: 0;
  display: block;
  padding: 10px;
  font-weight: 400;
}

.mapboxgl-popup-content div {
  padding: 10px;
}

.mapboxgl-container .leaflet-marker-icon {
  cursor: pointer;
}

.mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
  margin-top: 15px;
}

.mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
  border-bottom-color: #1034a6;
}

/*add styles for mapboxgl-ctrl-geocoder here*/
.mapboxgl-ctrl-geocoder {
  border: 0;
  border-radius: 0;
  position: relative;
  top: 0;
  width: 800px;
  margin-top: 0;
}

.mapboxgl-ctrl-geocoder > div {
  min-width: 100%;
  margin-left: 0;
}



.appt{
  background: transparent;
}

.backdrop {
	background-color:transparent !important;
	opacity:0.3;
}
.material-tooltip {
	color:black;


}
