body {
    background-color: rgb(0, 0, 0);
}

#panel {
    margin-left: 50%;
    margin-top: 5%;
    transform: translate(-50%, -5%);
    width: 100%;
    background-color: #aaa;

}

#divStrona {
    text-align:center;
}

/******* Pickers *******/

#pickers {
    margin-left: 60%;
}

#pickers .item,
#pickers .monster,
#pickers .card,
#pickers .skill {
    cursor: pointer;
    border-radius: 6rem;
    margin-top: 25px;
    width: 40px;
    height: 40px;
    background-size: cover;
    position: absolute;
    text-align: center;
}

#pickers .item {
    background: url('https://nosapki.com/images/icons/299.png') no-repeat center;
}

#pickers .monster {
    margin-left: 45px;
    background: url('https://nosapki.com/images/icons/8003.png') no-repeat center;
}

#pickers .card {
    margin-left: 90px;
    background: url('https://nosapki.com/images/icons/10119.png') no-repeat center;
}

#pickers .skill {
    margin-left: 135px;
    background: url('https://nosapki.com/images/icons/5210.png') no-repeat center;
}

#pickers div p {
    margin: 50px 0 0;
    font-size: 12px;
    color: white;
    position: relative;
    top: 0px;
}

/******* SEARCH *******/
.logo {
    position: absolute;
    margin: 5px 5px;
    width: 4.5%;
}

#search {
    margin: auto;
    background-color: rgba(0, 0, 0, 0.8);
    height: 10%;
}

#search .name {
    position: absolute;
    margin-top: 2%;
    margin-left: 518px;
}

#search .name input {
    text-align: left;
    border-radius: 0rem 6rem 6rem 0rem;
    border: 1px solid #a0a0a0;
    padding: 0.6rem 2rem 0.6rem 1rem;
    font-family: roboto;
    transition: 0.5s;
    background: rgb(201, 201, 201); 
    height: 33 /* Match the width of the select */
}

#search .name input:focus {
    outline: none;
    border-color: #212121;
    transition: 0.5s;
}

#search .name span:before {
    content: "";
    cursor: pointer;
    position: relative;
    font-family: fontawesome;
    top: 0;
    right: 1.5rem;
}

.select {
    background-color: #fff;
    letter-spacing: 1px;
    display: block;
    color: rgb(122, 122, 122);
    background: rgb(201, 201, 201);
}

.selected {
    padding: 10px 0px 4px 6px;
    position: absolute;
    margin-top: 2%;
    margin-left: 399px;
    width: 120px;
}

.lang {
    padding: 10px;
    border-radius: 6rem;
    position: absolute;
    margin-top: 2%;
    margin-left: 90%;
    width: 60px;
}

.sort {
    padding: 10px 0px 4px 6px;
    border-radius: 6rem 0rem 0rem 6rem;
    position: absolute;
    margin-top: 2%;
    margin-left: 300px;
    width: 100px;
}

/******* INFO *******/
#info {
    float: left;
    background-color: rgb(201, 201, 201);
    height: 80%;
    width: 330px;
    overflow-y: auto;
}

#info .icon {
    width: 40px;
}

#info .gold {
    width: 20px;
}

#info .price {
    color: #fed90c;
}

strong {
    margin-left: 10px;
    font-family: roboto;
}

#info .title {
    text-align: center;
    font-family: 'Anton', sans-serif;
    font-size: 20px;
    margin-top: 5px;
    color: rgba(0, 0, 0, 0.8);
}

.elem {
    width: 15px;
}

.validate {
    margin-left: 25%;
    display: inline;
}

.cancel {
    margin-left: 35%;
    display: inline;
}


/******* LIST *******/
#list {
    position: relative;
    height: 80%;
    overflow-y: auto;
}

#list .box {
    display: block;
    width: 42px;
    height: 42px;
    background-image: url(../Images/item-bg.png);
    float: left;
    overflow: hidden;
    position: relative;
}

#list .box img {
    position: absolute;
    max-width: 40px;
    max-height: 40px;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}