:root {
    --company-color: #aec845;
    --company-color-dark: #809432;
}

body {
    color: white;
}

h1 {
    color: #aec845;
}

h1 a {
    color: #aec845;
}

.form_description {
    color: black;
    margin-bottom: 20px;
}

nav {
    margin-right: 448px;
    height: auto;
}

nav ul {
    height: auto;
}

nav ul li.selected {
    background-color: #aec845;
}

div#main {
    min-height: calc(100% - 200px);
    padding: 20px;
}

#content {
    margin-right: 0px;
}

table.data th {
    background-color: #aec845;
    color: white;
}

div.box {
    border-radius: 0px;
    color: black;
}

div.title {
    border-top: solid 5px #aec845;
    color: #aec845;
}

div.box div.title h5 {
    color: #aec845;
}

a.action, input.action {
    background-color: #aec845;
}

fieldset {
    background-color: rgba(0, 0, 0, 0.5);
}

table.form > tbody > tr > td > label {
    min-width: 120px;
    display: inline-block;
}

ul.horizontal {
    list-style-type: none;
}

ul.horizontal li {
    float: left;
    margin-right: 10px;
}

div.logocontainer {
    width: 176px;
    height: 80px;
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 10px;
}

a#mainlogo {
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    height: 80px;
    position: relative;
    z-index: 1;
}

div.addlogocontainer {
    width: 176px;
    height: 80px;
    position: absolute;
    right: 236px;
    top: 20px;
    padding: 10px;
    background-color: white;
}

a.addlogo {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    height: 80px;
    position: relative;
    z-index: 1;
}

a.dataset span.icon {
    background-color: #aec845;
}

div.tabs>a.tab_selected>span.icon {
    background-color: #aec845;
}

div.tabs>a.tab_selected {
    color: #aec845;
    border-top: solid 3px #aec845;
}

div.tabs_subtab > a.tab_selected {
    background-color: #aec845;
    color: white;
    border-left: solid 1px #aec845;
    border-top: solid 1px #aec845;
}

div.tabcontent div.box {
    border-left: solid 1px #aec845;
    border-right: solid 1px #aec845;
    border-bottom: solid 1px #aec845;
}

div#col {
    background-color: transparent;
    box-shadow: none;
}

a#logo {
    display: none;
}

a.action:active, a.action:hover, input.action:active, input.action:hover {
    background-color: black;
}

.kpi_data { color: #aec845; }
.onpage_tab_selected { background-color: #aec845; }
