﻿.slicky-table-container {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border: solid thin #eee;
}

.table.table-striped.table-hover.dt-responsive.display.nowrap {
    /* border: solid thin #eee;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;*/
    margin-bottom: 0;
    border-bottom: none !important;
}

.ant-table-wrapper {
    zoom: 1
}

    .ant-table-wrapper:after, .ant-table-wrapper:before {
        content: "";
        display: table
    }

    .ant-table-wrapper:after {
        clear: both
    }

.ant-table {
    font-family: Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.71428571;
    color: rgba(0,0,0,.65);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    clear: both
}

.ant-table-body {
    transition: opacity .3s
}

.ant-table-empty .ant-table-body {
    overflow: auto !important
}

.ant-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    text-align: left;
    border-radius: 6px 6px 0 0
}

.ant-table-thead > tr > th {
    /*background: #fafafa;*/
    transition: background .3s ease;
    text-align: left;
    color: rgba(0,0,0,.85);
    /*font-weight: 500;*/
    border-bottom: 1px solid #e8e8e8;
    vertical-align: middle !important;
}

    .ant-table-thead > tr > th[colspan] {
        text-align: left
    }

    .ant-table-thead > tr > th .ant-table-filter-icon, .ant-table-thead > tr > th .anticon-filter {
        position: relative;
        margin-left: 8px;
        font-size: 14px;
        cursor: pointer;
        color: rgba(0,0,0,.45);
        transition: all .3s;
        width: 14px;
        font-weight: 400;
        vertical-align: text-bottom
    }

        .ant-table-thead > tr > th .ant-table-filter-icon:hover, .ant-table-thead > tr > th .anticon-filter:hover {
            color: rgba(0,0,0,.65)
        }

    .ant-table-thead > tr > th .ant-table-column-sorter + .anticon-filter {
        margin-left: 4px
    }

    .ant-table-thead > tr > th .ant-table-filter-selected.anticon-filter {
        color: #1890ff
    }

    .ant-table-thead > tr > th.ant-table-column-has-filters {
        overflow: hidden
    }

.ant-table-thead > tr:first-child > th:first-child {
    border-top-left-radius: 6px;
    padding-left: 20px;
}

.ant-table-thead > tr:first-child > th:last-child {
    border-top-right-radius: 6px
}

.ant-table-thead > tr:not(:last-child) > th[colspan] {
    border-bottom: 0
}

.ant-table-tbody > tr > td {
    border-bottom: 1px solid #e8e8e8;
    transition: all .3s;
}

.ant-table-tbody > tr, .ant-table-thead > tr {
    transition: all .3s
}

    .ant-table-tbody > tr.ant-table-row-hover > td, .ant-table-tbody > tr:hover > td, .ant-table-thead > tr.ant-table-row-hover > td, .ant-table-thead > tr:hover > td {
        background: #e6f7ff
    }

    .ant-table-thead > tr:hover {
        background: none
    }

.ant-table-footer {
    padding: 16px;
    background: #fafafa;
    border-radius: 0 0 6px 6px;
    position: relative;
    border-top: 1px solid #e8e8e8
}

    .ant-table-footer:before {
        content: "";
        height: 1px;
        background: #fafafa;
        position: absolute;
        top: -1px;
        width: 100%;
        left: 0
    }

.ant-table.ant-table-bordered .ant-table-footer {
    border: 1px solid #e8e8e8
}

.ant-table-title {
    padding: 16px 0;
    position: relative;
    top: 1px;
    border-radius: 6px 6px 0 0
}

.ant-table.ant-table-bordered .ant-table-title {
    border: 1px solid #e8e8e8;
    padding-left: 16px;
    padding-right: 16px
}

.ant-table-title + .ant-table-content {
    position: relative;
    border-radius: 6px 6px 0 0;
    overflow: hidden
}

.ant-table-bordered .ant-table-title + .ant-table-content, .ant-table-bordered .ant-table-title + .ant-table-content .ant-table-thead > tr:first-child > th, .ant-table-bordered .ant-table-title + .ant-table-content table, .ant-table-without-column-header .ant-table-title + .ant-table-content, .ant-table-without-column-header table {
    border-radius: 0
}

.ant-table-tbody > tr.ant-table-row-selected td {
    background: #fafafa
}

.ant-table-thead > tr > th.ant-table-column-sort {
    background: #f5f5f5
}

.ant-table-tbody > tr > td, .ant-table-thead > tr > th {
    padding: 8px 10px;
    word-break: break-word;
}

    .ant-table-thead > tr > th.ant-table-selection-column-custom {
        padding-left: 16px;
        padding-right: 0
    }

    .ant-table-tbody > tr > td.ant-table-selection-column, .ant-table-thead > tr > th.ant-table-selection-column {
        text-align: center;
        min-width: 62px;
        width: 62px
    }

        .ant-table-tbody > tr > td.ant-table-selection-column .ant-radio-wrapper, .ant-table-thead > tr > th.ant-table-selection-column .ant-radio-wrapper {
            margin-right: 0
        }

.ant-table-expand-icon-th, .ant-table-row-expand-icon-cell {
    text-align: center;
    min-width: 50px;
    width: 50px
}

.ant-table-header {
    background: #fafafa;
    overflow: hidden
}

    .ant-table-header table {
        border-radius: 6px 6px 0 0
    }

.ant-table-loading {
    position: relative
}

    .ant-table-loading .ant-table-body {
        background: #fff;
        opacity: .5
    }

    .ant-table-loading .ant-table-spin-holder {
        height: 20px;
        line-height: 20px;
        left: 50%;
        top: 50%;
        margin-left: -30px;
        position: absolute
    }

    .ant-table-loading .ant-table-with-pagination {
        margin-top: -20px
    }

    .ant-table-loading .ant-table-without-pagination {
        margin-top: 10px
    }

.ant-table-column-sorter {
    position: relative;
    margin-left: 8px;
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
    color: rgba(0,0,0,.45)
}

.ant-table-column-sorter-down, .ant-table-column-sorter-up {
    display: block;
    width: 14px;
    height: 6px;
    line-height: 6px;
    cursor: pointer;
    position: relative
}

    .ant-table-column-sorter-down:hover .anticon, .ant-table-column-sorter-up:hover .anticon {
        color: #69c0ff
    }

    .ant-table-column-sorter-down.on .anticon-caret-down, .ant-table-column-sorter-down.on .anticon-caret-up, .ant-table-column-sorter-up.on .anticon-caret-down, .ant-table-column-sorter-up.on .anticon-caret-up {
        color: #1890ff
    }

    .ant-table-column-sorter-down:after, .ant-table-column-sorter-up:after {
        position: absolute;
        content: "";
        height: 30px;
        width: 14px;
        left: 0
    }

    .ant-table-column-sorter-up:after {
        bottom: 0
    }

    .ant-table-column-sorter-down:after {
        top: 0
    }

.ant-table-column-sorter .anticon-caret-down, .ant-table-column-sorter .anticon-caret-up {
    display: inline-block;
    font-size: 12px;
    font-size: 8px\9;
    transform: scale(.66666667) rotate(0deg);
    line-height: 4px;
    height: 4px;
    transition: all .3s;
    position: relative;
    display: block
}

:root .ant-table-column-sorter .anticon-caret-down, :root .ant-table-column-sorter .anticon-caret-up {
    font-size: 12px
}

.ant-table-column-sorter-down {
    margin-top: 1.5px
}

.ant-table-column-sorter .anticon-caret-up {
    margin-top: .5px
}

.ant-table-bordered .ant-table-body > table, .ant-table-bordered .ant-table-fixed-left table, .ant-table-bordered .ant-table-fixed-right table, .ant-table-bordered .ant-table-header > table {
    border: 1px solid #e8e8e8;
    border-right: 0;
    border-bottom: 0
}

.ant-table-bordered.ant-table-empty .ant-table-placeholder {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8
}

.ant-table-bordered.ant-table-fixed-header .ant-table-header > table {
    border-bottom: 0
}

.ant-table-bordered.ant-table-fixed-header .ant-table-body > table {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.ant-table-bordered.ant-table-fixed-header .ant-table-body-inner > table {
    border-top: 0
}

.ant-table-bordered.ant-table-fixed-header .ant-table-placeholder {
    border: 0
}

.ant-table-bordered .ant-table-thead > tr:not(:last-child) > th {
    border-bottom: 1px solid #e8e8e8
}

.ant-table-bordered .ant-table-tbody > tr > td, .ant-table-bordered .ant-table-thead > tr > th {
    border-right: 1px solid #e8e8e8
}

.ant-table-placeholder {
    position: relative;
    padding: 16px;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    font-size: 14px;
    color: rgba(0,0,0,.45);
    z-index: 1
}

    .ant-table-placeholder .anticon {
        margin-right: 4px
    }

.ant-table-pagination.ant-pagination {
    margin: 16px 0;
    float: right
}

.ant-table-filter-dropdown {
    min-width: 96px;
    margin-left: -8px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,.15)
}

    .ant-table-filter-dropdown .ant-dropdown-menu {
        border: 0;
        box-shadow: none;
        border-radius: 6px 6px 0 0
    }

    .ant-table-filter-dropdown .ant-dropdown-menu-without-submenu {
        max-height: 400px;
        overflow-x: hidden
    }

    .ant-table-filter-dropdown .ant-dropdown-menu-item > label + span {
        padding-right: 0
    }

    .ant-table-filter-dropdown .ant-dropdown-menu-sub {
        border-radius: 6px;
        box-shadow: 0 2px 8px rgba(0,0,0,.15)
    }

    .ant-table-filter-dropdown .ant-dropdown-menu .ant-dropdown-submenu-contain-selected .ant-dropdown-menu-submenu-title:after {
        color: #1890ff;
        font-weight: 700;
        text-shadow: 0 0 2px #bae7ff
    }

    .ant-table-filter-dropdown .ant-dropdown-menu-item {
        overflow: hidden
    }

    .ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-item:last-child, .ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-submenu:last-child .ant-dropdown-menu-submenu-title {
        border-radius: 0
    }

.ant-table-filter-dropdown-btns {
    overflow: hidden;
    padding: 7px 8px;
    border-top: 1px solid #e8e8e8
}

.ant-table-filter-dropdown-link {
    color: #1890ff
}

    .ant-table-filter-dropdown-link:hover {
        color: #40a9ff
    }

    .ant-table-filter-dropdown-link:active {
        color: #096dd9
    }

    .ant-table-filter-dropdown-link.confirm {
        float: left
    }

    .ant-table-filter-dropdown-link.clear {
        float: right
    }

.ant-table-selection-select-all-custom {
    margin-right: 4px !important
}

.ant-table-selection .anticon-down {
    color: rgba(0,0,0,.45);
    transition: all .3s
}

.ant-table-selection-menu {
    min-width: 96px;
    margin-top: 5px;
    margin-left: -30px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,.15)
}

    .ant-table-selection-menu .ant-action-down {
        color: rgba(0,0,0,.45)
    }

.ant-table-selection-down {
    cursor: pointer;
    padding: 0;
    display: inline-block;
    line-height: 1
}

    .ant-table-selection-down:hover .anticon-down {
        color: #666
    }

.ant-table-row-expand-icon {
    cursor: pointer;
    display: inline-block;
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 14px;
    border: 1px solid #e8e8e8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff
}

.ant-table-row-expanded:after {
    content: "-"
}

.ant-table-row-collapsed:after {
    content: "+"
}

.ant-table-row-spaced {
    visibility: hidden
}

    .ant-table-row-spaced:after {
        content: "."
    }

.ant-table-row[class*=ant-table-row-level-0] .ant-table-selection-column > span {
    display: inline-block
}

tr.ant-table-expanded-row, tr.ant-table-expanded-row:hover {
    background: #fbfbfb
}

.ant-table .ant-table-row-indent + .ant-table-row-expand-icon {
    margin-right: 8px
}

.ant-table-scroll {
    overflow: auto;
    overflow-x: hidden
}

    .ant-table-scroll table {
        width: auto;
        min-width: 100%
    }

.ant-table-body-inner {
    height: 100%
}

.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
    position: relative;
    background: #fff
}

.ant-table-fixed-header .ant-table-body-inner {
    overflow: scroll
}

.ant-table-fixed-header .ant-table-scroll .ant-table-header {
    overflow: scroll;
    padding-bottom: 20px;
    margin-bottom: -20px
}

.ant-table-fixed-left, .ant-table-fixed-right {
    position: absolute;
    top: 0;
    overflow: hidden;
    transition: box-shadow .3s ease;
    border-radius: 0
}

    .ant-table-fixed-left table, .ant-table-fixed-right table {
        width: auto;
        background: #fff
    }

.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-outer .ant-table-fixed, .ant-table-fixed-header .ant-table-fixed-right .ant-table-body-outer .ant-table-fixed {
    border-radius: 0
}

.ant-table-fixed-left {
    left: 0;
    box-shadow: 6px 0 6px -4px rgba(0,0,0,.15)
}

    .ant-table-fixed-left .ant-table-header {
        overflow-y: hidden
    }

    .ant-table-fixed-left .ant-table-body-inner {
        margin-right: -20px;
        padding-right: 20px
    }

.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-inner {
    padding-right: 0
}

.ant-table-fixed-left, .ant-table-fixed-left table {
    border-radius: 6px 0 0 0
}

    .ant-table-fixed-left .ant-table-thead > tr > th:last-child {
        border-top-right-radius: 0
    }

.ant-table-fixed-right {
    right: 0;
    box-shadow: -6px 0 6px -4px rgba(0,0,0,.15)
}

    .ant-table-fixed-right, .ant-table-fixed-right table {
        border-radius: 0 6px 0 0
    }

        .ant-table-fixed-right .ant-table-expanded-row {
            color: transparent;
            pointer-events: none
        }

        .ant-table-fixed-right .ant-table-thead > tr > th:first-child {
            border-top-left-radius: 0
        }

.ant-table.ant-table-scroll-position-left .ant-table-fixed-left, .ant-table.ant-table-scroll-position-right .ant-table-fixed-right {
    box-shadow: none
}

.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td, .ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th, .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td, .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th, .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td, .ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th, .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td, .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th, .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td, .ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th, .ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td, .ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th, .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td, .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th, .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td, .ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th, .ant-table-middle > .ant-table-footer, .ant-table-middle > .ant-table-title {
    padding: 12px 8px
}

.ant-table-small {
    border: 1px solid #e8e8e8;
    border-radius: 6px
}

    .ant-table-small > .ant-table-footer, .ant-table-small > .ant-table-title {
        padding: 8px
    }

    .ant-table-small > .ant-table-title {
        border-bottom: 1px solid #e8e8e8;
        top: 0
    }

    .ant-table-small > .ant-table-content > .ant-table-body > table, .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table, .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table, .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table, .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table, .ant-table-small > .ant-table-content > .ant-table-header > table, .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table, .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table {
        border: 0;
        padding: 0 8px
    }

        .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td, .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td, .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td, .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td, .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td, .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td, .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td, .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td, .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th {
            padding: 8px
        }

        .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th, .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th {
            background: #fff;
            border-bottom: 1px solid #e8e8e8
        }

    .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table, .ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table, .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table, .ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table, .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table, .ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table {
        padding: 0
    }

    .ant-table-small > .ant-table-content .ant-table-header {
        background: #fff
    }

    .ant-table-small > .ant-table-content .ant-table-placeholder, .ant-table-small > .ant-table-content .ant-table-row:last-child td {
        border-bottom: 0
    }

    .ant-table-small.ant-table-bordered {
        border-right: 0
    }

        .ant-table-small.ant-table-bordered .ant-table-title {
            border: 0;
            border-bottom: 1px solid #e8e8e8;
            border-right: 1px solid #e8e8e8
        }

        .ant-table-small.ant-table-bordered .ant-table-content {
            border-right: 1px solid #e8e8e8
        }

        .ant-table-small.ant-table-bordered .ant-table-footer {
            border: 0;
            border-top: 1px solid #e8e8e8;
            border-right: 1px solid #e8e8e8
        }

            .ant-table-small.ant-table-bordered .ant-table-footer:before {
                display: none
            }

        .ant-table-small.ant-table-bordered .ant-table-placeholder {
            border-left: 0;
            border-bottom: 0
        }

        .ant-table-small.ant-table-bordered .ant-table-tbody > tr > td:last-child, .ant-table-small.ant-table-bordered .ant-table-thead > tr > th:last-child {
            border-right: none
        }

        .ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-tbody > tr > td:last-child, .ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-thead > tr > th:last-child, .ant-table-small.ant-table-bordered .ant-table-fixed-right {
            border-right: 1px solid #e8e8e8
        }

.ant-table-tbody > tr > td, .ant-table-thead > tr > th {
    word-break: keep-all;
    white-space: nowrap;
    height: 65px;
}

tbody.ant-table-tbody > tr > td {
    height: 20px !important;
}

.dataTables_scrollBody .ant-table-thead {
    visibility: hidden;
}

.width-cell-5 {
    width: 5%;
}

.width-cell-10 {
    width: 10%;
}

.width-cell-15 {
    width: 15%;
}

.width-cell-20 {
    width: 20%;
}

.width-cell-30 {
    width: 30%;
}

.width-cell-35 {
    width: 35%;
}

.width-cell-40 {
    width: 40%;
}

.width-cell-60 {
    width: 60%;
}

.width-cell-80 {
    width: 80%;
}

.width-cell-100 {
    width: 100%;
}

.width-cell-center {
    text-align: center !important;
}

.header-td-cell {
    font-weight: bold;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background: none !important;
}

.slicky-table-action {
    background: transparent;
    border: solid thin #ccc;
    border-radius: 20px;
    padding: 0 23px;
    height: 27px;
    font-weight: bold;
}

.dropdown-menu.rounded-0.g-font-size-12.show {
    left: 5px !important;
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.d-inline-block.btn-group.u-shadow-v19.ml-2.show {
    display: inline-block !important;
}

    .d-inline-block.btn-group.u-shadow-v19.ml-2.show a {
        display: block;
        text-align: center;
        font-size: 1.15em;
        padding: 5px 20px;
    }
