.ng-sticky-fixed{
    background-color:rgba(23, 20, 20, 0.83);
    bottom:0;
    left:220px;
    padding:10px 15px;
    position:fixed;
   	z-index: 10;
    width:100%;
    top:64px;
  }

.ng-waiting-sticky-fixed{
	background-color:rgba(23, 20, 20, 0.83);
    bottom:0;
    left:220px;
    padding:10px 15px;
    position:fixed;
   	z-index: 10;
    width:100%;
    top:64px;
    height: 60px;
}