.mdlWait{
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.3)
    url("http://localhost:8000/img/Eclipse-1s-200px.gif")
    50% 50%
    no-repeat;
}

body.loading .mdlWait{
    overflow: hidden;
}
body.loading .mdlWait{
    display: block;
}

a {
    color: #1C4588 !important;
}
a:hover {
    color: black;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1C4588;
}

/* thead {
    background-color: #1C4588;
    color: white;
}
table.table-bordered{
    border:1px solid #1C4588 !important;
}
table.table-bordered > thead > tr > th{
    border:1px solid #1C4588 !important;
}
table.table-bordered > tbody > tr > td{
    border:1px solid #1C4588 !important;
} */

.table-fixed {
    overflow: auto;
    height: 300px;
}

.table-fixed thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}
