
#notRequired {
  max-height: 5000px;
  transition: max-height 1s ease-in;
  overflow-y: hidden;
}
#notRequired.hide {
    max-height: 0;
    transition: max-height 1s ease-out;
}
.row.latest {
  margin-bottom: 0;
}
#notRequired.hide.row {
  margin-bottom: 0;
}
.inline-block {
  display: inline-block;
  width: auto;
}
.submit-btn {
  margin: 0 auto;
  display: block;
  padding: 14px 60px 14px 60px;
  font-weight: bold;
}
#toggleArea {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  font-size: 12px;
  text-align: right;
}
#toggleArea:hover {
  cursor: pointer;
}
#toggleArea .fewer { display: none; }
#toggleArea.open .more { display: none; }
#toggleArea .more { display: block; }
#toggleArea.open .fewer { display: block; }

.has-icon {
  position: relative;
}
.has-icon input {
  padding-left: 38px!important;
}
.has-icon .fas {
  position: absolute;
  bottom: 18px;
  left: 16px;
}
.has-icon.filled .fas {
  background-color: #444444;
  color: #fff;
}
#ui-datepicker-div {
	z-index: 997!important;
}
.tooltip {
	z-index: 996!important;
}
.fa {
	font-family: FontAwesome!important;
}
