.themeDark
{
    background-color:rgb(88, 109, 87);
}

.themeLight
{
    background-color:rgb(126, 153, 122);
}

.themeTextDiscrete
{
    color:rgb(175, 175, 175);
}

.themeTextMarked
{
    font-weight: bold;
    color: orange;
}

.themeFooter
{
    background-color: rgb(88, 109, 87);
}

.themeFilterDark
{
    filter: invert(41%) sepia(32%) saturate(297%) hue-rotate(69deg) brightness(86%) contrast(81%);
}

.themeFilterLight
{
    filter: invert(63%) sepia(19%) saturate(464%) hue-rotate(79deg) brightness(86%) contrast(89%);
}

.themeText
{
    color: gray;
}

.themeTextLight
{
    color:rgb(216, 216, 216);
}

.themeTextDark
{
    color:rgb(0, 0, 0);
}

.themeButtonDark
{
    background-color: rgb(88, 109, 87);
    color: white;
    font-weight: bold;
}

.themeButtonDark:hover
{
    background-color:rgb(205, 219, 203);
}

.themeButtonLight
{
    background-color: rgb(126, 153, 122);
    color: black;
    font-weight: bold;
}

.themeButtonLight:hover
{
    background-color:rgb(205, 219, 203);
}

.themeSuccessful
{
    background-color: rgb(0, 145, 0);
}

.themeWorking
{
    background-color: rgb(194, 165, 0);
}

.themeFail
{
    background-color: rgb(167, 0, 0);
}


.themeButtonTrans
{
    background-color: transparent;
    color: black;
}

.themeButtonTrans:hover
{
    color:gray;
}

.sidebar
{
    background-color: white;
}

.navMenu
{
    background-color: white;
}