/* custom.css */
.userserverlist {
    display: grid;
    grid-gap: 2rem;
    gap: 2rem;
    grid-gap: var(--gap);
    gap: var(--gap);
    grid-template-columns: 1fr 1fr;
}
.serveritem {
    padding-left: 2px;
    margin: 1px;
    display: inline-block;
    padding: 2px;
}

.serveritemb {
    padding: 0px 10px;
    display: block;
    width: 439px;
    height: 100px;
    border: 1px solid black;
    font-size: 11px;
    border-radius: 1.25rem;
    background: #2a1e1e;
    background: rgba(var(--color-2), 1);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70783d', endColorstr='#484f26',GradientType=0 );
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.20);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.20);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.20);
}

.serveritem .name {
    font-size: 30px;
    float: left;
    width: 220px;
    margin-top: 1px;
}

.serveritem .simg {
    width: 68px;
    height: 82px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    float: left;
    margin-right: 13px;
    margin-top: 7px;
}

.name .son {
    color: #103F08;
    font-weight: bold;
}

.name .soff {
    color: #b11616;
    font-weight: bold;
}

.serveritem .limit {
    float: left;
    width: 220px;
}

.serveritem .type {
    float: left;
    width: 220px;
}

.serveritem .type .standart {
    color: #103F08;
    font-weight: bold;
}

.serveritem .type .extreme {
    color: #b11616;
    font-weight: bold;
}

.serveritem .count {
    float: left;
    width: 220px;
}

.serveritem .infon {
    position: relative;
    float: right;
    border: 1px solid;
    right: 100px;
    top: -67px;
    width: 127px;
    height: 88px;
}

.serveritem .enter {
    font-weight: normal;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    padding: 5px;
    margin-top: 25px;
}

.serveritem .enter div.btn {
    width: 130px;
}
/* -------------------------------Profile------------------------------------------ */

.userprofbase {
}

.userprofbase .userprofbasecol {
    display: grid;
    grid-gap: 2rem;
    gap: 2rem;
    grid-gap: var(--gap);
    gap: var(--gap);
    grid-template-columns: 1fr 1fr;
}

.userprofbase .userprofbasecolcenter {
    width: 927px;
}

.userprofbase .userinfo .userinfoset {

}

.userprofbase .useravatar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 0 10px;
    width: 460px;
    min-height: 120px;
    border-radius: 3px;
    background: #2a1e1e;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
}

.userprofbase .useravatar .avatar {
    float: left;
    width: 82px;
    height: 82px;
    padding: 1px;
    border-radius: 2px;
    border: 1px solid #866d55;
    box-shadow: 0 0 2px 1px black, inset 0 0 0px 1px black;
    -webkit-box-shadow: 0 0 2px 1px black, inset 0 0 0px 1px black;
    -moz-box-shadow: 0 0 2px 1px black, inset 0 0 0px 1px black;
}

.userprofbase .useravatar .avatarset {
    float: left;
    width: 90px;
    height: 110px;
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}

.userprofbase .useravatar .userinfoset {
    float: left;
    height: 101px;
    width: 308px;
    margin-left: 4px;
    margin-top: -9px;
}

.userprofbase .useravatar .userinfoset .username {
    margin-bottom: 4px;
}

.userprofbase .useravatar .userinfoset .userbalance {
    margin-bottom: 4px;
    color: #026FD0;
}

.userprofbase .useravatar .userinfoset .usermail {
    margin-bottom: 4px;
}

.userprofbase .useravatar .userinfoset .userregdate {
    margin-bottom: 4px;
}

.userprofbase .useravatar .userinfoset .userip {

}

.avpreloader {

}

#file_upload_start {
    float: left;
    margin-top: 2px;
    margin-left: 1px;
    width: 86px;
    height: 18px;
    font-size: 11px;
    background: #866D55;
    transition: background 0.2s;
    border: 1px solid rgba(0,0,0,0.1);
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    text-shadow: #866D55 0 -1px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
#uppassformsubmit {
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
    width: 86px;
    height: 24px;
    font-size: 12px;
    transition: background 0.2s;
    color: #fff;
    text-shadow: #866D55 0 -1px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
#upnameformsubmit {
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6px;
    width: 86px;
    height: 24px;
    font-size: 12px;
    transition: background 0.2s;
    border-radius: 2px;
    color: #fff;
    text-shadow: #866D55 0 -1px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
#file_upload {

}
.file_upload{
    position: relative;
    overflow: hidden;
    font-size: 1em;
    line-height: 2em;
    width: 87px;
    height: 87px;
    float: left;
}
.file_upload > button{
    float: right;
    width: 64px;            /* example */
    height: 100%;
}
.file_upload > div{
    padding-left: 1em;     /* example */
}
.file_upload input[type=file]{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(20);
    letter-spacing: 10em;     /* IE 9 fix */
    -ms-transform: scale(20); /* IE 9 fix */
    opacity: 0;
    cursor: pointer;
}
.file_upload{
    border: 1px solid #574E3D;
    border-radius: 3px;
    transition: box-shadow 0.1s linear;
}
.file_upload #filename {
    position: absolute;
    top: 14px;
    left: -10px;
    right: 0px;
    text-align: center;
    width: 80px;
    height: 72px;
    line-height: 17px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    color: #FFF;
}
.file_upload > button{
    background: #866D55;
    transition: background 0.2s;
    border: 1px solid rgba(0,0,0,0.1);
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #fff;
    text-shadow: #866D55 0 -1px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.userprofbase .userdata {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 0 10px;
    width: 460px;
    min-height: 131px;
    border-radius: 3px;
    background: #2a1e1e;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
}

.userprofbase .usernamech {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 0 10px;
    width: 460px;
    min-height: 95px;
    border-radius: 3px;
    background: #2a1e1e;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
}

.userprofbase .usersoc {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 0 10px;
    width: 460px;
    min-height: 103px;
    border-radius: 3px;
    background: #2a1e1e;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
}

.userprofbase .usersoc .usersoclist {
    float: left;
}

.userprofbase .usersoc .usersoclist .item {
    height: 28px;
    margin-bottom: 10px;
    margin-top: 0px;
    display: inline-block;
    opacity: 1;
}

.userprofbase .usersoc .usersoclist .item.none:hover {
    opacity: 0.8;
}

.userprofbase .usersoc .usersoclist .item.none {
    opacity: 0.3;
}

.userprofbase .usersoc .usersoclist .item > div {

}

.userprofbase .usersoc .usersoclist .item .action {

}

.userprofbase .usersoc .usersoclist .item .signin {
    float: left;
    margin-left: 2px;
    margin-top: 1px;
}

.userprofbase .usersoc .usersoclist .item .signin .sigaction {
    cursor: pointer;
}

.userprofbase .usersoc .usersoclist .item .avatar {
    width: 24px;
    height: 24px;
    padding: 1px;
    margin: 3px;
    border-radius: 2px;
    border: 1px solid #866d55;
    float: left;
    /*
    box-shadow: 0 0 2px 1px black, inset 0 0 0px 1px black;
    -webkit-box-shadow: 0 0 2px 1px black, inset 0 0 0px 1px black;
    -moz-box-shadow: 0 0 2px 1px black, inset 0 0 0px 1px black; 
    */
}

.userprofbase .usersoc .usersoclist .item .avatar img {
    width: 24px;
}

.userprofbase .usersoc .usersoclist .item .name {

}

.userprofbase .usersoc .usersoclist .item .link {

}

.userprofbase .userlog {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px auto;
    margin-bottom: 10px;
    padding: 0 10px;
    width: 460px;
    min-height: 500px;
    border-radius: 3px;
    background: #2a1e1e;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
}

.userprofbase .userlog.center {
    width: 925px;
    min-height: 150px;
    float: inherit;
}

.userprofbase .userlog .log {
    margin-top: 17px;
    width: 404px;
}

.userprofbase .userlog .log.center {
    margin-top: 17px;
    width: 925px;
}

.logbb {
    font-weight: bold;
}

.userprofbase .userlog .log .item {
    float: left;
    height: 22px;
    border-bottom: 1px solid #F0DCAA;
    font-size: 12px;
    margin-bottom: 1px;
}

.userprofbase .userlog .log .item .date {
    float: left;
    width: 97px;
    border-right: 1px solid #F0DCAA;
    padding-left: 2px;
    font-size: 10px;
}

.userprofbase .userlog .log .item .date2 {
    float: left;
    border-right: 1px solid #F0DCAA;
    padding-left: 2px;
    font-size: 10px;
}

.userprofbase .userlog .log .item .action {
    float: left;
    width: 214px;
    border-right: 1px solid #F0DCAA;
    padding-left: 2px;
}

.userprofbase .userlog .log .item .action2 {
    float: left;
    border-right: 1px solid #F0DCAA;
    padding-left: 2px;
}

.userprofbase .userlog .log .item .action.setpassok{
    color: #DC6C08;
}
.userprofbase .userlog .log .item .action.balanceminus{
    color: #DC6C08;
}
.userprofbase .userlog .log .item .action.balanceplus{
    color: #575A00;
}
.userprofbase .userlog .log .item .action.authok{
    color: #575A00;
}
.userprofbase .userlog .log .item .action.authloginchange{
    color: #DC6C08;
}
.userprofbase .userlog .log .item .action.authfail{
    color: #B2232C;
}
.userprofbase .userlog .log .item .action.passresetok{
    color: #575A00;
}
.userprofbase .userlog .log .item .action.passresetfail{
    color: #B2232C;
}

.colors {
    background:transparent url(../images/uinew/colors.png) 0 0 no-repeat;
    float: left;
    margin-right: 1px;
    margin-top: 1px;
}
.colors.st1{
    background-position: 0px 0px;
    width: 14px;
    height: 14px;
}
.colors.st2{
    background-position: -13px 0px;
    width: 14px;
    height: 14px;
}
.colors.st3{
    background-position: -26px 0px;
    width: 14px;
    height: 14px;
}
.colors.st4{
    background-position: -39px 0px;
    width: 14px;
    height: 14px;
}
.colors.st5{
    background-position: -52px 0px;
    width: 14px;
    height: 14px;
}
.colors.st6{
    background-position: -65px 0px;
    width: 14px;
    height: 14px;
}

.colors.authok{
    background-position: -13px 0px;
    width: 14px;
    height: 14px;
}
.colors.authloginchange{
    background-position: -52px 0px;
    width: 14px;
    height: 14px;
}
.colors.balanceplus{
    background-position: -13px 0px;
    width: 14px;
    height: 14px;
}
.colors.passresetok{
    background-position: -52px 0px;
    width: 14px;
    height: 14px;
}
.colors.setpassok{
    background-position: -52px 0px;
    width: 14px;
    height: 14px;
}
.colors.balanceminus{
    background-position: -52px 0px;
    width: 14px;
    height: 14px;
}
.colors.authfail{
    background-position: -65px 0px;
    width: 14px;
    height: 14px;
}
.colors.passresetfail{
    background-position: -65px 0px;
    width: 14px;
    height: 14px;
}

.userprofbase .userlog .log .item .ip {
    float: left;
    width: 85px;
    padding-left: 2px;
}

.usersection {
    margin-bottom: 14px !important;
    margin-top: 17px !important;
}

.usersection .usersectiontitle {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px auto;
    padding: 0 10px;
    border-radius: 3px;
    background: #2a1e1e;
    position: relative;
    right: -2px;
    top: -10px;
    width: 159px;
    float: right;
}