.plan_id {
    cursor: pointer;
}

.premade-item, .dyw-premade-item  {
    display:block;
    width: 120px;
    height: 120px;
    margin: 10px 5px;
    border: 1px solid #eee;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
} 
.premade-item:hover, .dyw-premade-item:hover {
    border: 1px solid gray;
}

.dyw-premade-item h3 {
    color: #046890;
}

.dyw-premade-item {
    width: 278px;
}

.premade-item img {
    border:0;
    margin:0;
    width:118px;
    height:118px;
}

#premade-product-list-link-body {
    display: none;
}

#planogram-list {
    margin-top: 50px;
}

#planogram-list-for-brand a {
    text-decoration: none;
}

.remove-selected-item {
    position: absolute;
    width: 165px;
    top: 5px;;
}

.remove-selected-item #product-loader {
    position: relative;
    display: inline-block;

}

.drag-item span {
    display: none;
}

.drag-item:hover span, .drag-item:focus span {
    display:block;
    position:absolute;
    top:1em;
    left:1.5em;
    min-width: 200px;
    padding: 0.2em 0.6em;
    border:1px solid #996633;
    background-color:#005476;
    color:#fff;
    z-index: 999;
}

.profit-planner-description {
    margin-bottom: 30px;
}


.input-item-image {
    padding-top: 15px;
    clear: both;
}
.input-item-image span {
    margin-right: 10px;
}
.input-item-image .planogram-update {
    float: right;
    margin-right: 6%;
}