.navbar{
    margin-bottom: 1px;
}

.itemMenuSelect{
    /*opacity: 0.5;*/
    /*pointer-events: none;*/
    /*cursor: default;*/
    background-color: #9EC7CF;
    color: #7A6C5A !important;
}

.inventory-temp-product{
    border-right: solid 1px #7A6C5A;
    padding: 2px 2px;
    background-color: #9EC7CF;
    margin: 2px 2px;
    font-size: 9px;
}

.inventory-temp-product:hover{
    background-color: #00D8E8;
}

.select-inv{
    background-color: #00D8E8;
}

.link_inventory{
    cursor: pointer;
}

.error-inventory{
    color: red;
}

.help-block{
    color: red;
}

.inventory-title{
    margin: 2px 4px;
}

.grid-product-sp div {
    border: solid 1px #e1e1e1;
    padding: 6px;
}

.grid-product-sp div p{
    font-weight: 700;
    color: #58585b;
    font-size: 12px;
}

#menu-left-admin .list-group-item {
    color: #ffffff !important;
    /*border: solid 1px #ffffff;*/
}

#menu-left-admin .list-group-item-group {
    background-color: #58585b;
    font-weight: 700;
}

#menu-left-admin .list-group-item-group.active {
    background-color: #008cba;
}

#menu-left-admin .list-group-item-inv {
    padding-left: 20px;
    color: #000b16 !important;
    background-color: #e1e1e1;

}

#menu-left-admin .list-group-item-inv.active{
    background-color: #ffffff;
    color: #000000 !important;
    border-color: #e1e1e1;
}