.Subtitle {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 0;
  position: relative;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.Subtitle.text-primary {
  border-bottom: 2px solid #3d9be5;
}
.Subtitle.text-primary .Text {
  color: rgb(56.12, 142.6, 210.68);
}
.Subtitle.text-secondary {
  border-bottom: 2px solid #ccc;
}
.Subtitle.text-secondary .Text {
  color: rgb(187.68, 187.68, 187.68);
}
.Subtitle.text-success {
  border-bottom: 2px solid #28a745;
}
.Subtitle.text-success .Text {
  color: rgb(36.8, 153.64, 63.48);
}
.Subtitle.text-danger {
  border-bottom: 2px solid #dc3545;
}
.Subtitle.text-danger .Text {
  color: rgb(202.4, 48.76, 63.48);
}
.Subtitle.text-default {
  border-bottom: 2px solid #444;
}
.Subtitle.text-default .Text {
  color: #333;
}
.Subtitle .Text {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.Subtitle .Icon.subtitle-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.Subtitle .FormControl[type=checkbox] {
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin-right: 10px;
  position: relative;
  top: 2px;
  width: 15px;
}

.modal-body > .Subtitle:first-child {
  margin-top: 0;
}

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