/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 14, 2019, 6:56:06 AM
    Author     : minhh
*/
a:hover,
a:focus {
    text-decoration: none;
}

.pageContext {
    padding: 10px;
}

input {
    
    background-color: #3f464f;
    color: rgba(255, 255, 255, 0.6);
}

#header {
    color: #9ea2b3;
}

#header .header-login-in .user-img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin: 5px 20px;
    border-radius: 50%;
}

#header .header-login-in .head_nickname {
    margin-right: 15px;
    max-width: 80px;
    font-size: 12px;
}

.lan-a img {
    width: 20px;
}

.a-right .logbtn {
    font-size: 12px;
}

.item_box {
    width: 78px;
    height: 52px;
    position: relative;
    cursor: pointer;
    float: left;
    margin: 1px 10px 10px 1px;
}

.item_box .roll_out {
    font-size: 12px;
    color: #c2c4cf;
    line-height: 52px;
    position: absolute;
    top: -1px;
    left: -1px;
    height: 52px;
    z-index: 7;
    width: 78px;
}

.rarity_box {
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    font-size: 10px;
    position: absolute;
    color: #ff8811;
}

.item_selected {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
}

.item_price {
    color: #ffffff;
    position: absolute;
    top: 2px;
    right: 2px;
    height: 13px;
    line-height: 13px;
    text-align: center;
    background-color: #101010;
    border-radius: 5px;
    font-size: 10px;
    display: inline-block;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity = 50);
    padding: 0 4px;
}

.bold {
    font-weight: 700;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}



.item_box_append {
    cursor: pointer;
}

.item_box_append a {
    font-size: 18px;
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
}

.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid blue;
    border-right: 4px solid green;
    border-bottom: 4px solid red;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.personalTitle {
    margin-left: 18px;
}
