﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

#bpinput,
#bptextarea {
    max-width: 100px;
}

#latit,
#longit,
#radiusdist
{
    max-width: 150px;
}

.bpinput {
    max-width: 100px;
}

.bpinputyear {
    min-width: 70px;
    max-width: 100px;
}
.bpinput2digit {
    min-width: 50px;
    max-width: 50px;
}

.bpinputinc {
    max-width: 280px;
}

#bpselect {
    max-width: 320px;
}

#bpilecolors{
    font-weight: 400;
    color: orange;
    background: black; 
}

.btn {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
 }

.table 
{
    width: 700px;
}

.wrapped-text {
    white-space: pre-wrap;
}

hr
{
    margin-top: 0px;
    margin-bottom: 0px;
    border-width: 3px;
}

#userlist {
    width: 13px;
    height: 13px;
}

table.bord, th.bord, td.bord {
    border: 1px solid black;
    border-collapse: collapse;
}

th.bord, td.bord {
    padding-left: 10px;
}

/*.navbar, .navbar::before, .navbar::after {
    box-sizing: content-box; 
    /*width: 100%;*/
 /*   max-height: 50px;
}*/
/*.form-control {
  width: 50%;
  height: 24px;
}*/

/*div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}*/

div.gallery {
    border: 1px solid #ccc;
}

div.gallery:hover {
    border: 1px solid #777;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}

@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.TestPileBack {
    /*border: 2px solid powderblue;*/
    background-color: oldlace;
}
.TestPileBackHead {
    border: 4px solid green;
    padding: 15px;
    background-color: mistyrose;
}

.text-darkorange {
  color: DarkOrange;
}

/*html,
body,
#map {
  margin: 0;
  padding: 0;
  height: 100%;
}*/

/*---------------------------------------*/

#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}

#infowindow-content .title {
  font-weight: bold;
}

#infowindow-content {
  display: none;
}

#map #infowindow-content {
  display: inline;
}

.pac-card {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  font-family: Roboto;
  padding: 0;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}

#target {
  width: 345px;
}

