#explorer-view {
    width: 100%;
    min-height: 528px;
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -1px;
    background-position-y: -2px;
    overflow: hidden;
    position: relative;
}

#explorer-view button {
    position: absolute;
    border: none;
    border-radius: 5px;
    /*background-color: rgba(0, 0, 200, 0.3);*/
    background-color: transparent;
}

#explorer-view button:hover {
    background-color: rgba(0, 0, 200, 0.3);
}

#explorer-view button.active {
    background-color: rgba(200, 0, 0, 0.3);
}

#explorer-box {
    overflow: hidden;
    max-height: 554px;
}

#move-left, #move-right, #move-up, #move-down, #move-in, #move-out {
    position: absolute;
    z-index: 9000;
    opacity: 0.7;
}

#move-left:hover, #move-right:hover, #move-up:hover, #move-down:hover, #move-in:hover, #move-out:hover {
    opacity: 1;
}

#move-in {
    left: 30px;
    top: 20px;
}
#move-out {
    left: 30px;
    top: 55px;
}
#move-left {
    left: 30px;
    bottom: 20px;
}
#move-down {
    left: 65px;
    bottom: 55px;
}
#move-right {
    left: 100px;
    bottom: 20px;
}
#move-up {
    left: 65px;
    bottom: 20px;
}

.badge-pos {
    cursor: pointer;
    margin-left: -45px;
}

#explorer-parts {
    max-height: 520px;
    overflow: scroll;
    overflow-x: hidden;
    margin-bottom: 0px;
}

.explorer-parts-box {
    padding: 0px !important;
    min-height: 520px;
}

#explorer-parts div.list-group-item {
    font-size: 0.9em;
}

#explorer-parts div.active a {
    color: rgb(255, 255, 255);
}

#explorer-parts div.badge-pos {
    width: 35px;
    text-align: center;
    float: left;
    margin-right: 10px;
}

ul#explorer-parts .list-group-item {
    padding: 8px 10px 5px 55px;
}