.webi-table-container {
    position: relative;
    display: block;
    width: 100%;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /*overflow-y: hidden;*/
    overflow-y: visible;
    /*    height: calc(100vh - 300px);*/
}

.webi-table-container.webi-table-message {
    text-align: center
}
.webi-table-container.webi-table-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    margin-top: -20px;
    height: 40px;
    text-align: center;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, 0.9)25%, rgba(255, 255, 255, 0.9)75%, rgba(255, 255, 255, 0)100%)
}
.webi-table-top, .webi-table-bottom {
    /*padding: 8px 10px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.webi-table-top.webi-table-selector, .webi-table-bottom.webi-table-selector {
    padding: 6px
}
.webi-table-top.webi-table-info, .webi-table-bottom.webi-table-info {
    margin: 7px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.webi-table-input {
    padding: 6px 12px
}
.webi-table-pagination ul {
    margin: 0;
    padding-left: 0
}
.webi-table-pagination ul li {
    list-style: none;
    float: left
}
.webi-table-pagination a, .webi-table-pagination span {
    border: 1px solid transparent;
    float: left;
    margin-left: 2px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    color: inherit
}
.webi-table-pagination a:hover {
    background-color:  #d9d9d9;
}
.webi-table-pagination.active a, .webi-table-pagination.active a:focus, .webi-table-pagination.active a:hover {
    background-color:  #d9d9d9;
    cursor: default;
}

.webi-table-pagination ul li.active {
    background-color:  #d9d9d9;
    cursor: default;
}

.webi-table-pagination.webi-table-ellipsis span {
    cursor: not-allowed
}
.webi-table-pagination.disabled a, .webi-table-pagination.disabled a:focus, .webi-table-pagination.disabled a:hover {
    cursor: not-allowed;
    opacity: 0.4
}
.webi-table-pagination.pager a {
    font-weight: bold
}
.webi-table-table {
    max-width: 100%;
    width: 100%;
    border-spacing: 0;    
}
.webi-table-table > tbody > tr > td, .webi-table-table > tbody > tr > th, .webi-table-table > tfoot > tr > td, .webi-table-table > tfoot > tr > th, .webi-table-table > thead > tr > td, .webi-table-table > thead > tr > th {
    vertical-align: top;
    padding: 2px 0px;
    white-space: nowrap;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: normal;
}
.webi-table-table > thead > tr > th, .webi-table-table > thead > tr > td {
    vertical-align: middle;
    text-align: left;
    border-bottom: 1px solid #d9d9d9;
    padding: 3px 18px 3px 2px;

}
.webi-table-table > tfoot > tr > th, .webi-table-table > tfoot > tr > td {
    vertical-align: bottom;
    text-align: left;
    border-top: 1px solid #d9d9d9;
}
.webi-table-table th {
    vertical-align: bottom;
    text-align: left
}
.webi-table-table th.webi-table-sorter {
    position: relative;
    cursor: pointer;
    padding-right: 20px
}

.hidden {
    display: none!important;
    opacity: 0!important
}

table.webi-table-table tr.row_shader_0 { background-color: #E2E4FF; }
table.webi-table-table tr.row_shader_1 { background-color: white; }

.webi-table-table th.webi-table-sorter::before, .webi-table-table th.webi-table-sorter::after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    right: 7px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    opacity: 0.2
}
.webi-table-table th.webi-table-sorter::before {
    border-top: 6px solid #fff;
    top: 18px
}
.webi-table-table th.webi-table-sorter::after {
    border-bottom: 6px solid #fff;
    border-top: 4px solid transparent;
    bottom: 22px
}
.webi-table-table th.webi-table-sorter.asc::after, .webi-table-table th.webi-table-sorter.desc::before {
    opacity: 0.6
}

.webi-table-info {
    font-size: 11px;
}

.webi-table-table tbody tr:hover {
    border: 1px solid black;
    background-color: #ffffde;
}

.webi-table-table tbody tr {
    border: 1px dotted #F5F5F5;
}

.webi-table-table tbody tr {
    /*background-color: #ffffff;*/
}

.webi-table-table td{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.webi-table-table tbody th, .webi-table-table tbody td {
    padding: 1px 1px;
    vertical-align: top;    
}

.webi-table-bottom {
    border-top: solid 1px gray;
}

.webi-table-wrapper {
    line-height: 20px!important;
}

.webi-table-table tbody td {
    white-space: pre-wrap;
}

/*.webi-table-table {
  overflow: auto;
  height: 100px;
}*/

/*.webi-table-container thead th {
  position: sticky!important;
  top: 0!important;
}*/

/*.webi-table-table > table {
    width: 100%;
}

.webi-table-table > table, td {
    border-collapse: collapse;
}

.webi-table-table > tbody {
    display: block; 
    max-height: 600px; 
    overflow-y: scroll;
    overflow-x: hidden;
}

.webi-table-table > thead {
    display: table; 
    width: calc(100% - 17px);
}

.webi-table-table > thead, .webi-table-table > tbody > tr {
    display: table;
    width: 99.99%;
    table-layout: fixed;
}

.webi-table-table > th > td {
    width: 33.33%;
    padding: 5px;
    word-break: break-all; 
}

.webi-table-table > tr {
    display: table; 
    width: 100%;
    box-sizing: border-box; 
}*/
