.card-header > .card-tools {
    float: right;
}

.form-group.required .form-label .form-label-title:after {
  content:"\00a0*";
  color:red;
}

.form-group .invalid-feedback:before {
  content:"\f06a\00a0";
  font-family: 'FontAwesome';
}

.form-group .form-label{
    width: 100%;
}

.form-group .form-label .form-label-tooltip{
    float: right!important;
}

.form-group .form-check-label{
    width: 100%;
}

.form-group .form-check-label .form-label-tooltip{
    float: right!important;
}

.form-label-tooltip{
    color: #39f;
}


.fa-stack-2x {
    font-size: inherit;
}