#PageContainer {
    background-image:url(https://capu.inquisiqlms.com/warehouse/CapU/documents/ckeditorUploads/20220517182889_capstone-bg2.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:top;
}

.MasterContentMiddle { background:transparent; }

.InformationStatusPanel-SUCCESS .InformationStatusPanel-MessagingContainer {
    background-color:green;
    box-shadow:none;
}

ul.TabbedList li.TabbedListLIOn {
    background:green !important;
    border-bottom:2px solid green !important;
}

ul.TabbedList li.TabbedListLIOn:after, .PageCategory_General ul.TabbedList li.TabbedListLIOn:hover:after {
    border-top:12px solid green !important;
}

.TileType {
    background:green !important;
}

.ProgressBar > span {
	background-color:green;
}