.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #e6e6e6;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f4f4f4;
}

.newtax-tb-top {
    background-color: rgb(0, 39, 78);;
    color: #fff;
    padding: 30px 10px;
    border-radius: 5px 5px 0 0;
    margin-top: 20px;
    position: relative;
    text-align: center;
}

.modal-body {
    margin-top: 0;
}
.modal-body span {
    display: inline;
}
span.input-group-addon {
    display: table-cell !important;
}
.text-danger {
    color: #E31818;
}
.inform {
    // text-align: center;
    padding: 15px 15px 0 15px;
}
#info_text {
    text-align: center;
}
#total_tax {
    color: #E31818;
    font-weight: bold;
    font-size: 1em;
}
#help_text > div{
    // display: inline;
}
section {
    margin-top: 30px;
}
div.checkbox {
    margin-bottom: 7px !important;
}
.modal-content{
    background-color: #fff !important;
}
.form-group {
    margin-bottom: 15px;
}
#table-tax .form-group .row {
    align-items: center;
}