<html><head>
    <title></title>

    <!--<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
    -->
    <link href="../Widgets/Css/bootstrap.4.3.1.min.css" rel="stylesheet">

    <script src="ClientGlobalContext.js.aspx"></script>
    <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>-->
    <script src="../Widgets/Scripts/jquery.3.4.1.js"></script>
    <script src="../Widgets/Scripts/momentjs.js"></script>
    <!--<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>-->
    <script src="../Widgets/Scripts/bootstrap.4.3.1.min.js"></script>
    <!--<script src="/Scripts/CustomView.js"></script>-->
    <script src="../Widgets/Scripts/CustomView.js"></script>
    <!--<script src="../../Scripts/CustomView.js"></script>-->

    <style>
        .headth {
            font-weight: bold;
        }


        th {
            font-weight: normal;
        }

        thread > tr {
            color: #6E6F77;
            width: calc(100% - 36px);
        }

        tr {
            font-size: 12px;
        }

        .btn-outline-secondary {
            font-size: 10px !important;
        }

        table.scrollmenu {
            overflow: auto;
            white-space: nowrap;
        }

            table.scrollmenu a {
                display: inline-block;
                text-align: center;
                padding: 14px;
                text-decoration: none;
            }

        .tableFixHead {
            overflow-y: auto;
            /*height: 100px;*/
        }

            .tableFixHead thead th {
                position: sticky;
                top: -1;
            }

        /* Just common table stuff. Really. */
        table {
            border-collapse: collapse;
            width: 100%;
        }

        th, td {
            padding: 8px 16px;
        }

        th {
            background: #fff;
        }

        #norecord {
            padding-top: 18px;
            text-align: center;
            font-size: 14px;
        }
    </style>
    <meta>
<meta></head>
<body onfocusout="parent.setEmailRange();" style="overflow-wrap: break-word;">
    <table id="customview" class="table table-hover scrollmenu tableFixHead"></table>



</body></html>