.hub_priceslist_price_content {
 position: relative;   
}
.hub-prices-list-price-input {
	margin: 0px !important;
}
.dt-buttons.fixed {
	position: fixed;
    top: 0px;
    background: white;
    width: 100%;
    padding: 5px;
    z-index: 99;
}
.hub-prices-list-row-pending-save {
    background-color: #FFF8E1 !important;
    transition: background-color 0.3s;
}
.hub-prices-list-row-edited {
    background-color: #E6F4EA !important;
    transition: background-color 0.3s;
}
.hub-prices-list-div-loading {
	position: absolute;
    top: 30px;
    width: 100%;
    height: 100%;
    background: #ffffffb0;
    text-align: center;
    padding-top: 100px;
    color: black;
}
#id_price_list_content {
    display: none;
}
.price_content_core {
    display: none;
}
#price1_content,
#price2_content,
#price3_content,
#price4_content,
#price5_content,
#price6_content,
#price7_content,
#price8_content,
#price9_content,
#price10_content {
    display: none;
}