.manager-items {
    text-align: center;
}
.manager-items-body {
    display: inline-block;
    text-align: left;
}
.item-block, .attachment-block {
    display: inline-block;
    margin: 0 4px 4px 0;
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    min-width: 100px;
    min-height: 100px;
    position: relative;
}

.attachment {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    min-width: 100px;
    min-height: 100px;
    box-shadow: 0 0 15px #9E9E9E inset;
}
.attachment [class^="icon-"]  {
    font-size: 100px;
}

.attachment-block a img, .item-block a img {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity:1;
    transition: 0.2s;
}
.attachment-block a:hover img, .item-block a:hover img  {
    opacity:.35;
}

.attachment-block a, .item-block a {
    display: block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}

.attachment-block a .attachment-edit {
    position:absolute;
    top:-50px;
    display: block;
    width: 100px;
    min-width: 80px;
    margin: 0 !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding: 10px !important;
    border: none;
    height: 50%;
    left: -1px;
    font-size: 30px;
}
.attachment-block a:hover .attachment-edit {
    top: 0;
}

.attachment-block a .attachment-delete {
    position:absolute;
    bottom:-50px;
    display: block;
    width: 100px;
    min-width: 80px;
    margin: 0 !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding: 10px !important;
    border: none;
    height: 50%;
    left: -1px;
    font-size: 30px;
}
.attachment-block a:hover .attachment-delete {
    bottom: 0;
}
.item-info hr{
    margin: 2px 0;
}
.item-info p {
    margin: 0;
}
.item-info .characteristics p span {
    color: #ff7d7d;
}
.item-info .characteristics {
    font-size: 16px;
}
.item-info .main-characteristic {
    font-size: 20px;
}
.item-info .main-characteristic span {
   color: #ff7d7d;
}
.item-info .characteristics p .advance-image {
    display: inline-block;
    vertical-align: middle;
    background: url("/../image/sprite2.png");
    width: 16px;
    height:16px;
}
.item-info .characteristics p .attack {
    background-position: 0 0;
}
.item-info .characteristics p .defence {
    background-position: -16px 0;
}
.item-info .characteristics p .agility {
    background-position: -32px 0;
}
.item-info .characteristics p .luck {
    background-position: -48px 0;
}
.item-info .characteristics p .strengthen {
    background-position: 0 -16px;
}
.item-info .characteristics p .potencial {
    background-position: -16px -16px;
}
.item-info .characteristics p .advance:before {
    content: "(";
}
.item-info .characteristics p .advance:after {
   content: ")";
}

.item-info .sys-info {
    color: grey;
    font-size: 10px;
}
.item-info .sys-info .left {
    float: left;
}
.item-info .sys-info .right {
    float: right;
}
.clear {
    clear: both;
}
.compose-item .form-group {
    margin: 3px 0;
    padding: 0 1px;
}
.compose-item .col-md-6 {
    width: 50% !important;
}
.second-property {
    text-align: left;
}
.strenght-level:before {
    content: " (";
}
.strenght-level:after {
    content: ")";
}
.strenght-level {
    color: black;
    font-weight: 700;
}