/*
.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.
e26b2b
*/
#loginPage #copy {
	display:none; /* Hide Jaspersoft Welcome section and links */
	width: 0;
}
#loginPage #help {
	display:none; /* Hide Jaspersoft Help link */
}
#banner,
#frameFooter {
 background-color:#f08c56;
 
}

#loginPage body {
	background-color: #f08c56;
}
.dashboardDesigner .dashboardSidebar .dashboard-newContent-webPageView {
    display: none;
}
#metaLinks > li#help {
    display: none;
}
.resourceBlock-list > li:nth-child(4),
.resourceBlock-list > li:nth-child(5),
.resourceBlock-list > li:nth-child(6) {
    display: none;
}
.resourceBlock:last-of-type {
    display: none;
}

#logo { /* new logo image name and size (example is twice the original logo) */
  background: url("images/logo.png") 0 0;
  background-repeat: no-repeat;
  height: 40px;
  width: 176px;
  margin-top: auto;
}
.banner { /* increases height of banner to accommodate bigger logo */
  height:65 px
}
#frame { /* moves the main frame a bit down to accommodate bigger logo */
  top: 66px;
}


#loginForm .devices {
    display: block;
    height: 100px;
     /* margin: 0 auto 10px; */
    background-repeat: no-repeat;
    background-image: url(images/login_devices.png)!important;
    /* background-position: center -22px !important; */
    background-size: 200px !important;
    margin-top: auto;
}


/* BUTTONS */
.button.capsule.superfocus.subfocus:hover,
.button.capsule.up.over,
.button.capsule.down,
.button.capsule.down.over,
.button.capsule.down.pressed {
    background-color: #f08c56; /* midnight 30% lighter */
}

.button.capsule.up.pressed,
.button.capsule.down.over,
.button.capsule.superfocus.subfocus.pressed {
    background-color: #E26B2B; /* midnight */
}

.action.jumbo.up.pressed {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #bf5b08;
}

.action.primary,
.action.primary.pressed,
.action.primary.pressed.over {
    background-image: none;
    background-color: #E26B2B; /* midnight */
}

.action.primary.over {
    background-color: #f08c56;
}

.action.small.up.over,
.action.small.up.pressed {
    background-color: #f08c56; /* midnight 30% lighter */
}

.action.small.pressed.over,
.action.small.down,
.action.small.down.over,
.action.small.down.pressed,
.sourceDialogNew .header .button.over.subfocus {
    background-color: #E26B2B; /* midnight */
}

#reportViewer .toolsRight .button.action.up.over,
#reportViewer .toolsRight .button.action.up.pressed,
#reportViewer .toolsRight .button.action.down,
#reportViewer .toolsRight .button.action.down.over,
#reportViewer .toolsRight .button.action.down.pressed {
    background-color: #f08c56; /* midnight 30% lighter */
}

#designer .toolbar .buttonSet .node > .button.pressed {
    background-color: #f08c56; /* midnight 30% lighter */
}

#tableOptions.over , #chartOptions.over {
    background-color: #f08c56; /* midnight 30% lighter */
}

#reportViewer #asyncCancel,
#reportViewer .toolbar #fileOptions.pressed,
#reportViewer .toolbar #export.pressed {
    background-color: #f08c56; /* midnight 30% lighter */
}

#reportPartsContainer .reportPart.active {
    background-color: #E26B2B;
}

#reportPartsContainer .button.action.up.over {
    background-color: #f08c56;
}

#reportPartsContainer .reportPart.over span {
    color: #3F97B5;
}

.dashboardToolbar #save.pressed,
.dashboardToolbar #export.pressed,
.dashboardCanvas .dashletToolbar .button.text.cancelDashletButton,
.dashboardCanvas .dashletToolbar .button.exportDashletButton.pressed {
    background-color: #f08c56; /* midnight 30% lighter */
}

.addNewItem, a.addNewItem {
    border: 1px solid #E26B2B; /* midnight */
    color: #10203f; /* midnight */
}

/* CONTAINERS */

.menu.primaryNav .wrap.over,
.menu.primaryNav .wrap.pressed {
    background-color: #3f97b5; /* Blue*/
}

.panel.tooltip .message.label {
    color: #3f97b5; /* midnight */
}

.menu.vertical li > .wrap.over,
.menu.vertical li > .wrap.pressed {
    background-color: #3f97b5 /* midnight 30% lighter */
}



/* CONTROLS */


/* 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,
.list.filters > li:not(.selected) > .wrap.over,
.list.filters > li:not(.selected) > .wrap.pressed {
	background-color: #3f97b5;
}


.list.filters > li:not(.selected) > .wrap.over .launcher,
.list.filters > li:not(.selected) > .wrap.pressed .launcher {
    color: #fff;
}

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


.list.tabular.resources.header,
.list.tabular.jobs.header {
    background-color: #ecf1f4;
}

.list.resources.sublist .resourceName > a {
    color: #083970;
}



.tabSet.vertical.buttons .button {
    background-color: #E26B2B;
}

.tabSet.vertical.buttons .selected .button,
.tabSet.vertical.buttons .selected .button.over,
.tabSet.vertical.buttons .selected .button.pressed,
.tabSet.vertical.buttons .button.pressed,
.tabSet.vertical.buttons .button.over {
    background-color: #f08c56;
}
