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

*/

/* BUTTONS */

#globalSearch .button.search {
	border-left: 2px solid #000b2c;
}

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


/* CONTAINERS */

.banner {
	border-top:1px solid #000b2c;
	border-bottom: 1px solid #000b2c;
}

column.decorated {
	border:1px solid #000b2c;
}

#frameFooter {
	background: url("images/footer_bkgd.png") repeat-x scroll 0 0 #024666;
	border-top: 1px solid #000b2c
}

body {
	background: none repeat scroll 0 0 #035b85;
}

.panel.tooltip .message.label {
    color: #035B85;
    margin-bottom: 0;
}

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

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

#systemMessage {
    color: #035b85;
    font-weight: bold;
    padding: 6px 6px 0;
    text-align: center;
}


/* CONTROLS */

#globalSearch.searchLockup > .wrap {
	border: 1px solid #000b2c;
}

/* LISTS */

.list > li > .wrap.pressed,
.list > li.selected > .wrap,
.list > li.selected > .wrap.over {
	background-color: #035B85;
}

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


/* THEME */

/* sky */
.palette09,
.launcher,
.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;
}

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

/* dark blue in gradient */
.content .header > .title, 
.column.decorated.minimized .vtitle, 
.tabSet.horizontal.buttons .selected > .button > .wrap,
#filter-container .filterName,
#expression-container .filterName {
	color: #035b85;
}

/* royal */
.palette11,
.textAccent02,
.tabSet.text .selected.tab>.wrap,
.tabSet.text .selected.tab>.wrap.over,
.tabSet.text .selected.tab>.wrap.pressed,
.list.filters>li.selected>.wrap,
.list.filters>.leaf>.wrap.pressed,
.list.stepIndicator .selected>.wrap,
.panel.info.system .message,
.resourceName,
.fsection,
#reportContainer a {
	color:#035b85;
}

/* orange */
.palette13,
.textAccent,
.button.action.jumbo.over,
#needHelp {
	color:#dd770d;
}

/* .orange2 */
.palette14,
#needHelp:active,
.button.action.jumbo.pressed {
	color:#bf5b08;
}

/* orange3 */
.palette15,
.button.capsule.down {
	color:#532a0a;
}

/* orange4 */
.palette16,
.button.capsule.down.disabled,
.button.capsule.down[disabled],
.resourcePath {
	color:#9f481d;
}

.wrap.dragging,
.overlay.col.dragging,
.overlay.group.dragging,
.overlay.xtab.gr.dragging,
.overlay.xtab.m.dragging,
.overlay.legend.dragging,
.dragMultiple.dragging .wrap {
	/* an object being dragged gets the .dragging class applied */
	background-color:#035b85 !important;
}

a#about, 
a#about:hover, 
a#about:active, 
#frameFooter,
#frameFooter #about a,
#frameFooter #about a:visited {
	color: #92c6de;
	color: #92c6de\9; /* IE8 and IE9 */
}

a.emphasis,
a.emphasis:link,
a.emphasis:visited,
a.emphasis:hover,
a.emphasis:active {
	color:inherit;
}


.palette09_bkgd {background-color:#035b85;}
.palette10_bkgd {background-color:#92c6de;}
.palette11_bkgd {background-color:#035b85;}
.palette13_bkgd {background-color:#dd770d;}
.palette14_bkgd {background-color:#bf5b08;}
.palette15_bkgd {background-color:#532a0a;}
.palette16_bkgd {background-color:#9f481d;}



/* PAGE SPECIFIC */

#resultsList li.selected > div.wrap > div.resourceType,
#resultsList li.pressed > div.wrap > div.resourceType {
	background:#035b85 !important;
}

.authorityPicker .selected,
.authorityPicker .highlighted.selected {
    background-color: #035b85;
}



/* JIVE */

.jive_dialog .dialogHeader {
    color: #035b85 !important;
}

#jive_dialog .button.action {
	background: url("images/button_action_sprite.png") repeat-x scroll 0 0 #D8DAD7 !important;
}

#jive_dialog .button.action.primary {
	background: url("images/button_action_primary_sprite.png") repeat-x scroll 0 0 #2881BB !important;
}

.jive_inputbutton {
	background-image:url("images/dialog_button_sprite.png") !important;
}

.jive_inputbutton.plain {
    background: none repeat scroll 0 0 transparent !important;
}