﻿#char-table tbody tr:hover {
    cursor: pointer;
}

#char-table tbody tr.active {
    background-color: #3e74e7;
    color: #fff;
}

#char-table tbody tr.late-update {
    color: red;
}

/*.char-stats {
    display: none;
}*/

#inventory-totals-table .icon-overlay, #inventory-item-header .icon-overlay, #search-results-list .icon-overlay, #recent-drops-list .icon-overlay, #inventory-results-list .icon-overlay, .storage-items .icon-overlay, .inventory-items .icon-overlay, .pet-inventory-items .icon-overlay, .inventory-equipped-items .icon-overlay {
    position: absolute;
    color: #fff;
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
    font-size: 12px;
}

#inventory-totals-table span.item-quantity, #inventory-item-header span.item-quantity, #search-results-list span.item-quantity {
    top: -2px;
    left: 3px;
}

#inventory-results-list span.item-quantity {
    top: 3px;
    left: 3px;
}

#inventory-totals-table span.item-degree, #inventory-item-header span.item-degree, #search-results-list span.item-degree, #inventory-results-list span.item-degree {
    bottom: -1px;
    left: 3px;
}

#recent-drops-list span.item-degree {
    bottom: 0px;
    left: 4px;
}

#search-results-list span.item-quantity {
    top: 2px;
    left: 3px;
}

#search-results-list span.item-degree {
    bottom: 2px;
    left: 3px;
}

.storage-items span.item-degree, .inventory-items span.item-degree, .pet-inventory-items span.item-degree {
    bottom: -4px;
    left: 4px;
    font-size: 10px;
    font-weight: 500;
}

.storage-items span.item-quantity, .inventory-items span.item-quantity, .pet-inventory-items span.item-quantity, .inventory-equipped-items span.item-quantity {
    top: -1px;
    left: 1px;
    font-size: 10px;
    font-weight: 500;
}

#inventory-totals-table tbody tr:hover {
    cursor: pointer;
}

#inventory-gold-cont img {
    margin-top: -5px;
    height: 31px;
}

#inventory-gold-cont input {
    background: #000;
    height: 31px;
    color: #fff;
    padding: 0px 10px;
    text-align: right;
}

#inventory-gold-cont {
    cursor: pointer;
}

.inventory-gold {
    color: #fff;
    text-align: right;
}

.billions {
    color: #b8bbff !important;
}

.hundred-millions {
    color: #eba1ff !important;
}

.ten-millions {
    color: #ff9aa1 !important;
}

.millions {
    color: #ffad5c !important;
}

.hundred-thousands {
    color: #ffd348 !important;
}

.ten-thousands {
    color: #fffa85 !important;
}

#search-results {
    display: none;
    position: absolute;
    top: 70px;
    /* left: 20px; */
    z-index: 1000;
    margin-left: -28px;
}

.storage-icon {
    margin-right: 10px;
}

    .storage-icon.warn {
        color: #ffc107;
    }

    .storage-icon.show {
        display: inline-block;
    }

    .storage-icon.hide {
        display: none;
    }

/*        span.rare-weapon {
            position: absolute;
            left: 12px;
            top: 10px;
        }*/
.rare-item > span.rare {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 32px;
    height: 32px;
    background: url(/img/itemplus.webp) left top;
    -webkit-animation: play 1.4s steps(32) infinite;
    -moz-animation: play 1.4s steps(32) infinite;
    -ms-animation: play 1.4s steps(32) infinite;
    -o-animation: play 1.4s steps(32) infinite;
    animation: play 1.4s steps(32) infinite;
}

.storage-item.rare-item > span.rare, .inventory-item.rare-item > span.rare {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 28px;
    height: 28px;
}

#quick-drop-filters, .quick-inventory-filters {
    display: inline-block;
    border-right: 1px solid rgba(26, 54, 126, 0.125);
    margin-right: 15px;
}

.quick-drop-filter, .quick-inventory-filter {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
}

#sox-quick-filter, .sox-quick-inv-filter {
    position: relative;
}

#sox-quick-filter i, .sox-quick-inv-filter i {
    color: #fff;
}

#sox-quick-filter > span.rare, .sox-quick-inv-filter > span.rare {
    position: absolute;
    left: 2px;
    top: 1px;
    width: 32px;
    height: 32px;
    background: url(/img/itemplus_white.webp) left top;
    -webkit-animation: play 1.8s steps(32) infinite;
    -moz-animation: play 1.8s steps(32) infinite;
    -ms-animation: play 1.8s steps(32) infinite;
    -o-animation: play 1.8s steps(32) infinite;
    animation: play 1.8s steps(32) infinite;
}

.char-quick-filter {
    display: block;
}

.char-quick-filter > .widget-content-left {
    border: 3px solid transparent;
    width: 38px;
    height: 38px;
    margin: 0 auto;
}

    .char-quick-filter > .widget-content-left:hover {
        /*box-shadow: inset 0 0 0 3px #3f6ad8;*/
        /*border: 3px solid #3f6ad8 !important;*/
        border: 3px solid #794c8a !important;
        border-radius: 32px;
    }

    .char-quick-filter > span {
        position: absolute;
        top: 25%;
        text-align: right;
        right: 43px;
        opacity: 0.5;
        font-weight: bold;
    }

.char-quick-filter:active{
    scale: 1.1;
}

#char-quick-filters {
    position: absolute;
    right: 10px;
    opacity: 0.5;
    width: 60px;
    /* height: 100%; */
    background: #cacaca80;
    border-radius: 30px;
    padding: 10px;
    border: 1px solid #cfcfcf;
}

#char-quick-filters:hover {
    opacity: 1;
}

.item-stats {
    color: #fff;
    z-index: 80;
    position: absolute;
    left: 34px;
    top: 3px;
    width: 210px;
    background: rgba(88, 98, 170, .85);
    border: 2px solid #303d4d;
    padding: 5px;
    display: none;
    line-height: 18px;
    font-size: 10px;
}

.locked .storage-cont[data-type="Guild Storage"] {
    background: url('/img/ui-images/gs-preview.jpg') !important;
}

.locked .storage-cont[data-type="Storage"] {
    background: url('/img/ui-images/storage/preview.jpg') !important;
}

    .locked .storage-cont > *:not(.feature-locked) {
        display: none;
    }

.locked .inventory-cont {
    background: url('/img/ui-images/inventory/preview.jpg') !important;
}

    .locked .inventory-cont > *:not(.feature-locked) {
        display: none;
    }

.locked .pet-inventory-cont {
    background: url('/img/ui-images/pet-inventory/preview.jpg') !important;
}

    .locked .pet-inventory-cont > *:not(.feature-locked) {
        display: none;
    }

.storage-cont {
    position: relative;
    background: url('/img/ui-images/storage/storage.png');
    color: #fff;
    width: 253px;
    height: 308px;
}

    .storage-cont .storage-title {
        position: absolute;
        top: 5px;
        text-align: center;
        width: 100%;
    }
    .storage-cont .storage-subtitle {
        position: absolute;
        top: 38px;
        text-align: center;
        width: 100%;
    }

    .storage-cont .storage-pager {
        position: absolute;
        top: 245px;
        left: 101px;
        width: 100px;
    }

        .storage-cont .storage-pager .storage-pager-bg {
            margin-top: 6px;
            margin-left: 3px;
            width: 41px;
            height: 13px;
            background-color: #000;
        }

        .storage-cont .storage-pager .storage-pager-nav {
            position: absolute;
            top: 0;
            left: 0;
        }

            .storage-cont .storage-pager .storage-pager-nav .storage-page-num {
                vertical-align: middle;
            }

    .storage-cont .total-gold-lbl {
        position: absolute;
        top: 277px;
        left: 13px;
        width: 100%;
    }

    .storage-cont .total-gold-amount {
        position: absolute;
        top: 277px;
        right: 52px;
        text-align: right;
        font-size: 13px;
    }

    .storage-cont .total-gold-lbl-2 {
        position: absolute;
        top: 277px;
        left: 209px;
        width: 100%;
    }

    .storage-cont .storage-items {
        position: absolute;
        top: 74px;
        left: 21px;
    }

.inventory-item, .storage-item, pet-inventory-item {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
}

.inventory-cont {
    position: relative;
    background: url('/img/ui-images/inventory/inventory.png');
    color: #fff;
    width: 343px;
    height: 405px;
}

    .inventory-cont .inventory-title {
        position: absolute;
        top: 5px;
        text-align: center;
        width: 100%;
    }

    .inventory-cont .inventory-pager {
        position: absolute;
        top: 39px;
        left: 11px;
        width: 100px;
    }

        .inventory-cont .inventory-pager .inventory-page-tab {
            position: absolute;
            font-size: 12px;
            top: -1px;
            z-index: 1;
            width: 52px;
            height: 22px;
            line-height: 22px;
            cursor: pointer
        }

            .inventory-cont .inventory-pager .inventory-page-tab span {
                top: 0px;
                display: block;
                position: absolute;
                width: 100%;
                color: #fff;
                line-height: 25px;
            }

            .inventory-cont .inventory-pager .inventory-page-tab.active span{
                font-weight: bold;
            }

            .inventory-cont .inventory-pager .inventory-page-tab1 {
                left: 5px;
                text-align: center;
            }
            .inventory-cont .inventory-pager .inventory-page-tab2 {
                left: 62px;
                text-align: center;
            }
            .inventory-cont .inventory-pager .inventory-page-tab3 {
                left: 118px;
                text-align: center;
            }

        .inventory-cont .inventory-pager .inventory-active-page {
            position: absolute;
            left: 5px;
            text-align: center;
            z-index: 0;
        }

    .inventory-cont .total-gold-lbl {
        position: absolute;
        top: 277px;
        left: 13px;
        width: 100%;
    }

    .inventory-cont .total-gold-amount {
        position: absolute;
        top: 370px;
        right: 195px;
        text-align: right;
        font-size: 13px;
    }

    .inventory-cont .total-gold-lbl-2 {
        position: absolute;
        top: 369px;
        left: 156px;
        width: 100%;
    }

    .inventory-cont .inventory-items {
        position: absolute;
        top: 78px;
        left: 31px;
    }

    .inventory-cont .inventory-equipped-items {
        position: absolute;
        top: 51px;
        left: 204px;
    }

.pet-inventory-cont {
    position: relative;
    background: url('/img/ui-images/pet-inventory/pet-inventory.png');
    color: #fff;
    width: 310px;
    height: 318px;
}

    .pet-inventory-cont .pet-inventory-title {
        position: absolute;
        top: 5px;
        text-align: center;
        width: 100%;
    }

    .pet-inventory-cont .pet-inventory-subtitle {
        position: absolute;
        top: 71px;
        text-align: center;
        width: 100%;
        font-size: 12px;
    }

    .pet-inventory-cont .pet-inventory-pager {
        position: absolute;
        top: 265px;
        left: 131px;
        width: 100px;
    }

        .pet-inventory-cont .pet-inventory-pager .pet-inventory-pager-bg {
            margin-top: 6px;
            margin-left: 3px;
            width: 41px;
            height: 13px;
            background-color: #000;
        }

        .pet-inventory-cont .pet-inventory-pager .pet-inventory-pager-nav {
            position: absolute;
            top: 0;
            left: 0;
        }

            .pet-inventory-cont .pet-inventory-pager .pet-inventory-pager-nav .pet-inventory-page-num {
                vertical-align: middle;
            }

    .pet-inventory-cont .pet-inventory-items {
        position: absolute;
        top: 96px;
        left: 33px;
    }

    .pet-inventory-cont .pet-inventory-tabs {
        position: absolute;
        top: 41px;
        left: 20px;
        width: 100px;
    }

    .pet-inventory-cont .pet-inventory-icon-cont {
        position: absolute;
        top: 41px;
        left: 9px;
    }

        .pet-inventory-cont .pet-inventory-icon-cont .pet-inventory-icon-slot {
            position: absolute;
            top: 201px;
            left: 20px;
        }

        .pet-inventory-cont .pet-inventory-icon-cont .pet-inventory-icon {
            position: absolute;
            top: 213px;
            left: 32px;
        }

    .pet-inventory-cont .pet-inventory-name {
        position: absolute;
        top: 245px;
        right: 30px;
        font-size: 12px;
        text-align: right;
    }

    .pet-inventory-cont .pet-inventory-time {
        position: absolute;
        top: 266px;
        right: 30px;
        text-align: right;
        font-size: 12px;
    }

.minimap-cont {
    position: relative;
    width: 140px;
    height: 184px;
    color: #fff;
    margin: 0 auto;
}

    .minimap-cont .minimap-frame {
        z-index: 1;
        position: absolute;
    }

    .minimap-cont .minimap-bg {
        position: absolute;
        top: 43px;
        left: 0px;
        z-index: 0;
        width: 90%;
    }

    .minimap-cont .minimap-marker {
        position: absolute;
        top: 100px;
        left: 56px;
    }

    .minimap-cont .minimap-zone {
        position: absolute;
        top: 6px;
        left: 0px;
        width: 90%;
        text-align: center;
        z-index: 1;
        font-size: 12px;
        white-space: nowrap;
    }

    .minimap-cont .minimap-x {
        position: absolute;
        top: 29px;
        left: 5px;
        z-index: 1;
        font-size: 11px;
        width: 59px;
        text-align: center;
        white-space: nowrap;
    }

    .minimap-cont .minimap-y {
        position: absolute;
        top: 29px;
        left: 67px;
        z-index: 1;
        font-size: 11px;
        width: 56px;
        text-align: center;
        white-space: nowrap;
    }

span.inv-update-mode-info {
    display: none;
    text-transform: none;
    line-height: 30px;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    margin-bottom: 10px;
}

.inventory-last-update {
    display: block;
    text-transform: none;
    line-height: 30px;
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    bottom: -29px;
    width: 250px;
    transform-origin: top left;
}

.inventory-item.open:hover, .storage-item.open:hover, .pet-inventory-item.open:hover {
    z-index: 20;
}

.inventory-item.open:hover > .slot-item-info, .storage-item.open:hover > .slot-item-info, .pet-inventory-item.open:hover > .slot-item-info {
    display: block
}

.slot-item-info {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #6b84ce;
    border-radius: 2px;
    background-color: rgb(25 33 66 / 90%);
    min-width: 200px;
    padding: 5px;
    z-index: 15;
    font-size: 12px;
    opacity: 1;
}
    .slot-item-info span{
        display: block;
    }

    .slot-item-info .name {
        display: inline;
        font-weight: bold;
        margin-left: 5px;
        vertical-align: middle;
    }

    .slot-item-info .sox {
        font-weight: bold;
        color: #eeda50;
    }

    .slot-item-info .item-type, .slot-item-info .degree {
        color: #e1dbd1;
    }

    .slot-item-info .stats, .slot-item-info .level, .slot-item-info .race {
        color: #fff;
    }

    .slot-item-info .stats{
        
    }

    .slot-item-info .blues {
        font-weight: bold;
        color: #46bbcb;
    }

    .slot-item-info .reds {
        font-weight: bold;
        color: #ff4a4a;
    }

    .slot-item-info > .adv {
        font-weight: bold;
        color: #fff;
    }

.item-icon.highlight{
    z-index: 10;
}

.dim-nonmatches .item-icon:not(.highlight):has(~ .highlight) img, .dim-nonmatches .item-icon.highlight ~ :not(.highlight) img {
    opacity: 0.5;
}

.dim-nonmatches-btn i {
    /*color: yellow;*/
}

    .dim-nonmatches .dim-nonmatches-btn i { 
        opacity: 0.5;
    }

.item-icon.highlight > img {
    outline: 3px solid yellow;
}

@keyframes pulsingAnimation {
    0% {
        opacity: 0.8;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 0.8;
    }
}

.item-lattice.loading {
    opacity: 0.8;
    animation: pulsingAnimation 1.3s infinite;
}

#recent-drops-list .list-group-item:first-child{
    padding-top: 0px;
}

#silk-total-cont {
    background: url(/img/ui-images/silk_bg.png);
    color: #fff;
    font-weight: 400 !important;
    padding: 2px 14px;
    border: 4px solid #23221c;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
}

    #silk-total-cont > span:not(:last-child) {
        margin-right: 14px;
        border-right: 1px solid rgb(255 255 255 / 50%);
        padding-right: 20px;
    }

    #silk-total-cont > span > img {
        margin-left: 5px;
    }

    #silk-total-cont > button {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

#silk-totals-row {
    font-weight: bold;
    border-top: 2px solid #222;
    font-style: italic;
}

.char-tab-location {
    padding: 10px 20px 0px 20px;
}

.char-tab-location > div {
    display: table-row;
}

    .char-tab-location > div > img {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: table-cell;
        border: 2px solid #0000009e;
    }

    .char-tab-location > div > span {
        display: table-cell;
        vertical-align: middle;
        font-size: 11px;
        padding-left: 10px;
        font-weight: 500;
        width: 100px;
    }

.saved-filter-default {
    vertical-align: middle;
}

.char-tab-model{
    outline: 3px solid;
}

.hpmp {
    outline: 1px solid #222;
    width: 90px;
    height: 5px;
    border-radius: 1px;
    background-color: #222;
}

.char-tab-avatar {
    position: relative;
}

    .char-tab-avatar .dead-overlay {
        display: none;
        position: absolute;
        left: 0px;
        top: 0px;
        opacity: 0.4;
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.inventory-matches-cont {
    display: none;
}

    .inventory-matches-cont .inventory-filter-page-match {
        position: relative;
        width: 30px;
        height: 30px;
        opacity: 0.9;
        display: inline-block;
        cursor: pointer;
    }

        .inventory-matches-cont .inventory-filter-page-match:hover > i {
            color: #4d3058 !important;
        }

        .inventory-matches-cont .inventory-filter-page-match > i {
            font-size: 30px;
        }

        .inventory-matches-cont .inventory-filter-page-match > span {
            position: absolute;
            top: -2px;
            width: 100%;
            height: 100%;
            left: 3px;
            text-align: center;
            line-height: 30px;
            display: block;
            color: #fff;
            font-weight: bold;
        }

    .inventory-matches-cont .page-match-header {
        margin-left: 5px;
        font-weight: bold;
        font-size: 13px;
    }

.char-tab-card.late-update > .card-header {
    /*background-color: #d9255050;*/
}

.char-tab-card.late-update .char-row-lastupdate {
    font-weight: bold;
    color: #d92550;
}

.char-tab-card.late-update .char-tab-caret {
    font-weight: bold;
    color: #d92550;
}

.char-tab-status .badge {
    min-width: 128px;
}

.char-tab-count-label {
    display: flex;
    font-size: 10px;
    font-weight: bold;
    opacity: 0.4;
    margin-bottom: 2px;
    width: 46px;
    height: 15px;
    justify-content: center;
    align-items: flex-end;
}

.alert-timestamp {
    font-weight: bold;
    opacity: 0.5;
    margin-right: 2px;
    margin-bottom: 2px;
    display: block;
    text-align: right;
}

#search-loading {
    display: none;
}

.loading #search-loading {
    display: inline-block;
}

/*#search-results-list tr:last-child{
    padding-bottom: 35px;
}*/

#search-results-list {
    margin-bottom: 35px !important;
}

.inventory-cont, .pet-inventory-cont {
    transform-origin: top left;
}

.inv-update-mode-cont{
    
}

.inv-update-mode-cont label {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 2px
}

.quest-completed {
    color: #3ac47d !important;
}

.objective-completed {
    color: #3ac47d !important;
}