.form-group.label {
    display: block;
    padding:0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-align: inherit;
    white-space: inherit;
    vertical-align: inherit;
    border-radius: 0;
}


.sorting-table td {
    color:#CCC;
}
.sorting-table .sorting-row td{
    background-color: #eee7b8;
    color:#000;
    font-weight:bold;
}
.list-row-reorder{
    margin: auto;
    padding: 5px 7px;
}
.list-row-reorder:active {
    cursor:grabbing;
}

.view-record section{
    max-width: 1600px;
}
.view-form section{
    max-width: 1600px;
}
.btn-list-reorder {
    cursor: grab;
    color: white;
    padding: 3px 10px;
}