.zone-lbl {
    display: table-cell;
    float: left;
    width: 50%;
    position: static !important;
    margin: 0;
    clear: none;
    padding: 1px 0;
    
}
input[type=checkbox] {
    margin-right: 2px;
}
.img-li {
    height: 140px;
}
.img-label {
    position: relative;
    cursor: pointer;
}
.take-picture, .upd-take-picture {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #fff url(../../includes/images/icon-edit.png) center center no-repeat;
    border: 1px solid #ddd;
    padding: 5px;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}
.take-picture:hover, .upd-take-picture:hover {
    /*background-color: #eee; */
    background: #eee url(../../includes/images/icon-edit.png) center center no-repeat;
}
.img-li > ul .modal-input-holder {
    padding-left: 200px;
}
.ip-upload {
    overflow: initial;
}
.ip-modal-content {
    border-top: 5px solid rgb(0, 110, 255);
}
.col-actions {
    width: 280px !important;
    padding: 10px 0 !important;
}
.half{
    width:50%;
    float:left;
    height:50px;
    padding:5px;
}
.media { display:block}
;