#form-fields-table tbody tr {
    cursor: move;
}
#form-fields-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}
#form-fields-table tbody tr:nth-child(odd) {
    background-color: #fff;
}
.hidden-cell {
    opacity: 0.5;
    user-select: none;
}
.hidden-cell input {
    background-color: #eee;
    cursor: not-allowed;
}
#form-fields-table thead tr th {
    padding-left: 10px;
}
.admin-p{
    margin-bottom:8px;
    color:#555;
}

