body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #180830;
    color: #eee;
    min-width: 320px;
    height: 100%;
    margin: 0;
}

.wrapper:before {
    background: linear-gradient(180deg,#f22cf0,#180830);
    content: "";
    height: 230px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.navbar { height: 32px; }
.content { margin-top: 0; }
.header { margin: 0; }

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: underline;
    color: #e835f0;
}

.navbar .nav-item .dropdown-menu {
    background-color: #180830;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif;
    font-weight: 700;
}

.header-title { color: #eee; }

#loading_spin{
  position: fixed;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 150px;
  height: 150px;
  z-index: 9999;
}

.table-header-tooltip {
    color: #180830;
    cursor: pointer;
}

.footer-logo img{
    max-width: 55%;
    height: auto;
}

.footer-logo{
    padding: 10px;
}

.no_marg_no_pad {
    margin: 0 !important;
    padding: 0 !important;
}

.dataTables_empty {
    font-size: 150%;
    font-weight: bold;
    text-align: left !important;
}