#site-name a{
    font-size: 0;
    height: 50px;
    width: 50px;
    display: block;
    background-image: url(/static/media/NiloLogoSidebar.8961a68a.svg);
    background-size: 50px 45px;
    background-repeat: no-repeat;
    background-position: 50%;
}

#header {
    background-color: #003c46;
    margin-bottom: 16px !important;
}

#content {
    padding: 10px 20px !important;
}

#user-tools {
    width: 100%;
}

#user-tools a {
    border: 0px;
    color: #fff !important;
}

tr:nth-child(even), thead > tr > th {
    background-color: rgba(190, 210, 210, 0.3) !important;
}

tr:nth-child(odd){
    background-color: rgba(238, 238, 238, 0.4) !important;
}

caption {
    background-color: #003c46 !important;
}

.object-tools a {
    background-color: transparent;
    border: 1px solid ;
    border-color: #003c46;
    color: #003c46 !important;
}

.object-tools a:link {
    background-color: transparent;
}

.object-tools a:hover {
    background-color: #003c46;
    color: #fff !important;
}

input[type=submit] {
    background-color: transparent;
    border: 1px solid;
    border-color: #003c46;
    color: #003c46;
}

input[type=submit]:hover {
    background-color: #003c46;
    color: #fff;
}

.paginator {
    background-color: #EEEEEE !important;
    text-align: right;
    margin-top: 10px !important;
}

.module, .actions {
    background-color: transparent !important;
}

.text {
    color: #EB644B;
    font-size: 1.5em;
    font-weight: bold;
}

table thead th .text a {
    color: #EB644B;
    font-weight: bold;
    font-size: 1em;
}

td, th {
    font-family: 'Inter', sans-serif !important;
}

a:link, a:visited {
    color: #003c46;
    font-size: 1.1em;
}

.submit-row {
    background-color: transparent !important;
}

a.deletelink {
    background-color: #E43D2A !important;
}

input.default {
    background-color: #003c46 !important;
    color: #fff !important;
    font-weight: 400 !important;
}

table {
    caption-side: top  !important;
}

.submit-row a.deletelink {
    height: auto !important;
    background: #E43D2A !important;
}

#toolbar {
    background-color: transparent !important;
}

#searchbar {
    height: auto !important;
}

.module h2 {
    background: #003c46 !important;
    color: #fff !important;
}
