@import url('/js/drilldown/drilldown.css');

.c-file-location-grid > .fieldWrapper {
    border: 4px;
    border-color: #E3E5F4;
    border-style: solid;
    border-radius: 4px;
    padding: 2px;
    margin: 2px;
    margin-bottom: 10px;
    margin-left: 0;
}

.c-file-location-footer {
    margin-bottom: 1ex;
}

.c-file-location-grid thead th,
.c-file-location-grid thead td {
    font-weight: 500;
    padding-left: 7px;
}

.c-file-location-grid th,
.c-file-location-grid td {
    padding-top: 4px;
    padding-right: 7px;
    padding-bottom: 4px;
    text-align: left;
    cursor: default;
}

.c-file-location-grid tbody tr:nth-child(odd) {
    background-color: #e5e6e8;
}

.c-file-location-footer .actionFloatContainer {
    width: 200px;
}

.c-file-location-footer .caActionAdd:disabled {
    cursor: not-allowed;
    color: gray;
    opacity: 0.50;
}

.c-file-location-grid .showHistory {
    float: right;
}

.c-file-location-grid .showHistory * {
    color: var(--orange);
    font-style: italic;
    font-size: 11px;
    right: 0;
    top: 3px;
}

/*ff's*/
.c-file-location-grid .dd.dd-select,
.c-file-location-grid input.txtInner.with-border {
    margin-top: 0;
    height: 22px;
}
.c-file-location-grid th label {
    font-size: 11px;
    font-weight: 500;
}
.c-file-location-grid tbody td {
    padding-left: 10px;
    padding-right: 0;
}