.jlist {
    height: calc(100% - 35px);
    width: calc(100% - 24px);
    margin-left: 20px;
    box-sizing: border-box;
    position: relative;
}

.jlist .jlist-information {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 1px;
    color: white;
    font-size: 11pt;
    font-weight: 400;
}

.jlist ::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}

.jlist ::-webkit-scrollbar-thumb {
    background: rgba(203, 203, 203, 0.62);
    border-radius: 15px;
}

.jlist .jlist-container {
    width: 100%;
    transform: rotateX(180deg);
    overflow: scroll;
}
.jlist .jlist-container .jlist-table {
    direction: rtl;
    transform: rotateX(180deg);
    width: 100%;
    cursor:pointer;
    font-size:10pt;
    margin-top:10px;
    margin-bottom:10px;
    text-align: center;
    border-collapse:collapse;
}
.jlist .jlist-container .jlist-table a {
    background: none;
}
.jlist .jlist-container .jlist-table tr {
    height: 35px;
    width: 100%;
    display: table;
}
.jlist .jlist-container .jlist-table .jlist-table-thead {
    border-radius: 5px 5px 0px 0px;
    padding: 5px 13px 4px 13px !important;
}
.jlist .jlist-container .jlist-table .jlist-table-thead, .jlist-table-tbody {
    display: block;
    box-sizing: border-box;
}
.jlist .jlist-container .jlist-table .jlist-table-thead .sort-btn {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    margin-bottom: -2px;
}
.sort-btn-normal {
    content: url("images/sort.png");
}
.sort-btn-desc {
    content: url("images/desc.png");
}
.sort-btn-asc {
    content: url("images/asc.png");
}
.jlist .jlist-container .jlist-table .jlist-table-thead th {
    color:#fff;
    text-align: center;
}
.jlist .jlist-container .jlist-table .jlist-table-tbody {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 13px;
}
.jlist .jlist-container .jlist-table .jlist-table-tbody tr:hover {
    color: #FFFFFF !important;
}

.jlist .jlist-search {
    min-width: 130px;
    position: absolute;
    background: #000000;
    font-size: 10pt;
    color: white;
    padding: 9px;
    border-radius: 5px;
    width: 220px;
    z-index: 2;
}

.jlist .jlist-search:hover {
    /*opacity: 0.6;*/
}

.jlist .jlist-search input {
    padding-left: 5px;
    font-size: 10pt;
    height: 30px;
    width: 96%;
    border: none;
    outline: none;
    margin: 0px !important;
    border-radius: 5px;
    float: left;
}

.jlist .jlist-search select {
    width: 40%;
    margin-left: 3%;
    cursor: pointer;
    outline: none;
    font-size: 10pt;
    color: black;
    height: 29px;
    background: white;
    border-radius: 0px;
    border: none;
}

.jlist .jlist-search .drag-img {
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    margin-top: 4px;
    cursor: grab;
}

.jlist .jlist-search .advance-img {
    height: 18px;
    width: 18px;
    position: absolute;
    right: 0px;
    top: 13px;
    cursor: pointer;
    content: url(/submodules/common/jlib/JList/images/more_icon_w.png);
}

.jlist .jlist-search .advance-img:hover {
    content : url('/submodules/common/jlib/JList/images/more_icon_f.png');
}

.jlist .jlist-search .advanced-search {
    content : url('/submodules/common/jlib/JList/images/more_icon_f.png');
}

.jlist-top {
    white-space: nowrap;
    overflow-x: auto;
    text-align: right;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding: 20px 20px 0px 20px;
}

.jlist-top .active {
    pointer-events: none;
    max-width: 180px;
    width: auto;
    font-size: 14pt;
    color: #ffffff;
    margin-top: 5px;
    border: none;
    padding: 0px;
    border-bottom: 2px solid #ff6200;
}

.jlist-top .active b {
    font-size: 18pt;
    font-weight: 400;
}

.jlist-top h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 8%;
    max-width: 108px;
    cursor: pointer;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 10pt;
    font-weight: 300;
    color: #797979;
    box-sizing: border-box;
    float: left;
}

.jlist-top h3 b {
    font-size: 12pt;
    font-weight: 400;
    margin-right: 5px;
}

.jlist-top h3:hover {
    color: #dedede;
}

.jlist-top .rightbtn {
    float: right;
    height: 36px;
    width: auto;
    background: #2E2E2E;
    padding: 0px 15px 0px 15px;
    border-radius: 4px;
    margin-left: 5px;
    border: 1px solid #222222;
}

.jlist-top .rightbtn a {
    color: #89898b;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
    font-size: 12px;
    font-weight: 400;
}

.jlist-top .rightbtn img {
    height: 20px;
    float: left;
    width: 18px;
}

.jlist-top .rightbtn input {
    width: 80% !important;
    outline: none;
    border: none;
    background: #2E2E2E;
    border-bottom: 1px solid #cccccc;
    height: 24px;
    color: white;
    margin-left: 10px;
}

.jlist-top .advanced-search {
    background: #000000;
}

.jlist-loader {
    float: left;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #1b1b1b;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#jlist-export-table {
    display: none;
}

#jlist-export-table tr td {
    color: black !important;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.jlist-td-data{
    text-overflow: ellipsis;
    overflow: hidden;
}

.jlist-table{
    table-layout: fixed;
}

.page-body .sort-list-area{
    position: absolute;
    display: flex;
    width: auto;
    height: auto;
    border: 1px #737373 solid;
    background: #2E2E2E;
    color: white;
    border-radius: 5px;
    flex-direction: column;
}

.page-body .sort-list-area .filter-list-item, #filter-list-reset-item{
    display: flex;
    width: 90px;
    height: 25px;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    background: rgb(46, 46, 46);
    padding: 3px 0;
    cursor: pointer;
}

.page-body .sort-list-area .filter-list-item:hover,#filter-list-reset-item:hover{
    background: rgb(92, 92, 92);
}

#jList-background-area{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}
