﻿.dp-item-properties ul, .dp-item-properties div {
    margin-top: 10px !important;
}

    .dp-item-properties ul li {
        margin: 1px 0 !important;
        text-align: left;
    }

.dp-item-properties p {
    margin: 0 !important;
}

.dp-item-properties .indent {
    padding-left: 18px !important;
}

.dp-item-properties .value {
    color: #ded2ab;
}

.dp-item-properties .item-armor-weapon .dps {
    font-size: 175%;
    line-height: 100%;
}

.dp-item-properties .item-requirement {
    color: #A99877;
}

.dp-item-properties .dp-color-blue .value {
    color: #bda6db !important;
}

.dp-item-properties .dp-color-gold .value {
    color: white !important;
}

.dp-item-properties .item-type, .dp-item-properties .item-type-right {
    margin-top: 0 !important;
}

.dp-item-properties .item-type-right {
    float: right;
    text-align: right;
}

.dp-item-properties .item-before-effects {
    display: none;
}

.dp-item-properties .item-effects li {
    padding-left: 16px !important;
    background: url("images/icons/bullet.gif") 2px 6px no-repeat;
}

    .dp-item-properties .item-effects li.empty-socket {
        background: url("images/item/empty-socket.png") 0 center no-repeat;
    }

.dp-item-properties .item-effects .gem-effect {
    color: white;
}

.dp-tooltip-wrapper {
    padding: 1px !important;
    opacity: 0.95;
    position: absolute;
    z-index: 2147483647;
    /* Purely informational — it must never intercept clicks meant for whatever is underneath
       it, since it's positioned right next to (and can overlap) the hovered link itself, at the
       maximum possible z-index. Without this, clicking a link while its tooltip was showing hit
       the tooltip box instead (this broke the Alt+G quickjump palette's result rows). */
    pointer-events: none;
}

.dp-tooltip-wrapper-inner {
    background: transparent;
}

.dp-tooltip .title, .dp-tooltip .subtitle {
    font-family: "Palatino Linotype", "Georgia", "Times", serif;
    color: #F3E6D0;
    font-weight: normal;
    margin-bottom: 6px !important;
}

.dp-tooltip .title {
    font-size: 18px;
}

.dp-tooltip .subtitle {
    font-size: 14px;
    text-transform: uppercase;
}

.dp-tooltip .special {
    color: #AD835A;
}

.dp-tooltip .subtle {
    color: #7B6D55;
    display: block;
}

    .dp-tooltip .subtle em {
        color: #AD835A;
        font-weight: bold;
        font-style: normal;
    }

.dp-tooltip .flavor {
    font-size: 16px;
    color: #AD835A;
    font-family: "Palatino Linotype", "Times", serif;
    font-style: italic;
}

.dp-tooltip .tip {
    border-bottom: 0;
}

.dp-tooltip .tooltip-icon-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: middle;
    background: url("images/icons/bullet.gif") no-repeat;
}

.dp-tooltip p {
    margin: 10px 0 0 0 !important;
}

    .dp-tooltip p:first-child {
        margin-top: 0 !important;
    }

.dp-tooltip .loading {
    display: block;
    width: 32px;
    height: 32px;
    background: url("https://static.divine-pride.net/images/loader.gif") no-repeat center center;
}

.dp-tooltip .wip {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 33%;
    width: 350px;
    text-align: center;
    font-size: 28px;
    font-family: "Palatino Linotype", "Georgia", "Times", serif;
    text-transform: uppercase;
    color: #A99877;
    opacity: 0.25;
    filter: alpha(opacity=25);
    line-height: 100%;
}

.dp-tooltip {
    padding: 2px !important;
    font: normal 12px/1.5 Arial, sans-serif;
}

    .dp-tooltip * {
        margin: 0 !important;
        padding: 0 !important;
        background: none;
    }

    .dp-tooltip ul {
        list-style-type: none;
    }

    .dp-tooltip .dp-tooltip-head h3 {
        color: #000000;
        font-size: 16px;
        height: 28px;
        line-height: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: left;
    }

.dp-tooltip-item .dp-tooltip-head {
    height: 25px;
    width: 278px;
    padding: 0px 15px !important;
    background: url("https://static.divine-pride.net/images/ui/collection_header.png") no-repeat;
}

.dp-tooltip-skill .dp-tooltip-head {
    height: 45px;
    width: 278px;
    padding: 0px 20px !important;
    background: url("https://static.divine-pride.net/images/ui/skillcollection_header.png") no-repeat;
}

.dp-tooltip .dp-tooltip-foot {
    height: 7px;
    width: 278px;
    padding: 0px 15px !important;
    background: url("https://static.divine-pride.net/images/ui/collection_foot.png") no-repeat;
}

.dp-tooltip .dp-tooltip-body {
    position: relative;
    padding: 10px !important;
    max-width: 258px !important;
    width: 258px !important;
    min-height: 100px;
    background: url("https://static.divine-pride.net/images/ui/collection_line.png");
    box-sizing: content-box;
    /* Text without its own ^RRGGBB color code (RO's "^000000" convention resets to the
       surrounding element's default color rather than literal black) otherwise inherits
       whatever text color the embedding page currently has — illegible on this tooltip's light
       parchment texture when that page is dark-themed (e.g. this site's dark/dark-blue/cotton
       candy themes), since collection_line.png is unaffected by the host page's theme. */
    color: #2b2013;
}

.dp-tooltip-skill .dp-tooltip-body {
    background-position: 1px;
}

.dp-tooltip-item .dp-icon-item {
    float: left;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}

.dp-tooltip-skill .dp-icon-skill {
    float: left;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}

/* icons */
.dp-icon-item {
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}

/* items */
.dp-icon-item {
    border: 1px solid black;
    background: no-repeat left top;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

    .dp-icon-item .icon-item-inner {
        display: block;
        background: no-repeat center center;
        border: 1px solid black;
        font-size: 1px;
        line-height: normal;
        text-align: center;
        overflow: hidden;
    }

.dp-icon-item-large .icon-item-default {
    width: 75px;
    height: 100px;
}
/* white */
.dp-icon-item-white {
    border-color: #2d1c0f;
    border-right-color: #382213;
    border-bottom-color: #402715;
}

a:hover .dp-icon-item-white, .hover .dp-icon-item-white, .icon-active .dp-icon-item-white {
    border-color: #4b2e19;
}

/* skills */
.dp-tooltip-skill-icon {
    float: left;
    width: 32px;
    height: 32px;
    position: relative;
    left: -13px;
    top: 6px;
    background: no-repeat left top;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: block;
    background: no-repeat center center;
    font-size: 1px;
    line-height: normal;
    text-align: center;
}

/* monster */
.dp-icon-monster {
    border: 1px solid black;
    background: no-repeat left top;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

    .dp-icon-monster .icon-monster-inner {
        display: block;
        background: no-repeat center center;
        border: 1px solid black;
        font-size: 1px;
        line-height: normal;
        text-align: center;
        overflow: hidden;
    }

a:hover .dp-icon-monster, .hover .dp-icon-monster, .icon-active .dp-icon-monster {
    background-position: left -128px;
}

.dp-icon-monster-large .icon-monster-default {
    width: 252px;
    height: 180px;
}
/* white */
.dp-icon-monster-white {
    border-color: #2d1c0f;
    border-right-color: #382213;
    border-bottom-color: #402715;
}

a:hover .dp-icon-monster-white, .hover .dp-icon-monster-white, .icon-active .dp-icon-monster-white {
    border-color: #4b2e19;
}

.dp-mon_vheader {
    background-color: #fff;
    width: 55px;
    font-weight: bold;
}

.dp-mon_value {
    background-color: #fff;
    width: 125px;
}

.dp-mon_table {
    width: 100%;
    max-width: 950px;
    border: 1px solid #448dae;
    border-collapse: collapse;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

    .dp-mon_table td {
        padding: 1px !important;
        border: 1px solid #448dae;
        border-collapse: collapse;
        font-size: 12px;
    }

    .dp-mon_table tr {
        border: 1px solid #448dae;
        border-collapse: collapse;
    }

.dp-mon_name {
    height: 2em;
    color: #fff;
    background-color: #448dae;
    padding-left: 5px !important;
}

.dp-property_earth {
    background-color: #c69b6d;
    color: #000;
}

.dp-property_dark {
    background-color: #9382c9;
    color: #fff;
}

.dp-property_fire {
    background-color: #c41f3b;
    color: #fff;
}

.dp-property_ghost {
    background-color: #aaa;
    color: #000;
}

.dp-property_holy {
    background-color: #fff468;
    color: #000;
}

.dp-property_normal {
    background-color: #fff;
    color: #000;
}

.dp-property_poison {
    background-color: #f58cba;
    color: #000;
}

.dp-property_undead {
    background-color: #000;
    color: #fff;
}

.dp-property_water {
    background-color: #1a3caa;
    color: #fff;
}

.dp-property_wind {
    background-color: #abd473;
    color: #000;
}

.dp-tooltip-npc {
    position: relative;
    left: -13px;
    top: 6px;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
    background: #333;
    color: #fff;
    padding: 10px;
}


.dp-tooltip-outer {
    padding: 1px !important;
    border-radius: 4px;
    background: rgba(0,0,0,0.8);
    /* Monster/Quest/Efst/Npc/Title/Achievement/Map tooltips have no fixed width like the
       item/skill "collection" style below does, so long text (e.g. a quest's quickinfo) grew the
       box to fit on one line instead of wrapping. 370px (not 300px) so it doesn't squeeze the
       Monster/Map tooltips' own 350px-wide sprite/map images below their intended size. */
    max-width: 370px;
    overflow-wrap: break-word;
}


.dp-tooltip-inner {
    color: #fff;
    padding: 3px !important;
    border-radius: 4px;
    border: 1px solid #fff;
}