html {
	font-size: 13px;
}
body {
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  height: 100vh;
}

@media (min-width: 992px) { /* lg and up */
  .text-lg-nowrap {
    white-space: nowrap !important;
  }
}

/* COPIED FROM STAGING, not sure if section below should be here or not ---*/
/*--- MAIN navigation bar ---*/
.navbar {
  background:#6ab446;
}

.nav-link,
.navbar-brand {
  color: #fff;
  cursor: pointer;
}

.nav-link {
  margin-right: 1em !important;
}

.nav-link:hover {
  color: #000;
}

.navbar-collapse {
  justify-content: flex-end;
}
/*--- end copied from staging ---*/

/*--- FORMS navigation tabs/panes ---*/

#formsnav .nav-link {
  color: #000;
  cursor: pointer;
}

#formsnav .nav-link:hover {
  color: #007bff;
}

#formsnav li a { 
  background-color:#d8dde6; 
}
#formsnav li a.active { 
  background-color: #989ca3; 
  color: #ffffff !important;
}

.nav-tabs .nav-link:not(.active) {
    border-color: transparent !important;
}

.fieldset{
  border: 1px #000 solid;
}

blockquote {
	font-size: 1.0em !important;
}

#map {
	height: 100%;
}

input:focus {
  outline: none;
  box-shadow: none!important;
  /*Sometime the blue border you see is from the box-shadow and removing box-shadow will remove the border*/
}

