#SearchBarContainer {
    display: none !important;
}

#UICenter {
    position: absolute !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 95% !important;
}

/* Hide footer thumbnail strip*/
#CollectionDiv {
    display: none !important;
}

.ui-layout-resizer{
    display: none!important;
}

/* We don't need to add assets to current collection because they can update it via the new glipto dropdown "collections" */
.addToCollection{
    display: none !important;
}
/* Remove link that redirects to 3rd party */
.HelpLink{
    display: none !important;
}

/* Remove storage size from dropdown */
.BasicsBox > p.clearerleft{
    display: none !important;
}

/* Remove link that remove from current collection */
a.removeFromCollection{
    display: none !important;
}

.BreadcrumbsBoxTheme{
    background-color: #235787!important;
}

.FeaturedSimpleTileActions{
    background-color: #235787!important;
}

.FeaturedSimpleTile .FeaturedSimpleTileContents h2{
    background-color: #235787!important;
    opacity: 85%;
}

.FeaturedSimpleTile{
    background-color: #235787!important;
}