﻿/*
.table-responsive{
    height:400px;
    overflow:scroll;
}
thead tr:nth-child(1) th{
    background: white;
    position: sticky;
    top: 0;
    z-index: 10;
}*/

/* Fix for dropdown menus appearing behind table content */
.table-responsive .dropdown-menu {
    z-index: 1050 !important;
}
