﻿#Tariff_Table table th {
    color: #fff;
    border-style: unset;
    border-width: unset;
    /*border-radius:10px;*/
    font-size: 12px;
}
table {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

table td {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
}

table th {
    padding: 10px;
}

#Tariff_Table th:nth-child(1), #Select_Container_Truck th:nth-child(1), #ModalPreAlert th:nth-child(1), #ModalTariff th:nth-child(1), #activityCodeTable th:nth-child(1) {
    border-radius: 10px 0 0 0;
}

#Tariff_Table th:last-child, #Select_Container_Truck th:last-child, #ModalPreAlert th:last-child, #ModalTariff th:last-child, #activityCodeTable th:last-child {
    border-radius: 0 10px 0 0;
}
#table_Payment tbody td:nth-child(1){
    text-align:center !important;
}
#Tariff_Table td {
    padding: 6px !important;
    font-size:12px;
}
#activityCodeTable td {
    padding: 4px !important;
    font-size: 12px;
}
#activityCodeTable td input {
    font-size: 12px;
    height: 28px;
}

.btn-search {
    position: absolute;
    background-color: transparent;
    margin-right: 10px;
}
#Tariff_Table td:nth-child(1), #Tariff_Table td:nth-child(3), #Tariff_Table td:nth-child(4), #Tariff_Table td:nth-child(5) {
    text-align: left !important;
}

#Tariff_Table td.dataTables_empty {
    text-align: center !important;
}
.dataTables_wrapper button {
    padding: 0.175rem 0.75rem;
    font-size:12px;
}