body {
    background-color: #eaeaea;
    background-image: url('images/body_bg.jpg');
    background-repeat: repeat;
    background-position: top center;
    background-attachment: scroll;
    font-family: 'Didact Gothic', helvetica, arial, sans-serif;
    font-size: 14px;
    height: 100%;
    margin: 0;
    padding: 0;
}
#info-content {
    margin-bottom: 50px;
}
    h1 {
        margin-bottom: 5px;
    }
    .error-area {
        width: 400px;
        margin: auto;
        border: 1px solid #dedede;
        padding: 50px;
        background-color: #ececec;
        margin-top: 150px;
        font-size: 16px;
    }
    
/*~~~~~~~ Pers */
    
.pers-header {
    width: 740px;
    margin: auto;
}
    .pers-rang {
        font-size: 16px;
        margin-bottom: 10px;
    }
.pers-area {
    height: 640px;
    width: 740px;
    margin: auto;
    position: relative;
}
    .pers-bg {
        width: 392px;
        height: 493px;
        position: relative;
        background: url('images/pers_bg.png?v3') top left no-repeat;
        border: 1px solid #dedede;
        float: left;
    }
        .pers-show-animation {
            position: absolute;
            background-color: #e9e9e9;
            top: 100px;
            left: 100px;
            width: 160px;
            padding-top: 30px;
        }
        #pers-animation .animate_standby {
            width: 160px;
        }
        .pers-dead,
        .pers-infight {
            position: absolute;
            top: 450px;
            left: 150px;
        }
        .pers-dead {
            background-color: #000!important;
        }
        .pers-item {
            width: 60px;
            height: 60px;
            position: absolute;
        }
        .pers-head {
            top: 19px;
            left: 149px;
        }
        .pers-shoulders {
            top: 32px;
            left: 16px;
        }
        .pers-hands {
            top: 30px;
            left: 283px;
        }
        .pers-righthand {
            top: 153px;
            left: 21px;
        }
        .pers-lefthand {
            top: 154px;
            left: 277px;
        }
        .pers-trunk {
            top: 236px;
            left: 21px;
        }
        .pers-pelvis {
            top: 237px;
            left: 277px;
        }
        .pers-body {
            top: 316px;
            left: 21px;
        }
        .pers-feet {
            top: 317px;
            left: 277px;
        }
        .pers-ring {
            top: 414px;
            left: 150px;
        }        
    .pers-admin {
        background-color: #f7f7f7;
        width: 362px;
        border: 1px solid #dedede;
        position: absolute;
        top: 640px;        
        padding: 15px;
    }
    .pers-location {
        background-color: #f7f7f7;
        width: 392px;
        height: 115px;
        border: 1px solid #dedede;
        position: absolute;
        top: 513px;
    }
        .pers-location-name {
            background-color: #f47412;
            color: #fff;
            padding: 5px 15px;
            position: absolute;
        }
    .pers-chars {
        margin-left: 410px;
        margin-bottom: 20px;
    }
        .pers-online {
            color: green;
            font-weight: bold;
        }
        .pers-offline {
            color: red;
            font-weight: bold;
        }
        .pers-head-title,
        .pers-char-title {
            float: left;
            width: 230px;
            border: 1px solid #dedede;
            border-top: none;
            border-right: none;
            padding: 5px;
        }
        .pers-head-val,
        .pers-char-val {
            width: 70px;
            margin-left: 240px;
            border: 1px solid #dedede;
            border-top: none;
            padding: 5px;
        }
        .pers-head-title,
        .pers-head-val {
            font-weight: bold;
            border-top: 1px solid #dedede;
            background-color: #bbb;
        }
        .pers-char-even {
            background-color: #e0e0e0;
        }
        .pers-char-odd {
            background-color: #ececec;
        }


/*~~~~~~~ Bot */

.bot-header {
    width: 400px;
    margin: auto;
}
.bot-area {
    width: 400px;
    margin: auto;
}
    #bot-animation {
        width: 400px;
        height: 260px;
        border: 1px solid #dedede;
    }
    
/*~~~~~~~ Artifact */

.artifact-header {
    width: 400px;
    margin: auto;
}
.artifact-area {
    width: 380px;
    margin: auto;
    padding: 10px;
    border: 1px solid #dedede;
    background-color: #ececec;
}
    .artifact-area img {
        float: left;
        margin: 0 10px 5px 0;
    }
    .artifact-special {
    }
        .artifact-cantdrop {
            color: #cc0000;
        }
        .artifact-canttransfer {
            color: #9900cc;
        }
        .artifact-weightless {
            color: blue;
        }
    
.artifact-chars {
    width: 400px;
    margin: auto;
    margin-top: 10px;
}
    .artifact-head-title,
    .artifact-char-title {
        float: left;
        width: 200px;
        border: 1px solid #dedede;
        border-top: none;
        border-right: none;
        padding: 5px;
    }
    .artifact-head-val,
    .artifact-char-val {
        width: 180px;
        margin-left: 210px;
        border: 1px solid #dedede;
        border-top: none;
        padding: 5px;
    }
    .artifact-head-title,
    .artifact-head-val {
        font-weight: bold;
        border-top: 1px solid #dedede;
        background-color: #bbb;
    }
    .artifact-char-even {
        background-color: #e0e0e0;
    }
    .artifact-char-odd {
        background-color: #ececec;
    }

/*~~~~~~~ Demo */

.demo-select {
    width: 600px;
    margin: auto;
}
.demo-description {
    width: 600px;
    margin: auto;
}
.demo-pers-animation {
    float: left;
}
.demo-bot-animation {
    margin-left: 100px;
    border: none!important;
}
.demo-pers-change {
    float: left;
    margin-left: 20px;
}
.demo-bot-change {
    margin-left: 300px;
}

/*~~~~~~~ Common */

a.link {
    color: #f47412;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 183, 128, 0.7);
}
a.link:hover {
    border-bottom: none;
}

.clear-right {
    clear: right;
}
.clear-left {
    clear: left;
}

.artifact-simple {
    width: 64px;
    height: 64px;
    float: left;
    position: relative;
    background-size: contain;
}
    .artifact-title {
        width: 180px;
        font-family: helvetica, arial, sans-serif;
    }
        .artifact-title hr {
            border: none;
            border-bottom: 1px solid #cdcdcd;
            background: none;
        }
        .artifact-feature {
            margin: 3px 0 3px 0;
        }
        .artifact-cant-transfer {
            color: #9900cc;
        }
        .artifact-weightless {
            color: blue;
        }
    .artifact-quantity {
        position: absolute;
        bottom: 1px;
        left: 1px;
        padding: 0 5px;
        font-size: 10px;
        background-color: #fff;
        color: #000;
        opacity: 0.7;
    }
    .artifact-action {
        display: none;
    }
    .artifact-action div {
        position: absolute;
        width: 16px;
        height: 16px;
    }
        .artifact-activator {
            background: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-gear-a-16.png') top left no-repeat;
            top: 1px;
            left: 1px;
        }
        .artifact-info {
            background: url('https://cdn3.iconfinder.com/data/icons/interaction-design/512/about_A-16.png') top left no-repeat;
            top: 1px;
            right: 1px;
        }
        .artifact-wear {
            background: url('https://cdn4.iconfinder.com/data/icons/aiga-symbol-signs/581/aiga_uparrow_inv-16.png') top left no-repeat;
            top: 1px;
            right: 18px;
        }
        .artifact-trade {
            background: url('https://cdn4.iconfinder.com/data/icons/aiga-symbol-signs/581/aiga_uparrow_inv-16.png') top left no-repeat;
            top: 1px;
            right: 18px;
        }
        .artifact-delete {
            background: url('https://cdn0.iconfinder.com/data/icons/very-basic-android-l-lollipop-icon-pack/24/close-16.png') top left no-repeat;
            bottom: 1px;
            right: 1px;
        }

.coin {
    margin-right: 7px;
    padding-left: 20px;
    font-size: 12px;
}
.coin-gold {
    background: url('images/coin_gold.png') no-repeat;
    background-size: contain;
}
    .table .coin-gold {
        background: url('images/coin_gold.png') no-repeat;
        background-size: contain;
    }
.coin-silver {
    background: url('images/coin_silver.png') no-repeat;
    background-size: contain;
}
    .table .coin-silver {
        background: url('images/coin_silver.png') no-repeat;
        background-size: contain;
    }
.coin-copper {
    background: url('images/coin_copper.png') no-repeat;
    background-size: contain;
}
    .table .coin-copper {
        background: url('images/coin_copper.png') no-repeat;
        background-size: contain;
    }
.small-price .coin {
    width: 11px;
    height: 11px;
    padding-left: 14px;
    margin-right: 1px;
    font-size: 10px;
}
    .small-price .coin-gold {
        background: url('images/coin_gold.png') no-repeat;
        background-size: contain;
    }
    .small-price .coin-silver {
        background: url('images/coin_silver.png') no-repeat;
        background-size: contain;
    }
    .small-price .coin-copper {
        background: url('images/coin_copper.png') no-repeat;
        background-size: contain;
    }

    
.copy {
    font-size: 11px;
    color: #bababa;
    width: 300px;
    margin: auto;
    margin-top: 20px;
}


.content-small {
    width: 600px;
    margin: auto;
    margin-top: 10px;
}
.table {
    font-family: helvetica, arial, sans-serif;
    font-size: 13px;
    border-collapse: collapse;
    border: none;
}
    .tr-head {
        font-weight: bold;
    }
    .tr-even {
        background-color: #eaeaea;
    }
        .tr-even td {
            border-top: 1px solid #ddd;
        }
    .tr-odd {
        background-color: #efefef;
    }
        .tr-odd td {
            border-top: 1px solid #ddd;
        }
    .table td {
        padding: 9px;
    }
    .td-small {
        color: gray;
        font-size: 11px;
    }
    .tr-big td {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .td-center {
        text-align: center;
    }
    .td-nowrap {
        white-space: nowrap;
    }
select {
    border: 1px solid #e0e0e0;
    height: 32px;
    font-size: 14px;
}
.button {
    border: none;
    background-color: #f47412;
    padding: 4px 13px 6px 13px;
    color: #fff;
    text-decoration: none;
}
.big-input {
    width: 98%;
    border: 1px solid #e0e0e0;
    height: 28px;
    font-size: 14px;
    padding-left: 5px;
}
.popup-input {
    width: 50px;
    margin-right: 5px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding-left: 5px;
    height: 28px;
}
.hidden {
    display: none;
}

#battle-preloader {
    position: absolute;
    top: -666px;
}