﻿.master-header {
    background: #588157;
    color: white;
}

.master-title-bar {
    background-color: #a3b18a;
    background: linear-gradient(180deg, rgba(88,129,87,1) 0%, rgba(163,177,138,1) 5%);
    border-bottom-color: #344e41;
    color: #ffffff;
}

.master-title-bar, .master-title-bar a {
    color: #ffffff;
}

.master-footer {
    background-color: #344e41;
    color: white;
    border-top: solid 1px #a3b18a;
}
.master-title-bar .item.selected {
    color: #344e41;
}

.centered-content {
    color: #588157;
}

    .centered-content .header {
        color: #344e41;
    }

    .centered-content a {
        color: #3a5a40;
    }

        .centered-content a:hover {
            color: #a3b18a;
        }

.oauth-configured {
    color: green;
}

.oauth-not-configured {
    color: red;
}

.required-mark {
    color: red;
}