table {
    visibility: visible;
}

.table-bordered > tfoot > tr > td {
    white-space: nowrap;
    /*!*padding: 20px 16px 20px;*!*/
    /*!*border-left-color: transparent;*!*/
    /*!*border-right-color: transparent;*!*/
    /*!*border-bottom-color: #54bece;*!*/
    /*!*font-family: "Gravity-Book", sans-serif;*!*/
    line-height: 1;
}

.table-bordered > tfoot > tr > td:first-child {
    /*!*color: #54bece;*!*/
    /*!*font-size: 16px;*!*/
    /*letter-spacing: 0.025em;*/
    /*text-align: right;*/
    /*!*padding-right: 20px;*!*/
}

.table-bordered {
    /*border: none;*/
}

.table-striped > tbody > tr:nth-of-type(odd) {
    /*background: transparent;*/
}

.table-bordered > tbody > tr > td {
    vertical-align: middle;
    /*border-right-color: transparent;*/
    /*border-left-color: transparent;*/
    /*border-bottom-color: #f0f3f3;*/
    /*padding: 20px 16px 20px;*/
    /*color: #555555;*/
    /*font-family: "Gravity-Book", sans-serif;*/
    letter-spacing: 0.025em;
    max-width: 250px;
}

.table-bordered > tbody > tr > td a {
    /*font-family: "Gravity-Book", sans-serif;*/
}

.table-bordered > tbody > tr > td:first-child {
    /*padding-left: 0;*/
    /*white-space: nowrap;*/
}

.table-bordered > tbody > tr > td:first-child a {
    /*color: #4298cc;*/
    /*white-space: pre-wrap;*/
    /*word-break: break-all;*/
}

.box-header.with-border {
    /*border-bottom: none;*/
}

.table-bordered > thead > tr > th:first-child {
    /*padding-left: 0 !important;*/
}

.table-bordered > tbody > tr:last-child > td {
    /*border-bottom-color: #54bece;*/
}

.table > tbody > tr.danger > td {
    /*background: transparent;*/
}

table.table-bordered thead tr th {
    vertical-align: middle;
    /*border: none;*/
}

.table-bordered > thead > tr:last-child th {
    /*border-bottom: 2px solid #54bece;*/
    /*padding: 14px 40px 14px 8px;*/
    position: relative;
}

.table-bordered > thead > tr:last-child th:after {
    /*content: '';*/
    width: 1px;
    height: 75%;
    display: block;
    position: absolute;
    right: 0;
    top: 12%;
    background-color: #e5e9e9;
}

.table-bordered > thead > tr:first-child a:after {
    /*content: "\f3d4";*/
    display: block;
    font-family: "Ionicons", sans-serif;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 23px;
    font-size: 20px;
    color: #ccc;
    height: 28px;
    padding: 0;
}

.table-bordered > thead > tr:first-child a:before {
    /*content: "\f3d7";*/
    display: block;
    font-family: "Ionicons", sans-serif;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    font-size: 20px;
    color: #ccc;
    height: 28px;
}

.table-bordered > thead > tr:first-child a.asc:after {
    margin-top: -10px;
    color: #ccc;
}

.table-bordered > thead > tr:first-child a.asc:before {
    content: "\f3d7";
    color: #000;
}

.table-bordered > thead > tr:first-child a.desc:after {
    margin-top: -10px;
    color: #000;
}

.table-bordered > thead > tr:first-child a.desc:before {
    content: "\f3d7";
    color: #ccc;
}

.table-bordered > thead > tr > th {
    /*border-left: none;*/
    /*border-right: none;*/
    /*font-family: "GothaProReg", sans-serif;*/
    /*color: #555555;*/
    /*font-size: 14px;*/
    /*letter-spacing: 0.025em;*/
    /*font-weight: 100;*/
    /*position: relative;*/
    /*padding-right: 40px;*/
    /*max-width: 250px;*/
}

.table-bordered > thead > tr > th a {
    color: #555555;
    outline-width: 0;
}

.table-bordered > thead > tr > th:last-child:after {
    display: none;
}

.table-bordered > thead > tr > th:nth-child(n+2) {
    padding-left: 16px;
}

.table-bordered > thead > tr > th.e-th-middle {
    padding-right: 16px;
}

/*@media (max-width: 991px) {*/
/*.table-bordered > tbody > tr > td {*/
/*padding: 15px 0;*/
/*max-width: inherit;*/
/*!*border-top: none;*!*/
/*!*border-bottom: 1px solid #f0f3f3;*!*/
/*}*/
/*.table-bordered > tbody > tr > td:first-child {*/
/*!*border-bottom: 2px solid #54bece;*!*/
/*}*/
/*table.table-bordered tfoot {*/
/*display: none;*/
/*}*/
/*.table-bordered > tbody > tr > td:first-child a {*/
/*white-space: pre-wrap;*/
/*}*/
/*table.table-bordered thead tr + tr {*/
/*display: none;*/
/*}*/
/*table.table-bordered thead tr + tr th {*/
/*display: none;*/
/*}*/
/*table.table-bordered thead {*/
/*display: none;*/
/*}*/
/*table.table-bordered tbody td {*/
/*display: flex;*/
/*justify-content: space-between;*/
/*align-items: center;*/
/*white-space: pre-wrap;*/
/*!*word-break: break-all;*!*/
/*}*/
/*table.table-bordered tbody td span {*/
/*white-space: pre-line;*/
/*}*/
/*table.table-bordered tbody td:before {*/
/*content: attr(data-th);*/
/*display: inline-block;*/
/*max-width: 40%;*/
/*flex-basis: 40%;*/
/*!*word-break: break-all;*!*/
/*white-space: pre-line;*/
/*margin-right: 12px;*/
/*min-width: 120px;*/
/*}*/
/*.e-refs-table table.table-bordered tbody td:before {*/
/*content: attr(data-td);*/
/*display: inline-block;*/
/*max-width: 40%;*/
/*flex-basis: 40%;*/
/*!*word-break: break-all;*!*/
/*white-space: pre-line;*/
/*margin-right: 12px;*/
/*min-width: 120px;*/
/*}*/
/*.table-bordered > tbody > tr:last-child > td {*/
/*!*border-bottom: 1px solid #f0f3f3;*!*/
/*!*border-top: none;*!*/
/*!*word-break: break-all;*!*/
/*white-space: pre-line;*/
/*}*/
/*.table-bordered > tbody > tr:last-child > td:first-child {*/
/*!*border-bottom: 2px solid #54bece;*!*/
/*}*/
/*tbody tr td:last-child {*/
/*margin-bottom: 26px;*/
/*white-space: pre-wrap;*/
/*!*word-break: break-all;*!*/
/*}*/
/*.e-mobile-none {*/
/*display: none !important;*/
/*}*/
/*}*/
