﻿.f-c-white {
    color: #fff !important;
}
#TruckReleaseTable table th {
    color: #fff;
}
#TruckReleaseListTable th:nth-child(1) {
    border-radius: 10px 0 0 0;
}

#TruckReleaseListTable th:last-child {
    border-radius: 0 10px 0 0;
}

#TruckReleaseListTable table th {
    color: #fff;
    border-style: unset;
    border-width: unset;
    font-size: 12px;
}
table td {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

.modal-xl {
    max-width: 1400px !important;
}

.btn-custom-edit {
    /*position: absolute;*/
    border: none;
    background-color: #fff;
    bottom: 2px;
    border-radius: 5px;
    transition: 0.3s;
    color: green;
}

    .btn-custom-edit:hover {
        background-color: aquamarine;
        border-radius: 5px;
        color: #fff;
    }