﻿.input-group-text {
    background-color: inherit;
    border: none;
}

#Tariff_Group_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_Group_Table{
    font-size:12px;
}
#Tariff_Group_Table th:nth-child(1) {
    border-radius: 10px 0 0 0;
}

#Tariff_Group_Table th:last-child {
    border-radius: 0 10px 0 0;
}

#Tariff_Group_Table td {
    padding: 8px !important;
}

.btn-search {
    position: absolute;
    background-color: transparent;
    margin-right: 10px;
}
.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;
    }

.btn-custom-delete {
    /*position: absolute;*/
    border: none;
    background-color: #fff;
    bottom: 2px;
    border-radius: 5px;
    transition: 0.3s;
    color: red;
}

    .btn-custom-delete:hover {
        background-color: red;
        border-radius: 5px;
        color: #fff;
    }