.atStatus-lec {
  border-bottom-color: blue;
}

.login-background {
  background-image: none;
}

.login-content {
    background: url(../public/UoB_RGB_24.svg) center no-repeat;
    background-color: #ffffff;
}
.sidebarUser-title {
    visibility: hidden;
}
.sidebarNav-link-text, .sidebarUser, .sidebarUser-title {
	color: #000;
}
.sidebarUser {
  color: #000;
}
.button--primary {
    background: #B01C2E;
    color: #fff; 
    border-color: #B01C2E;
}
.button.at-sidebarUser {
    background: #B01C2E;
    color: #fff;
}
.sidebarNav-link.sidebarNav-link--active {
    background-color: #000;
    color: #fff;
}
.sidebarNav-link.sidebarNav-link--active .sidebarNav-link-chevron {
  fill: #E85719;
}
.sidebarNav-link.sidebarNav-link--active .sidebarNav-link-text {
    color: #fff;
}
.sidebarNav-link.sidebarNav-link:hover {
    background-color: #808080;
    color:#fff ;
}
.button.at-sidebarUser:hover, .mce-btn-group .at-sidebarUser.mce-tinymce-extraButton.mce-btn:hover {
        background-color: #808080;
}
.sidebar {
    background: linear-gradient(#E5E6E5, #E5E6E5);
}
.sidebarMeta-link {
    text-decoration: underline;
    color: #B01C2E;   
}
.timezoneMeta .sidebarMeta-link, .sidebarLanguage-item
{
    text-decoration: underline;
    color: #B01C2E;
}
.sidebarLanguage-item svg {
  fill: #B01C2E;
}
/* Help and time link hover */
.sidebarMeta-link:hover {
    color: blue;
}
