﻿#Pre-Alert td {
    padding: 8px !important;
}
#Pre-Alert table th {
    color: #fff;
    border-style: unset;
    border-width: unset;
    font-size: 12px;
}
#Pre-Alert th:nth-child(1){
    border-radius: 10px 0 0 0;
}

#Pre-ActivityTB td {
    padding: 8px !important;
}

#Pre-ActivityTB table th {
    color: #fff;
    border-style: unset;
    border-width: unset;
    font-size: 12px;
}
table#tb_addActivity td, table#tbActivityList td{
    padding: 4px 0;
}
table#ActivitytbTariffAdd td {
    padding: 10px 0;
}
#Pre-ActivityTB th:nth-child(1) {
    border-radius: 10px 0 0 0;
}


#Pre-ActivityTB th:last-child {
    border-radius: 0 10px 0 0;
}

#Pre-Alert td:nth-child(1) {
    text-align: left !important;
}

#Pre-Alert td:nth-child(2),
#Pre-Alert td:nth-child(3),
#Pre-Alert td:nth-child(4) {
    text-align: center !important;
}

#Pre-Alert td:nth-child(5) {
    text-align: left !important;
}

#AllActivitytbTariffAdd td:nth-child(3),
#AllActivitytbTariffAdd td:nth-child(4) {
    text-align: left !important;
}
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;
}
.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;
}
.btn-search {
    position: absolute;
    background-color: transparent;
    margin-right: 10px;
}
button.btn-search:focus {
    outline: none;
}

.btn-custom-approve {
    /*position: absolute;*/
    border: none;
    background-color: #fff;
    bottom: 2px;
    border-radius: 5px;
    transition: 0.3s;
    color: green;
    border: 2px solid green;
}

.btn-custom-check {
    /*position: absolute;*/
    border: none;
    background-color: #fff;
    bottom: 2px;
    border-radius: 5px;
    transition: 0.3s;
    color: green;
}

    .btn-custom-check:hover {
        background-color: green;
        border-radius: 5px;
        color: #fff;
    }
/*#Pre-ActivityTB th:nth-child(19) {
    position: sticky;
    right: 130px;
    z-index: 2;
    background-color: #117a65 !important;
}
#Pre-ActivityTB td:nth-child(19) {
    position: sticky;
    right: 132px;
    background-color: #ffffff !important;
    z-index: 1;
}
#Pre-ActivityTB td:nth-child(20) {
    position: sticky;
    right: 0;
    background-color: #ffffff !important;
    z-index: 1;
}
#Pre-ActivityTB th:nth-child(20) {
    position: sticky;
    right: 0;
    z-index: 2;
    background-color: #117a65 !important;
}*/

.modal-header .btn-close, .modal-footer .btn-close, .modal-content .btn-close {
    position: unset !important;
}