
.upAdmin .sidebar-brand img{
    height: 30px;
    filter: brightness(0) invert(1);
}
.upAdmin .row-actions{opacity:0;}
.upAdmin tr:hover .row-actions{opacity:1;}
.upAdmin .row-actions a:hover{text-decoration:none;}
.upAdmin .row-actions a.submitdelete{
    color: #b32d2e;
}
.upAdmin .btnAddNew{
    padding: 4px 5px;
    border: 1px solid #293042;
    color: #293042;
    height: 30px;
    margin-left: 10px;
    border-radius: 3px;
	background: #fff;
}
.upAdmin .btnAddNew:hover, .upAdmin .btnAddNew:focus{
	background:transparent;
	text-decoration:none;
}
.upAdmin #btnShowHidePass{
    position: absolute;
    right: 10px;
    bottom: 48px;
    cursor: pointer;
}

