table.table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: separate;
    border-spacing: 0
}

table.table td,
table.table th,
table.table tr {
    border-style: solid;
    border-width: 0
}

table.table thead tr th {
    font-weight: 600;
    border-bottom-width: 1px;
    font-size: 20px;
}

table.table tbody tr td {
    border-bottom-width: 1px
}

table.table tbody tr:last-child {
    border-bottom-width: 0
}

table.table td,
table.table th {
    padding: 9px 20px 10px
}

table.table i {
    margin-right: 8px
}

table.table.table-hovered tbody tr {
    -webkit-transition: all .1s ease-in-out 0s;
    -moz-transition: all .1s ease-in-out 0s;
    -ms-transition: all .1s ease-in-out 0s;
    -o-transition: all .1s ease-in-out 0s;
    transition: all .1s ease-in-out 0s
}

table.table.table-complex thead tr th,
table.table.table-complex tr {
    border-bottom-width: 1px
}

table.table.table-complex tbody:first-child tr:first-child td,
table.table.table-complex tfoot:first-child tr:first-child td,
table.table.table-complex thead:first-child tr:first-child td,
table.table.table-complex thead:first-child tr:first-child th {
    border-top-width: 1px
}

table.table.table-complex tbody:last-child tr:last-child td,
table.table.table-complex tfoot:last-child tr:last-child td,
table.table.table-complex thead:last-child tr:last-child td,
table.table.table-complex thead:last-child tr:last-child th {
    border-bottom-width: 1px
}

table.table.table-complex td,
table.table.table-complex th {
    padding: 9px 20px 10px
}

table.table.table-complex td:first-child,
table.table.table-complex th:first-child {
    border-left-width: 1px
}

table.table.table-complex td:last-child,
table.table.table-complex th:last-child {
    border-right-width: 1px
}

table.table.round {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

table.table.round tbody:first-child tr:first-child td:first-child,
table.table.round thead:first-child tr:first-child td:first-child,
table.table.round thead:first-child tr:first-child th:first-child {
    -webkit-border-radius: 3px 0 0;
    -moz-border-radius: 3px 0 0;
    border-radius: 3px 0 0
}

table.table.round tbody:first-child tr:first-child td:last-child,
table.table.round thead:first-child tr:first-child td:last-child,
table.table.round thead:first-child tr:first-child th:last-child {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0
}

table.table.round tbody:last-child tr:last-child td:first-child,
table.table.round tfoot:last-child tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px
}

table.table.round tbody:last-child tr:last-child td:last-child,
table.table.round tfoot:last-child tr:last-child td:last-child {
    -webkit-border-radius: 0 0 3px;
    -moz-border-radius: 0 0 3px;
    border-radius: 0 0 3px
}

table.table.table-all-borders td,
table.table.table-all-borders th {
    border-left-width: 1px
}

table.table.table-all-borders td:last-child,
table.table.table-all-borders th:last-child {
    border-right-width: 1px
}

table.table.table-all-borders tbody:first-child tr:first-child td,
table.table.table-all-borders tfoot:first-child tr:first-child td,
table.table.table-all-borders thead:first-child tr:first-child td,
table.table.table-all-borders thead:first-child tr:first-child th {
    border-top-width: 1px
}

.responsive-table-lg {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overlow-scrolling: touch
}

.responsive-table-lg>table {
    margin-bottom: 0
}

.responsive-table-lg>table>tbody>tr>td,
.responsive-table-lg>table>tbody>tr>th,
.responsive-table-lg>table>tfoot>tr>td,
.responsive-table-lg>table>tfoot>tr>th,
.responsive-table-lg>table>thead>tr>td,
.responsive-table-lg>table>thead>tr>th {
    white-space: nowrap
}

@media (max-width:1119px) {
    .responsive-table-md {
        width: 100%;
        margin-bottom: 20px;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overlow-scrolling: touch
    }
    .responsive-table-md>table {
        margin-bottom: 0
    }
    .responsive-table-md>table>tbody>tr>td,
    .responsive-table-md>table>tbody>tr>th,
    .responsive-table-md>table>tfoot>tr>td,
    .responsive-table-md>table>tfoot>tr>th,
    .responsive-table-md>table>thead>tr>td,
    .responsive-table-md>table>thead>tr>th {
        white-space: nowrap
    }
}

@media (max-width:991px) {
    .responsive-table-sm {
        width: 100%;
        margin-bottom: 20px;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overlow-scrolling: touch
    }
    .responsive-table-sm>table {
        margin-bottom: 0
    }
    .responsive-table-sm>table>tbody>tr>td,
    .responsive-table-sm>table>tbody>tr>th,
    .responsive-table-sm>table>tfoot>tr>td,
    .responsive-table-sm>table>tfoot>tr>th,
    .responsive-table-sm>table>thead>tr>td,
    .responsive-table-sm>table>thead>tr>th {
        white-space: nowrap
    }
}

@media (max-width:767px) {
    .responsive-table-xs {
        width: 100%;
        margin-bottom: 20px;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overlow-scrolling: touch
    }
    .responsive-table-xs>table {
        margin-bottom: 0
    }
    .responsive-table-xs>table>tbody>tr>td,
    .responsive-table-xs>table>tbody>tr>th,
    .responsive-table-xs>table>tfoot>tr>td,
    .responsive-table-xs>table>tfoot>tr>th,
    .responsive-table-xs>table>thead>tr>td,
    .responsive-table-xs>table>thead>tr>th {
        white-space: nowrap
    }
}

@media (max-width:479px) {
    .responsive-table-2xs {
        width: 100%;
        margin-bottom: 20px;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overlow-scrolling: touch
    }
    .responsive-table-2xs>table {
        margin-bottom: 0
    }
    .responsive-table-2xs>table>tbody>tr>td,
    .responsive-table-2xs>table>tbody>tr>th,
    .responsive-table-2xs>table>tfoot>tr>td,
    .responsive-table-2xs>table>tfoot>tr>th,
    .responsive-table-2xs>table>thead>tr>td,
    .responsive-table-2xs>table>thead>tr>th {
        white-space: nowrap
    }
}

@media (max-width:319px) {
    .responsive-table-3xs {
        width: 100%;
        margin-bottom: 20px;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overlow-scrolling: touch
    }
    .responsive-table-3xs>table {
        margin-bottom: 0
    }
    .responsive-table-3xs>table>tbody>tr>td,
    .responsive-table-3xs>table>tbody>tr>th,
    .responsive-table-3xs>table>tfoot>tr>td,
    .responsive-table-3xs>table>tfoot>tr>th,
    .responsive-table-3xs>table>thead>tr>td,
    .responsive-table-3xs>table>thead>tr>th {
        white-space: nowrap
    }
}

.section-white table.table th {
    border-color: #586266;
    color: #586266
}

.section-white table.table td {
    border-color: #e5eaea
}

.section-white table.table.table-zebra tbody tr:nth-child(2n-1) {
    background: #f8fafa
}

.section-white table.table.table-complex td,
.section-white table.table.table-complex th,
.section-white table.table.table-complex tr {
    border-color: #e5eaea
}

.section-white table.table.table-complex thead tr th {
    background: #f8fafa;
    color: #586266;
    border-color: #e5eaea
}

.section-white table.table.table-complex tbody tr,
.section-white table.table.table-complex.table-zebra tbody tr:nth-child(2n-1) {
    background: #fff
}

.section-white table.table.table-complex.table-zebra tbody tr:nth-child(2n) {
    background: #f8fafa
}

.section-white table.table.table-shadow {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .03);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .03);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .03)
}

.section-white table.table.table-all-borders th {
    border-color: #ddd;
    background: #ddd;
    color: #000;
}

.section-grey table.table th {
    border-color: #3f4551;
    color: #1c202a
}

.section-grey table.table td {
    border-color: #d1d7d9
}

.section-grey table.table.table-zebra tbody tr:nth-child(2n-1) {
    background: #f1f3f6
}

.section-grey table.table.table-complex td,
.section-grey table.table.table-complex th,
.section-grey table.table.table-complex tr {
    border-color: #d1d7d9
}

.section-grey table.table.table-complex thead tr th {
    background: #e8ebf0;
    color: #1c202a;
    border-color: #d1d7d9
}

.section-grey table.table.table-complex tbody tr,
.section-grey table.table.table-complex.table-zebra tbody tr:nth-child(2n-1) {
    background: #f8f9fb
}

.section-grey table.table.table-complex.table-zebra tbody tr:nth-child(2n) {
    background: #f1f3f6
}

.section-grey table.table.table-shadow {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .03);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .03);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .03)
}

.section-grey table.table.table-all-borders th {
    border-color: #d1d7d9
}

.section-base table.table th {
    border-color: #fff;
    color: #fff
}

.section-base table.table td {
    border-color: #16c7c7
}

.section-base table.table.table-zebra tbody tr:nth-child(2n-1) {
    background: #07b7b8
}

.section-base table.table.table-complex td,
.section-base table.table.table-complex th,
.section-base table.table.table-complex tr {
    border-color: #1bcdcd
}

.section-base table.table.table-complex thead tr th {
    background: #0dc0c0;
    color: #fff;
    border-color: #20d1d1
}

.section-base table.table.table-complex tbody tr {
    background: #07b7b8
}

.section-base table.table.table-complex.table-zebra tbody tr:nth-child(2n-1) {
    background: #00adb0
}

.section-base table.table.table-complex.table-zebra tbody tr:nth-child(2n) {
    background: #07b7b8
}

.section-base table.table.table-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.section-base table.table.table-all-borders th {
    border-color: #16c7c7
}

.section-dark table.table th {
    border-color: #c6ccd0;
    color: #c6ccd0
}

.section-dark table.table td {
    border-color: #2e343a
}

.section-dark table.table.table-zebra tbody tr:nth-child(2n-1) {
    background: #24292f
}

.section-dark table.table.table-complex td,
.section-dark table.table.table-complex th,
.section-dark table.table.table-complex tr {
    border-color: #32383f
}

.section-dark table.table.table-complex thead tr th {
    background: #262c32;
    color: #c6ccd0;
    border-color: #32383f
}

.section-dark table.table.table-complex tbody tr,
.section-dark table.table.table-complex.table-zebra tbody tr:nth-child(2n-1) {
    background: #2a3037
}

.section-dark table.table.table-complex.table-zebra tbody tr:nth-child(2n) {
    background: #262c32
}

.section-dark table.table.table-shadow {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
}

.section-dark table.table.table-all-borders th {
    border-color: #2e343a
}

.section-parallax table.table th {
    border-color: #b1b1ba;
    color: #cbccd1
}

.section-parallax table.table td {
    border-color: #242427
}

.section-parallax table.table.table-zebra tbody tr:nth-child(2n-1) {
    background: #1a1b1d
}

.section-parallax table.table.table-complex td,
.section-parallax table.table.table-complex th,
.section-parallax table.table.table-complex tr {
    border-color: #25252a
}

.section-parallax table.table.table-complex thead tr th {
    background: #212224;
    color: #cbccd1;
    border-color: #27282b
}

.section-parallax table.table.table-complex tbody tr {
    background: #1c1d1f
}

.section-parallax table.table.table-complex.table-zebra tbody tr:nth-child(2n-1) {
    background: #1b1c1e
}

.section-parallax table.table.table-complex.table-zebra tbody tr:nth-child(2n) {
    background: #1f2022
}

.section-parallax table.table.table-shadow {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15)
}

.section-parallax table.table.table-all-borders th {
    border-color: #242427
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}