/*
.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.

*/
#loginForm .devices {
    background-image: url(images/logo_wide.png) !important;
    background-position: center center !important;
  
    background-color: #0252A7;
    height: 120px;
    background-size: 250px;
}


#loginPage #loginForm .action.primary {
    background-color: #0252A7;
}

#loginPage #copy {
    display: none !important;
}

/*Inside Logo Change*/

#logo { /* new logo image name and size (example is twice the original logo) */
  background: url("images/mycompany_logo.png");
  height: 40px;
  width: 90px;
}




/* CONTAINERS FOR TOP BORDER COLOUR CHANGE*/

.banner {
	background-color: #0252A7;
}

column.decorated {
	border:1px solid #0252A7;
}

#frameFooter {
	background-color: #0252A7;
}

.panel.tooltip .message.label {
    color: #0252A7;
    margin-bottom: 0;
}

.menu.vertical li > .wrap.over {
    background-color: #0252A7;
    /* background-color: #0252A7; */
}

.menu.vertical li > .wrap.pressed {
    background-color: #0252A7;
    /* background-color: #0252A7; */
}

#systemMessage {
    color: #0252A7;
    font-weight: bold;
    text-align: center;
}

/* CONTROLS */

#globalSearch.searchLockup > .wrap {
	border: 1px solid #0252A7;
}

/* LISTS */
/* SELECT LIST CONTROLS */

.list > li > .wrap.pressed,
.list > li.selected > .wrap,
.list > li.selected > .wrap.over,
.sList li.selected,
.mSelect-svList > .selected .mSelect-svList-button,
.list.filters > li > .wrap.over,
.list.filters > li > .wrap.pressed {
	background-color: #0252A7;
}

.sList li.active.selected,
.mSelect-svList > .active.selected .mSelect-svList-button {
	background-color:#0252A7;
}

.collapsible > li > .wrap > .icon,
.filters > li > .wrap > .icon,
.stepIndicator .icon {
    background-image: url("images/lists_sprite.png");
}

/* THEME */

/* sky */
.palette09,
.button.action.jumbo,
.homeSidebar-title, 
.workflow-title, 
.resourceBlock a:link, 
.resourceBlock a:visited, 
.resourceBlock a:hover, 
.resourceBlock a:active, 
.workflow-description a:hover {
	color:#035b85;
}

.button.action.primary.disabled,
.button.action.primary[disabled], 
.tabSet.buttons.vertical [disabled] {
    color: #7595ab;
}

.palette10,
#metaLinks a:active,
a#about:active {
	color:#92c6de;
}

/*To remove Description column in jasperserver*/

#repoBrowse .list.resources .resourceName {
width: 100%;
}

#repoBrowse .list.resources .resourceDescription {

display: none;

}



