.inplace {
    position: relative;
    /*min-width: 10rem;*/
}

.inplace-edit {
    border: none;
    outline: none;
    position: absolute;
    z-index: 100;
    width: 100%;
}

.underlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}

table.table-hover tr:hover .progress {
    background-color: #d4d4d4;
}

table.table-hover tr:hover .progress-bar.bg-success {
    background-color: #189f37 !important;
}
