@charset "UTF-8";
.FormGroup .Label {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.FormGroup .Label + .Icon {
  cursor: pointer;
  margin-left: 8px;
  font-size: 12px;
  opacity: 0.65;
  outline: none;
  transition: all linear 100ms;
}
.FormGroup .Label + .Icon:hover, .FormGroup .Label + .Icon:focus {
  opacity: 1;
}
.FormGroup.FormFlex .infoIcon {
  left: 2px;
  order: 3;
  position: relative;
  top: 1px;
}
.FormGroup > .ListGroup {
  display: none;
}
.FormGroup.FormFlex {
  align-items: center;
  display: flex;
  height: 20px;
}
.FormGroup.FormFlex .Label {
  order: 2;
  padding-left: 10px;
}
.FormGroup.FormFlex .FormControl {
  order: 1;
  width: auto;
  height: auto;
}
.FormGroup .Period {
  display: flex;
  align-items: center;
}
.FormGroup .Period .Text {
  margin: 0 5px;
}
.FormGroup.form-group-xs {
  margin-bottom: 6px;
}
.FormGroup.form-group-sm {
  margin-bottom: 8px;
}
.FormGroup.form-group-md {
  margin-bottom: 10px;
}
.FormGroup.form-group-lg {
  margin-bottom: 12px;
}
.FormGroup.form-group-xl {
  margin-bottom: 14px;
}

.FormGroup.required-invalid .Label {
  color: #dc3545 !important;
}
.FormGroup.required-invalid::after {
  content: "obrigatório";
  bottom: 1px;
  color: #dc3545 !important;
  font-size: 8px;
  font-weight: 700;
  position: absolute;
  right: 10px;
  text-transform: uppercase;
}

.FormGroup.required-invalid .FormControl,
.FormControl.required-invalid,
.FormGroup.required-invalid .dropdown-toggle,
.FormControl.required-invalid + .dropdown-toggle {
  color: #dc3545 !important;
  background-color: #fbe7e9 !important;
  border-color: #dc3545 !important;
}

/*# sourceMappingURL=FormGroup.css.map */
