/* tooltip
========================================================================== */
#tooltip {
    position: absolute;
    z-index: 9999;
    display: none;
}
.style-tooltip-body {
    color: #fff;
    font-size: 11px;
    padding: 4px 5px 5px;
    max-width: 500px;

}
.style-tooltip-content {
    background: url("//cdn.unikatmedia.com/soldatenspiel/img/interface/tooltip-background.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    width: 100%;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
    position: relative;
}
.style-tooltip-head-left {
    background: url("//cdn.unikatmedia.com/soldatenspiel/img/interface/contentbox-left-top.png") no-repeat 0 0 transparent;
    height: 9px;
    position: absolute;
    top: -9px;
    left: -11px;
    width: 11px;
    z-index: 2;
}
.style-tooltip-head-right {
    background: url("//cdn.unikatmedia.com/soldatenspiel/img/interface/contentbox-right-top.png") no-repeat 0 0 transparent;
    height: 9px;
    position: absolute;
    top: -9px;
    right: -11px;
    width: 11px;
    z-index: 2;
}
.style-tooltip-head-middle {
    background: url("//cdn.unikatmedia.com/soldatenspiel/img/interface/contentbox-mid-top.png") repeat-x 0 0 transparent;
    height: 9px;
    position: absolute;
    top: -9px;
    width: 100%;
    z-index: 2;
}
.style-tooltip-side-left {
    background: url("//cdn.unikatmedia.com/soldatenspiel/img/interface/contentbox-left-side.png") repeat-y 0 0 transparent;
    height: 100%;
    position: absolute;
    top: 0;
    left: -11px;
    width: 11px;
    z-index: 2;
}
.style-tooltip-side-right {
    background: url("//cdn.unikatmedia.com/soldatenspiel/img/interface/contentbox-right-side.png") repeat-y 0 0 transparent;
    height: 100%;
    position: absolute;
    top: 0;
    right: -11px;
    width: 11px;
    z-index: 2;
}
.style-tooltip-bottom-left {
    background: url("//cdn.unikatmedia.com/soldatenspiel/img/interface/contentbox-left-bottom.png") no-repeat 0 0 transparent;
    height: 9px;
    position: absolute;
    bottom: -9px;
    left: -11px;
    width: 11px;
    z-index: 2;
}
.style-tooltip-bottom-right {
    background: url("//cdn.unikatmedia.com/soldatenspiel/img/interface/contentbox-right-bottom.png") no-repeat 0 0 transparent;
    height: 9px;
    position: absolute;
    bottom: -9px;
    right: -11px;
    width: 11px;
    z-index: 2;
}
.style-tooltip-bottom-middle {
    background: url("//cdn.unikatmedia.com/soldatenspiel/img/interface/contentbox-mid-bottom.png") repeat-x 0 0 transparent;
    height: 9px;
    position: absolute;
    bottom: -9px;
    width: 100%;
    z-index: 2;
}
.item_name {
    font-size: 120%;
    color: #ffea89;
    font-family: 'open sans', arial, sans-serif;
    font-weight: bold;
}
.item_quality_frame {
    height: 48px;
    position: absolute;
    top: 51px;
    width: 48px;
    z-index: 2071;
}
.item_quality_frame.common {
    background:
        url(//cdn.unikatmedia.com/soldatenspiel/img/interface/item_frame_001.png)
        no-repeat
}
.item_quality_frame.rare {
    background:
        url(//cdn.unikatmedia.com/soldatenspiel/img/interface/item_frame_001.png)
        no-repeat
}
.item_quality_frame.epic {
    background:
        url(//cdn.unikatmedia.com/soldatenspiel/img/interface/item_frame_001.png)
        no-repeat
}
.item_quality_frame.legendary {
    background:
        url(//cdn.unikatmedia.com/soldatenspiel/img/interface/item_frame_001.png)
        no-repeat
}
.item_quality_frame.set {
    background:
        url(//cdn.unikatmedia.com/soldatenspiel/img/interface/item_frame_001.png)
        no-repeat
}
.item_name.common {
    color: #ffffff
}
.item_name.rare {
    color: #0080ff
}
.item_name.epic {
    color: #b048f8
}
.item_name.legendary {
    color: #ff8000
}
.item_name.set {
    color: #1eff00
}
.item_type {
    font-style: italic;
    font-weight: normal;
}
.item_img {
    margin: 5px 0px 0 5px !important;
}
.item_head {
    min-height: 90px;
    margin: 0;
    width: 300px;
}
.item_head .style-contentbox-empty-slot {
    margin: 0 6px 0 0;
}
.item_head.resource {
    width: 300px !important
}
.item_info {
    display: block;
    font-weight: bold;
    margin: 0 0 0 0;
}
.item_stats {
    margin: 3px 5px 0;
    font-family: 'open sans', arial, sans-serif;
    font-weight: bold;
}
.item_main_stat {
    font-size: 14px;
    font-weight: bold;
}
.item_sub_stat {
    color: #ccc;
}
.item_sum_stat {
    font-size: 11px;
    font-weight: bold;
    color: #ccc;
    margin: 3px auto 0;
    padding-top: 3px;
    display: block;
}
.item_sum_stat span {
    border-top: 1px dotted #777;
}
.item_reputation_blue {
    color: lightskyblue;
    font-style: italic;
}
.item_reputation_red {
    color: red;
    font-style: italic;
}
.reputation_tooltip_title {
    font-size: 14px;
    margin: 0 0 5px 0;
    color: #ffea89;
}
.reputation_tooltip_value {
    font-size: 12px;
}
.fight_tooltip_title {
    font-size: 12px;
    margin: 0 0 2px 0;
    color: #ffea89;
    min-width: 200px;
}
.item_bonus_stat {
    color: #aaa;
    display: block;
    font-size: 10px;
    margin-bottom: 5px;
}
.item_seperator {
    border: none;
    border-top: 1px dotted #777;
    margin: 3px auto;
}
.item-source-special {
    font-weight: normal;
    color: #89d4ff;
    font-size: 12px !important;
    margin: -2px 0 12px 55px;
}
.item-source {
    font-weight: normal;
    color: #ccc;
    font-size: 10px !important;
    margin: -5px 0 10px 55px;
}
.item-source span {
    font-size: 11px
}
.item-source span.resource-info {
    font-size: 10px
}
.item-source div {
    margin-bottom: 5px;
}
.item-source img {
    width: 32px;
}
.item-source div.stack {
    border-radius: 3px;
    color: white;
    font-size: 10px !important;
    font-weight: bold;
    margin: 17px 0 0 14px;
    min-width: 13px;
    padding: 0 2px 1px 1px;
    position: absolute;
    text-align: right;
    z-index: 2100 !important;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8), -1px 0 1px
        rgba(0, 0, 0, 0.8), 1px 0 1px rgba(0, 0, 0, 0.8), 0 1px 1px
        rgba(0, 0, 0, 0.8);
}
.item-footer {
    margin: 1px 0 0;
    padding: 0;
    font-family: 'open sans', arial, sans-serif;
    font-size: 12px;
}
.item-requirement {
    display: inline-block;
    vertical-align: middle;
}
.item-requirement span {
    font-size: 10px;
    color: #999;
}
.booster-text-wrapper {
    margin: 0;
    width: 350px;
}
.item-booster-wrapper {
    min-height: 65px;
    min-width: 350px;
}
.item-slot-hint {
    display: block;
    font-size: 10px;
    color: #ccc;
    margin-top: 3px;
}
.resource-sell-price, .item-sell-price {
    display: inline-block;
    float: right;
    font-size: 18px;
    margin-top: 0px;
    padding-top: 2px;
}
.resource-sell-price div, .item-sell-price div {
    vertical-align: middle;
    margin-top: -2px;
}
.resource-name {
    color: white;
    font-size: 120%;
    font-weight: bold;
    color: #ffea89;
}
.resource-info {
    color: #aaa;
    font-size: 11px;
}
.resource-quality {

}
.resource-quality.common {
    color: white;
}
.resource-quality.rare {
    color: #0080ff;
}
.resource-quality.epic {
    color: #b048f8;
}
.resource-info.upgrade {
    color: greenyellow
}
.tooltip-user-rank {
    color: #C0C0C0;
    font-style: italic;
    font-size: 11px;
}
.tooltip-user-name {
    font-size: 14px;
    padding-top: 3px;
    color: white;
    width: 235px;
    height: 82px;
}
.tooltip-user-name p.tooltip-user-death {
    color: #ccc;
    font-size: 10px;
    font-weight: normal;
    width: 178px;
    margin-top: 5px;
}
.tooltip-user-name p.tooltip-user-clan {
    font-weight: normal;
    color: #f09700;
    font-size: 11px;
}
.tooltip-user-name p.tooltip-user-no-clan {
    font-weight: normal;
    color: #777;
    font-size: 11px;
}
.tooltip-user-name p.tooltip-user-branch {
    font-weight: normal;
    margin-top: 10px;
    font-size: 12px;
    font-style: italic;
}
.tooltip-user-name p.tooltip-user-base {
    font-size: 12px;
    font-weight: bold;
}
.tooltip-user-name p.tooltip-user-register {
    margin-top: 5px;
    font-size: 11px;
    color: #f09700;
    font-weight: bold;
}
.tooltip-user-image {
    background: url(//cdn.unikatmedia.com/soldatenspiel/img/interface/avatar-bg-160.jpg);
    text-align: center;
    margin: 3px 5px 0 auto;
    width: 120px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px 3px 3px 3px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.65);
}
.tooltip-team-image img{
    text-align: center;
    margin: 3px 5px 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px 3px 3px 3px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.65);
}
.tooltip-ankh-image {
    margin: 5px 5px 5px 0;
}
.tooltip-ankh-image img {
    width: 45px;
}
.tooltip-ankh-title {
    color: #ffea89 !important;
    font-size: 14px !important;
    text-shadow: 2px 2px #222;
}
.tooltip-ankh-content {
    float: left;
    margin: 0;
    width: 160px;
}
.tooltip-fight-title {
    text-align: center;
    font-size: 10px;
    margin: 0 0 1px 0;
    min-width: 200px;
    background-color: none;
}
.tooltip-fight-title.honor-win {
    color: greenyellow;
}
.tooltip-fight-title.honor-loose {
    color: red;
}
.tooltip-fight-zero {
    text-align: center;
    color: orange;
    margin: 1px;
}
.tooltip-fight-honor {
    text-align: center;
    font-size: 12px;
    margin: 0 0 8px 0;
}
.tooltip-death-image img {
    width: 72px;
}
.tooltip-death-title {
    color: #ffea89 !important;
    font-size: 14px !important;
    text-shadow: 2px 2px #222;
}
.tooltip-death-content {
    float: left;
    margin: 0;
    width: 160px;
}
.tooltip-death-timestamp {
    color: #999
}
.tooltip-stats-title {
    color: #ffea89 !important;
    font-size: 14px !important;
    margin: 0;
    text-shadow: 2px 2px #222;
    width: 300px;
}
.tooltip-stats-title-sub {
    color: #89d4ff !important;
    font-size: 13px !important;
    margin: 0;
    text-shadow: 2px 2px #222;
    width: 300px;
}
.tooltip-stats-description {
    color: #999;
    font-size: 95%;
    margin: 2px;
}
.tooltip-stats-description-sub {
    color: #aaa;
    font-size: 10px;
    font-style: italic;
    margin: 0;
}
.tooltip-stats-deatails-title {
    font-size: 12px;
    margin: 10px 0 0 0;
}
.tooltip-stats-deatails-content {
    color: greenyellow;
    margin: 2px 0 2px 5px;
}
.tooltip-stats-technology-content {
    color: greenyellow;
    margin-top: 2px;
}
.tooltip-stats-technology-content-next {
    color: grey;
    margin-top: 3px;
}
.tooltip-fight-honor-info {
    margin-top: 10px;
}
.tooltip-fight-cost-info {
    width: 200px;
}
.tooltip-fight-cost-overall {
    margin-bottom: 5px;
    color: #999;
}
.tooltip-fight-cost-value {
    color: #999;
}
.tooltip-user-online-status {
    width: 80px;
    margin-top: 5px;
}
.tooltip-user-online-status img {
    vertical-align: middle;
}
.tooltip-special-event-title {
    color: #ffea89 !important;
    font-size: 12px !important;
    margin: 0;
    text-shadow: 2px 2px #222;
}
.tooltip-special-event-content {
    width: 320px;
}
.tooltip-special-event-date {
    font-size: 10px;
    font-weight: normal;
}
.tooltip-resource-table {
    width: 100%;
}
.tooltip-resource-table td {
    padding: 1px 0;
}