.table-group-tax {
    width: 100%
}

.table-group-tax-td {
    padding: 7px 0;
}

#app_bundle_group_fleet_groupFleetList td .ibox-content.no-padding.border-left-right {
    width: 350px;
    margin: 0 auto;
}

#app_bundle_group_fleet_groupFleetList td .ibox-content.no-padding.border-left-right .panel.panel-default {
    width: 240px;
}

.table-striped > .thead > div {
    font-weight: bold;
    padding: 0 10px 4px 0;
}

.table-striped > .tbody > div:nth-of-type(odd),
.table-striped > .tbody > div:nth-of-type(even) {
    background: none;
}

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

.table-striped > .tbody > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0;
    border-top: 1px solid #dddddd;
    min-height: 32px;
}

.b-c-grey {
    background-color: #DEDEDE;
}

.text-d-underline {
    text-decoration: underline;
}

.w-30 {
    width: 30%;
}
