/* picture of hand for dragging and reordering input fields */
.ui-sortable  td:nth-child(1) {
    background-repeat:no-repeat;
    background-size:30px 30px;
    background-position: 10px;
}

.admin__control-table th {
   white-space: nowrap;
}

.admin__control-table th {
    padding: 1.3rem 1.3rem 1.3rem 0;
}

.admin__control-table td {
    padding: 0.8rem 0.8rem 0.8rem 0.8rem;
}

.admin__control-table tbody td:nth-child(3), .admin__control-table tbody td:nth-child(4){
    text-align: center;
}

.admin__control-table tbody td:nth-child(1) {
    cursor: grab;
    text-align: left;
}

.admin__control-table td:nth-child(1) input[readonly] {
    border: none;
    cursor: grab;
    text-align: right;
    opacity: 1;
    background: transparent;
    width: 25px;
    margin: 0;
    padding: 0;
}
.admin__control-table td:nth-child(1):before {
    font-family: 'Admin Icons';
    content: '\e617';
    font-size: 2rem;
    margin-top: 5px;
    /* Fallback for when 'grab' is not supported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    vertical-align: middle;
}

.admin__control-table td:nth-child(1):active:before {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.admin__control-table .col-actions-add:before {
    content: '' !important;
}
.admin__control-table .col-actions-add {
    text-align: right;
}

tr.rowlabel > td.label{
    text-align: left !important;
}
tr > td.empty{
    height: 0px;
    padding: 0 !important;
    margin: 0;
}
tr.rowlabel .label span[data-config-scope]:before {
    right: initial !important;
}

.ui-state-highlight {
    height: 2.5em;
    line-height: 1.2em;
    border-color: #999;
}
