.input-wrapper .label-morph, .select-wrapper .label-morph {
  position: absolute;
  top: 25px;
  z-index: 2; }

.input-wrapper, .select-wrapper {
  position: relative;
  padding-top: 20px; }

/*
.select-wrapper .label-morph {
	z-index: 10;
	width: 100%;
	margin-left: -15px;
	padding-left: 15px;
	padding-right: 15px;
}*/
/*
.select-wrapper .label-morph {
	position: absolute;
	left: 15px;
}*/
.select-wrapper .fas, .input-wrapper .fas, .select-wrapper .panel-icon, .input-wrapper .panel-icon {
  float: right;
  /*margin-left: -15px !important;*/
  margin-top: 10px;
  color: #BDBDBD; }

.label-floated .label-morph {
  color: inherit;
  top: 0;
  font-size: 12px;
  color: green; }

.select-wrapper select, .input-wrapper .form-morph input, .input-wrapper input {
  position: relative;
  font-family: inherit;
  background-color: transparent !important;
  width: 100%  !important;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #BDBDBD !important;
  appearance: none;
  -webkit-appearance: none;
  float: left;
  line-height: 20px;
  height: 32px;
  padding: 4px;
  /*font-size: inherit;*/
  z-index: 10; }

.ui-dialog .input-wrapper input {
  z-index: 1004; }

.tooltip-wrapper select, .tooltip-wrapper .form-morph input, .tooltip-wrapper input {
  width: calc(100% - 30px) !important; }

.select-wrapper select {
  padding-right: 20px !important; }

.select-wrapper select:focus {
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0); }

.select-wrapper:after {
  position: absolute;
  top: 25px;
  right: 15px;
  /* Styling the down arrow */
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #BDBDBD !important;
  pointer-events: none; }

.form-required .label-morph::before {
  content: "*";
  margin-right: 5px; }

.label-floated.form-required .label-morph::before {
  content: "";
  margin-right: 0; }