
div.form-group.lfw-active-radio-button.padding-left-30 {
    padding-left: 30px;
}

div.form-group.lfw-active-radio-button.padding-left-15 {
    padding-left: 15px;
}

div.form-group.lfw-active-radio-button div.row {
    margin-top: 30px;
}

div.form-group.lfw-active-radio-button.horizontal div.row {
    margin-top: 6px;
}

div.form-group.lfw-active-radio-button div.row div span {
    padding-left: 8px;
    padding-right: 15px;
}

.footer {
    text-align: center;
    font-size: 90%;
}

table.mini-list-grid {
    max-height:200px;
}

table.mini-list-grid td {
    padding-top:0px !important;
    padding-bottom:0px !important;
}


.ng-table-counts {
    display: none;
}


.form-actions {
    text-align: center;
    padding: 18px;
    background-color: #f5f5f5;
    border-top: none;
    align-items: center;
}

.center {
    text-align: center;
}

.form-group.required .control-label:after {
	content:" *";
}

.form-group.required .control-label {
	font-weight: bold;
}

.control-label {
    font-size: 16px;
}

.required_field {
    font-weight: bold;

}

.required_field::after {
    content: " *";
}

tr.click-row {
	cursor: pointer;
}
