.ContentPanel > .Header {
    background-color: rgba(128,195,1,0.8);
    border: 1px solid rgba(249,203,75,0.5);
    border-bottom: 0 none;
}

.ContentPanel > .Header .InfoHotspot {
    color: rgba(215,215,215,1);
}

.ContentPanel > .Header .Description {
    color: rgba(215,215,215,1);
}

.ContentPanel > .Middle {
    background-image: url("image/content-panel-gradient.png");
    border: 1px solid rgba(249,203,75,0.5);
}

.Tabs > .Navigation > li {
    background-color: rgba(128,195,1,0.5);
    color: #055b01;
}

.Tabs > .Navigation > li.Selected {
    background-color: rgba(0,158,1,0.5);
    color: #f9cb4b;
}

.Tabs > .Navigation > li.Inactive {
    color: rgba(0,0,0,0.25);
}

.Tabs.Loading:after {
    background-image: url("../image/loader.svg");
}

.ChartContainer .ChartExplanation {
    color: #fff;
}

.Table tbody tr.Clickable td:last-child:after {
    color: #f9cb4b;
}

.Table thead th,
.Table tbody td {
    border-bottom: 1px solid #3ff5aa;
}

.Table thead th {
    color: #47e046;
}

.Table tbody td {
    color: #b7b7b7;
}

.Table tbody tr.Inactive td {
    color: rgba(255,255,255,0.5);
}

.Table tbody td .Badge {
    background-color: #47e046;
    color: #055b01;
}

@media screen and (orientation:portrait) {
    .ContentPanel > .Header {
        border: 0 none;
    }

    .Table:not(.PortraitTable) tbody tr {
        border-bottom: 1px solid #3ff5aa;
    }

    .Table:not(.PortraitTable) tbody td:before {
        color: #47e046;
    }

    .ContentPanel > .Header {
        background-color: transparent;
    }

    .ContentPanel > .Header .CloseButton,
    .ContentPanel > .Header .BackButton {
        color: #f9cb4b;
    }

    .ContentPanel > .Header .Navigation {
        background-color: rgba(0,158,1,0.5);
    }

    .Tabs > .Navigation > li.Selected {
        border-bottom-color: #f9cb4b !important;
    }

    .CarouselContainer .CarouselNav i {
        color: #f9cb4b;
    }

    .Table tbody td.Buttons button {
        background-color: #f9cb4b !important;
        color: #009e01 !important;
    }

    .Table tbody td.Buttons button.Inactive,
    .Table tbody td.Buttons button:disabled {
        color: rgba(0, 0, 0, 0.25) !important;
    }
}
