

.field-label
{
    font-weight: 550;
  margin-top: 6px;
  margin-bottom: 3px;
}

.field-label-required {
    /* font-weight: bold; */
    // margin-right: 5px;
    color: maroon;
    // border-bottom: 1px #CCC dashed;
}


.field-value
{

  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  margin-bottom: 2px;
  font-weight: 400;
  line-height: 1.2;
  min-height: 2.5rem;
  color: #212529;
  background-color: #f8f9fa;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;


  //  border-bottom: thin;
	//background-color: #f7f7f7;
  //  opacity: 1;
  //  // border-bottom-color: antiquewhite;
	//// line-height: 1em;
	//height: 33px;
	//color: black;
	//// background-clip: padding-box;
	//display: block;
  //  width: 100%;
  //  padding: .375rem .75rem;
  //  font-size: 1rem;
  //  font-weight: 400;
  //  line-height: 1.5;
  //  background-clip: padding-box;
  //  // border: 1px solid #ced4da;
  //  border-bottom: 1px solid #c9ced3;
  //  -webkit-appearance: none;
  //  -moz-appearance: none;
  //  appearance: none;
  //  border-radius: .25rem;
  //  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
