/*
 * Base structure
 */

body {
  background: #F4D03F;  /* fallback for old browsers 333330 */
  background: -webkit-linear-gradient(to right, #16A085, #F4D03F);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #16A085, #F4D03F); 
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

/*
 * Header
 */
header, header .fa{
  text-shadow: 2px 2px 2px #000 !important;
}
.nav-masthead .nav-link {
  color: rgba(255, 255, 255, 1);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .5);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #ffc107;
  border-bottom-color: #ffc107;
}

/*
 * Custom Design
 */
#regForm {
  background-color: rgba(255, 255, 255, 0.9);
  margin: auto;
  font-family: Raleway;
  width: 80%;
  min-width: 300px;
  border-radius: 20px;
}

#regForm h3 {
  text-align: center;
  color: #000;
}
#regForm .form-check-input{
  width: auto !important;
  padding: 10px;
}
#regForm input, #regForm textarea, #regForm select {
  padding: 5px;
  width: 90%;
  font-size: 15px;
  font-family: Raleway;
  border: 2px solid #808080;
  border-radius: 5px;
}

/* Mark input boxes that gets an error on validation: */
#regForm input.invalid, #regForm textarea.invalid, #regForm select.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

#regForm button {
  background-color: #04AA6D;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  margin: 5px;
  font-family: Raleway;
  cursor: pointer;
  border-radius: 10px;
  font-weight: bolder;
  text-shadow: 1px 1px 1px #000;
}

#regForm button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #000;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #04AA6D;
}

#regForm p{
  font-size: 17px;
  color: #000;
  text-align: left;
  padding-left: 10px;
  font-weight: bolder;
}
#regForm p svg{
  font-size: 14px;
}
#regForm .note{
  margin-top: 3px;
  font-size: 13px;
  color: #000;
  text-align: center;
  padding-left: 10px;
  font-weight: bolder;
}
#resBtn{
  border-radius: 5px;
  color: #000 !important;
  background-color: #FFC107 !important;
  font-weight: bold;
  text-shadow: 1px 1px 1px #fff !important;
}

#cscStat, #typeStat{
  display: none;
}

#map{ 
  width: 100%; 
  height: 50vh; 
  border-radius: 15px;
}

#extensionappid, #excavtype{
  display: none;
}