#branding {
    background-color: #fff;
    padding: 0px;
}

#branding:after {
    display: block;
    content: "";
    width: 100%;
    height: 5px;
    background: /* gradient can be an image */
    linear-gradient(
      to left,
      rgba(29,175,237,1) 0%,
      rgba(23,165,85,1) 33%,
      rgba(235,33,46,1) 66%,
      rgba(255, 240, 53,1) 100%
    )
    left
    bottom
    #777
    no-repeat;
}

#branding h1 img {
    padding: 14px 32px 14px 36px;
    margin-top: 14px;
    margin-bottom: 14px;
    width: 150px;
    box-sizing: content-box;
}

#branding .sidebar-link-icon {
    color: #2c2829;
}

#branding .sidebar-link-icon:hover {
    color: #1dafed;
}


#branding .sidebar-header-menu-icon:hover {
    color: #1dafed;
}

.sidebar-wrapper {
    background-image: url("../assets/sidebar.png");
}

.sidebar-wrapper .sidebar-section:first-child {
    display: none;
}

.sidebar-section {
    border-bottom: 0px;
}

ul.errorlist {
    color: #FF5970;
}

ul.messagelist li.success a {
    color: #fff;
}
