.well {
  background-color: #fff;
  background-image: none;
  border: 2px solid #eee;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control, select.form-control {
  font-family: 'MuseoSans-300', MuseoSans, Arial, Helvetica, sans-serif;
  border: none;
  border-bottom: 1px solid rgb(199, 200, 202);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}

.form-control:focus {
  border: none;
  border-bottom: 2px solid rgb(16, 112, 148);
  -webkit-transition: border-color rgb(16, 112, 148) ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color rgb(16, 112, 148) ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color rgb(16, 112, 148) ease-in-out .15s, box-shadow ease-in-out .15s -webkit-box-shadow: none;
  box-shadow: none;
}

input[type='checkbox'].pseudo-checkbox+label:before,
input[type='checkbox'].pseudo-checkbox+label:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 200;
  line-height: 1;
  width: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type='checkbox'].pseudo-checkbox+label:before {
  /*unchecked icon*/
  content: "\f0c8";
}

input[type='checkbox']:checked.pseudo-checkbox+label:before {
  /*checked icon*/
  content: "\f14a";
  font-weight: 900;
  color: #000;
}

/* .checkbox-label {
  font-weight: 400;
} */

input {
  font-size: 1em;
  border: 0;
  border-bottom: 1px solid #ccc;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
}

input:focus {
  outline: 0;
  border-bottom: 1px solid #666;
}

label {
  letter-spacing: 0.05em;
  font-size: 14px;
  color: #333;
}

input:focus::-webkit-input-placeholder {
  opacity: 1;
}

.input-group-addon {
  border: none;
  background: none;
}

.conflicts {
height: 250px;
overflow: scroll;
}

/* Selection - Use in Conjuction with Combobox */
#countySelect ul.dropdown-menu {
  background-color: #fff;
  color: #333 !important;
}

#countySelect ul.dropdown-menu>.active>a,
#countySelect ul.dropdown-menu>.active>a:focus,
#countySelect ul.dropdown-menu>.active>a:hover {
    background-color: rgb(16,112,148);
    color: #fff;
}

#countySelect ul.dropdown-menu>li>a,
#countySelect ul.dropdown-menu>li>a:hover {
  color: #333;
}

#cartbox ul.dropdown-menu,
#cartbox ul.dropdown-menu>li {
  background-color: #fff;
  color: #333;
  padding: 15px;
  border: #ccc solid 2px;
  border-radius: 5px;
  text-align: center;
  max-height: 400px;
  /* width: fit-content; */
  /* width: 500px; */
  overflow: auto;
}
