input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

.jlistr {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

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

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

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

.jlistr .nav-var-area{
    z-index: 1;
    position: relative;
    width: 100%;
    height: 40px;
    justify-content: flex-start;
    line-height: 40px;
}

.jlistr .nav-var-area .product-select{
    margin-right: 10px;
    margin-bottom: 3px;
    padding: 3px;
    border-radius: 3px;
    background-color: #666666;
    color: white;
}

.jlistr .nav-var-area .total-information{
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.19px;
    color: #ffffff;
}
.jlistr .jlistr-container {
    width: 100%;
    overflow: scroll;
}
.jlistr .jlistr-container .jlistr-table {
    width: 100%;
    cursor:pointer;
    font-size:10pt;
    text-align: center;
    border-collapse:collapse;
    position: relative;
}
.jlistr .jlistr-container .jlistr-table a {
    background: none;
}
.jlistr .jlistr-container .jlistr-table tr {
    height: 35px;
    width: 100%;
    display: table;
}
.jlistr .jlistr-container .jlistr-table .jlistr-table-thead {
    background: #000000;
    border-bottom: 1px solid white;
    border-radius: 5px 5px 0px 0px;
    padding: 5px 13px 4px 13px !important;
    position: relative;
    top:0px;
    z-index: 3;
    position: relative;
}
.jlistr .jlistr-container .jlistr-table .jlistr-table-thead, .jlistr-table-tbody {
    display: block;
    box-sizing: border-box;
}
.jlistr .jlistr-container .jlistr-table .jlistr-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");
}
.jlistr .jlistr-container .jlistr-table .jlistr-table-thead th {
    color: #FFFFFF !important;
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.jlistr .jlistr-container .jlistr-table .jlistr-table-tbody {
    background: rgb(54, 54, 54);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px 13px 4px 13px;
}
.jlistr .jlistr-container .jlistr-table .jlistr-table-tbody tr:hover {
    color: rgb(250, 100, 0) !important;
}

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

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

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

.jlistr .jlistr-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;
}

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

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

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

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

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

.jlistr-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;
}

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

.jlistr-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;
}

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

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

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

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

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

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

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

.jlistr-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;
}

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

#jlistr-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); }
}

.jlistr-td-data{
    text-overflow: ellipsis;
    overflow: auto;
}

.jlistr-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);
}

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


.mini-popup {
    position:absolute;
    margin: 20px;
    width: auto;
    height: auto;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 #000000;
    border: solid 1px #979797;
    background-color: #353535;
    z-index: 100;
    padding: 5px 0px;
    flex-direction: column;
}
.mini-popup:after {
    border-top: 0px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #353535;
    content:"";
    position:absolute;
    top:-10px;
    left:30px;
}

.mini-popup:before {
    content: "";
    position: absolute;
    top: -11px;
    left: 28px;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #979797 transparent;
    border-top: 0px solid transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #979797;
    display: block;
    width: 0;
}

.mini-popup .mini-popup-row{
    width: max-content;
    height: auto;
    padding: 5px 20px;
    text-align: center;
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.17px;
    color: white;
    cursor: pointer;
}

.mini-popup .mini-popup-row:hover{
    color: #0091ff;
    background-color: black;
}

.nav-var-btn{
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.19px;
    margin: 5px 6px;
    padding: 5px;
    border-radius: 3px;
    float: right;
    cursor: pointer;
    color: rgb(0, 144, 255);
    border: 1px solid rgb(0, 144, 255);
}
.nav-var-btn:hover{
    color: white;
    background: rgb(0, 144, 255);
}
