/*
.overrides_custom css

Place styles for simple UI customization in this file.

This file is loaded after all other CSS, so selectors here will win in case of conflict with default rules.

Using this file to customize is the method most likely to conserve your customizations even if markup changes in future product releases.

Extensive customizations may be easier to implement by replacing one or more of the standard theme files in your custom theme folder.

However, if future product releases place styles for new markup components into the files you have replaced, your theme will not have these new styles,
and therefore, will not display the new components correctly.

*/

#loginPage .login {
	position: fixed;
}

#loginPage #copy .content {
  display: none;
}

#loginForm .devices {
  display: none;
}

#loginPage #showHideLocaleAndTimezone,
#loginPage a#needHelp,
#loginPage #help,
#loginPage #helpLoggingIn{
  display:none;
}

/*
#home_user .homeSidebar-title {
  font-size: 32px;
  font-weight: lighter;
  color: #2ea2e7;
}
*/

#jrsSchedule_resultTypeRadio2,
#jrsSchedule_resultTypeRadio3,
#jrsSchedule_includeHtmlReport,
#fileSystemOutput,
#ftpServerOutput,
#testConnection {
  display:none;
}

/* NEW CSS UPDATES FOR 7.8 */

/* Adjust the ribbon color on all pages to match Benevity blue */
.banner {
    background-color: #009ed1;
}

/* Adjust the menu button colors when highlighting over the top ribbon */
.menu.primaryNav .wrap.over,
.menu.primaryNav .wrap.pressed {
    background-color: #0081cb;
}

/* Adjust the Header bottom border color on all pages to match Benevity blue */
.pageHeader {
  border-bottom: 5px solid #009ed1;
}

/* Adjust the Header bottom border color on all reports to match Benevity blue */
#reportViewer .body.oneColumn > .header, #reportViewer .body.twoColumn > .header {
  border-bottom: 5px solid #009ed1;
}

/* Adjust the color of the highlighted rows / selections to match the Benevity blue */
.list > li > .wrap.pressed, .list > li.selected > .wrap, .list > li.selected > .wrap.over {
    background-color: #009ed1;
}
.menu.vertical li > .wrap.over,
.menu.vertical li > .wrap.pressed {
    background-color: #009ed1;
}

/* Adjust the color of the footer bar across all pages to match Benevity blue */
#frameFooter {
    background-color: #009ed1;
}

/* Adjust the top right portion of the interface for the Benevity logo */
#logo {
    background-image: url(images/logo.png);
    height: 25px;
    width: 160px;
    margin: 7px 4px 0 8px;
}

/* Hide the UTC timestamp on the main page */
.resourceBlock-list .fileDate {
  display: none;
}

/* Adjust the color of the "Viewing" button on Dashboards to match Benevity blue*/
.jr-mButtonPrimary.jr {
    background-color: #009ed1;
}

/* Adjust the color when hovering over items on the menu bar to match a slight shade of Benevity blue*/
.jr-mButtonPrimary.jr-isHovered.jr,
.jr-mButtonPrimary.jr:hover,
.jr-mButtonPrimary.jr:focus {
  background-color: #0081cb;
}

/* Remove a background colour on the currently logged in user if its been selected*/
#metaLinks li.subfocus:not(select) {
    background-color: transparent;
}

/* NEW CSS UPDATES FOR 8.0 */

/* Hide the 'embed code' button within an ad hoc/dashboard taskbar*/
#embed {
  display: none;
}

/* Hide the 'license expiry' message on the login screen when the license is within 14 days of expiring
p#customError.errorMessage {
  display: none;
}
*/