.accordion-table.simple-table, .accordion-table.simple-table td, .accordion-table.simple-table th {
    padding: 20px;
}
.accordion-table, .accordion-table td, .accordion-table th {
    border-collapse: collapse;
    font-size: 16px;
    padding: 30px 20px;
    border-top: 1px solid #e5e8ea;
    text-align: left;
    color: #747474;
    cursor: pointer;
    position: relative;
    vertical-align: top;
}
.accordion-table tr:last-child {
    border-bottom: 1px solid #e5e8ea;
}
.table-style4.accordion-table.footable {
    background-color: #f7f8fb;
    border: none;
}
.accordion-table.footable {
    border: 1px solid #e5e8ea;
    background-color: #ffffff;
}
.accordion-table th {
    font-family: 'Bai Jamjuree Bold';
    display: block;
}
.table-style4.accordion-table tbody tr {
    border-left: 1px solid #f7f8fb;
    border-right: 1px solid #f7f8fb;
}
.table-style4.accordion-table .footable-detail-row {
    background-color: #ffffff;
    border-left: 1px solid #e5e8ea;
    border-right: 1px solid #e5e8ea;
}
.accordion-table .footable-detail-row td, .accordion-table .footable-detail-row th {
    border-top: none;
}
.accordion-table tbody tr[data-expanded="true"] {
    background-color: #ffffff;
    border-left: 1px solid #e5e8ea;
    border-right: 1px solid #e5e8ea;
}
.accordion-table .footable-detail-row > td {
    padding: 0 20px;
}
.accordion-table .footable-details tbody {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 30px 0;
    width: calc(100% - 210px);
    margin-left: auto;
}
.accordion-table .footable-details tbody tr {
    width: calc(33% - 15px);
    margin-right: 15px;
    background-color: transparent !important;
    border: none;
    display: inline-block;
}
.accordion-table .footable-details tbody th, .accordion-table .footable-details tbody td {
    padding: 0;
}
.accordion-table table.footable-details > tbody > tr > th:nth-child(1) {
    width: auto;
}
.accordion-table .tender-no {
    width: 15%;
}
.accordion-table .tender-subject {
    width: 35%;
}
.accordion-table .tender-fees {
    width: 12%;
}
.accordion-table .tender-sale {
    width: 17%;
}
.accordion-table .tender-submission {
    width: 17%;
}
.accordion-table .tender-toogle {
    width: 4%;
}
.footable-loader {
    display: none !important;
}
.footable-toggle {
    margin: 0 !important;
    content: "" !important;
    position: absolute;
    top: 30px;
    right: 20px;
    pointer-events: none;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    opacity: 1 !important;
}
.footable-toggle::before {
    width: 2px;
    height: 24px;
    left: 50%;
    top: 50%;
}
.footable-toggle::after {
    width: 24px;
    height: 2px;
    left: 50%;
    top: 50%;
}
.footable-toggle.fooicon-minus::before {
    opacity: 0;
}
.footable-toggle::before, .footable-toggle::after {
    content: "" !important;
    position: absolute;
    pointer-events: none;
    background-color: #003366;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
table.footable tbody th, table.footable tbody td, table.footable thead th{
    border-right:none;
}
table.footable tr{border-bottom: none;}