#loading{
    padding:1em;
    font-size: 3em;
}
.table{
    border: 1px solid lightgray;
    text-align: center;
}
th{
    border-right: 1px solid lightgray;
    width: 1%;
    white-space: nowrap;
}
td{
    border-right: 1px solid lightgray;
    width: 1%;
    white-space: nowrap;
}
#headerDiv{
    line-height: 70px;
    padding: 8px;
}
.logo {
    display: inline;
}
div.rightLogo {
    float: right;
}
#tableDiv{
    height: 700px;
    padding:20px;
    overflow: auto;
    margin-bottom: 30px;
    border-collapse: collapse;
    border-spacing: 0;
}
footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
}

div#footer {
    height: 80px;
    background-color: #101044;
    width: 100%;
    padding: 20px;
    overflow: auto;
    margin-right: 20px;
}

#searchCode{
    margin:1em;
}

input.form-control.search-input{
    width: 190px;
    float: right!important;
}
.page-item.active .page-link {
    z-index: 0;
}