.progress{
    background-color: #d2d2d2;
}
.dropdown .dropdown-menu .progress{
    margin-top: 10px;
}

.popup-wrapper{
    width: 100%;
    max-height: 100px;
    overflow-y: scroll;
}


.table.table-hover tr.red td{
    background: #ffe7e7;
}

.table.table-hover tr.green td{
    background: #deffde;
}

.table.table-hover tr.orange td{
    background: #ffedde;
}
