/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 * (generated)
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    zoom: 1;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*!
 * jQuery UI CSS Framework 1.8.23
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=cccccc&bgTextureHeader=01_flat.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=01_flat.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=01_flat.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=01_flat.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=01_flat.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=01_flat.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=&opacityOverlay=70&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=50&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */

/* Component containers
----------------------------------*/
.ui-widget {
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid rgb(170, 170, 170);
    /*background: rgb(255, 255, 255) url("/javax.faces.resource/documents/theme/images/ui-bg_flat_75_ffffff_40x100.png.xhtml") 50% 50% repeat-x;*/
    color: rgb(34, 34, 34);
}

.ui-dialog {
    background-color: white;
}

.ui-autocomplete-panel {
    background-color: white;
}

.ui-datepicker {
    background-color: white;
}

.ui-widget-content a {
    color: rgb(34, 34, 34);
}

.ui-widget-header {
    border: 1px solid rgb(170, 170, 170);
    background: rgb(204, 204, 204) url("/javax.faces.resource/documents/theme/images/ui-bg_flat_75_cccccc_40x100.png.xhtml") 50% 50% repeat-x;
    color: rgb(34, 34, 34);
    font-weight: bold;
}

.ui-widget-header a {
    color: rgb(34, 34, 34);
}

/* Interaction states
----------------------------------*/
.ui-widget-header .ui-inputfield, .ui-widget-content .ui-inputfield {
    font-weight: normal !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid rgb(211, 211, 211);
    background-color: rgb(230, 230, 230);
    font-weight: bold;
    color: rgb(85, 85, 85);
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: rgb(85, 85, 85);
    text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid rgb(153, 153, 153);
    background-color: rgb(218, 218, 218);
    font-weight: bold;
    color: rgb(33, 33, 33);
}

.ui-state-hover a, .ui-state-hover a:hover {
    color: rgb(33, 33, 33);
    text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid rgb(170, 170, 170);
    background-color: rgb(255, 255, 255);
    font-weight: bold;
    color: rgb(33, 33, 33);
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: rgb(33, 33, 33);
    text-decoration: none;
}

.ui-widget :active {
    outline: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid rgb(252, 239, 161);
    color: rgb(54, 54, 54);
    background: #B1CA46;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: rgb(54, 54, 54);
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid rgb(205, 10, 10);
    background: rgb(254, 241, 236) url("/javax.faces.resource/documents/theme/images/ui-bg_flat_95_fef1ec_40x100.png.xhtml") 50% 50% repeat-x;
    color: rgb(205, 10, 10);
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: rgb(205, 10, 10);
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: rgb(205, 10, 10);
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .80;
    filter: Alpha(Opacity=80);
    background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url("/javax.faces.resource/documents/theme/images/ui-icons_000000_256x240.png.xhtml");
}

.ui-widget-content .ui-icon {
    background-image: url("/javax.faces.resource/documents/theme/images/ui-icons_000000_256x240.png.xhtml");
}

.ui-widget-header .ui-icon {
    background-image: url("/javax.faces.resource/documents/theme/images/ui-icons_000000_256x240.png.xhtml");
}

.ui-state-default .ui-icon {
    background-image: url("/javax.faces.resource/documents/theme/images/ui-icons_000000_256x240.png.xhtml");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("/javax.faces.resource/documents/theme/images/ui-icons_000000_256x240.png.xhtml");
}

.ui-state-active .ui-icon {
    background-image: url("/javax.faces.resource/documents/theme/images/ui-icons_000000_256x240.png.xhtml");
}

/*.ui-state-highlight .ui-icon {*/
/*background-image: url("/javax.faces.resource/documents/theme/images/ui-icons_2e83ff_256x240.png.xhtml");*/
/*}*/

.ui-state-highlight .ui-icon {
    background-image: url("/javax.faces.resource/documents/theme/images/ui-icons_000000_256x240.png.xhtml");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("/javax.faces.resource/documents/theme/images/ui-icons_000000_256x240.png.xhtml");
}

.newButtonInTitle .ui-icon {
    width: 16px;
    height: 16px;
    background-image: url("/javax.faces.resource/documents/theme/images/ui-icons_b1ca46_256x240.png.xhtml");
}

.newButtonInTitle.ui-state-default .ui-icon {
    background-image: url("/javax.faces.resource/documents/theme/images/ui-icons_b1ca46_256x240.png.xhtml");
}

.newButtonInTitle.ui-state-hover .ui-icon, .newButtonInTitle.ui-state-focus .ui-icon {
    background-image: url("/javax.faces.resource/documents/theme/images/ui-icons_b1ca46_256x240.png.xhtml");
}

.newButtonInTitle.ui-state-active .ui-icon {
    background-image: url("/javax.faces.resource/documents/theme/images/ui-icons_b1ca46_256x240.png.xhtml");
}

.newButtonInTitle.ui-state-highlight .ui-icon {
    background-image: url("/javax.faces.resource/documents/theme/images/ui-icons_b1ca46_256x240.png.xhtml");
}

.newButtonInTitle.ui-state-error .ui-icon, .newButtonInTitle.ui-state-error-text .ui-icon {
    background-image: url("/javax.faces.resource/documents/theme/images/ui-icons_b1ca46_256x240.png.xhtml");
}

.downloadFileButton .ui-icon {
    width: 16px;
    height: 16px;
    background-image: url("/javax.faces.resource/documents/theme/images/ui-icons_000000_256x240.png.xhtml");
}

.downloadFileButton.ui-state-default .ui-icon {
    background-image: url("/javax.faces.resource/documents/theme/images/ui-icons_000000_256x240.png.xhtml");
}

.downloadFileButton.ui-state-hover .ui-icon, .downloadFileButton.ui-state-focus .ui-icon {
    background-image: url("/javax.faces.resource/documents/theme/images/ui-icons_000000_256x240.png.xhtml");
}

.downloadFileButton.ui-state-active .ui-icon {
    background-image: url("/javax.faces.resource/documents/theme/images/ui-icons_000000_256x240.png.xhtml");
}

.downloadFileButton.ui-state-highlight .ui-icon {
    background-image: url("/javax.faces.resource/documents/theme/images/ui-icons_000000_256x240.png.xhtml");
}

.downloadFileButton.ui-state-error .ui-icon, .downloadFileButton.ui-state-error-text .ui-icon {
    background-image: url("/javax.faces.resource/documents/theme/images/ui-icons_000000_256x240.png.xhtml");
}

/* positioning */
.ui-icon-empty {
    background-image: none !important;
}

.ui-icon-carat-1-n {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/1downarrow.png.xhtml") !important;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/1rightarrow.png.xhtml") !important;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/1downarrow1.png.xhtml") !important;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/1leftarrow.png.xhtml") !important;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/up.png.xhtml") !important;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/agt_forward.png.xhtml") !important;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/down.png.xhtml") !important;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/agt_back.png.xhtml") !important;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/up.png.xhtml") !important;
}

.ui-icon-arrowstop-1-e {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/forward.png.xhtml") !important;
}

.ui-icon-arrowstop-1-s {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/down.png.xhtml") !important;
}

.ui-icon-arrowstop-1-w {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/back.png.xhtml") !important;
}

.ui-icon-arrowthick-1-n {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/up.png.xhtml") !important;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/forward.png.xhtml") !important;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/down.png.xhtml") !important;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/back.png.xhtml") !important;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/up.png.xhtml") !important;
}

.ui-icon-arrowthickstop-1-e {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/forward.png.xhtml") !important;
}

.ui-icon-arrowthickstop-1-s {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/down.png.xhtml") !important;
}

.ui-icon-arrowthickstop-1-w {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/back.png.xhtml") !important;
}

.ui-icon-arrowreturnthick-1-w {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/undo.png.xhtml") !important;
}

.ui-icon-arrowreturnthick-1-n {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/up.png.xhtml") !important;
}

.ui-icon-arrowreturnthick-1-e {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/undo.png.xhtml") !important;
}

.ui-icon-arrowreturnthick-1-s {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/undo.png.xhtml") !important;
}

.ui-icon-arrowreturn-1-w {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/undo.png.xhtml") !important;
}

.ui-icon-arrowreturn-1-n {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/undo.png.xhtml") !important;
}

.ui-icon-arrowreturn-1-e {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/undo.png.xhtml") !important;
}

.ui-icon-arrowreturn-1-s {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/undo.png.xhtml") !important;
}

.ui-icon-arrowrefresh-1-w {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/reload.png.xhtml") !important;
}

.ui-icon-arrowrefresh-1-n {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/reload.png.xhtml") !important;
}

.ui-icon-arrowrefresh-1-e {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/reload.png.xhtml") !important;
}

.ui-icon-arrowrefresh-1-s {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/reload.png.xhtml") !important;
}

.ui-icon-arrow-4 {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/move.png.xhtml") !important;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/tab_new.png.xhtml") !important;
}

.ui-icon-newwin {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/new window.png.xhtml") !important;
}

.ui-icon-refresh {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/reload.png.xhtml") !important;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/agt_update_drivers.png.xhtml") !important;
}

.ui-icon-transferthick-e-w {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/agt_update_drivers.png.xhtml") !important;
}

.ui-icon-folder-collapsed {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/filesystems/folder_grey.png.xhtml") !important;
}

.ui-icon-folder-open {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/filesystems/folder.png.xhtml") !important;
}

.ui-icon-document {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/filesystems/file_doc.png.xhtml") !important;
}

.ui-icon-document-b {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/attach.png.xhtml") !important;
}

.ui-icon-note {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/mail_new.png.xhtml") !important;
}

.ui-icon-mail-closed {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/newmsg.png.xhtml") !important;
}

.ui-icon-mail-open {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/mailappt.png.xhtml") !important;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/comment.png.xhtml") !important;
}

.ui-icon-person {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/identity.png.xhtml") !important;
}

.ui-icon-print {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/fileprint.png.xhtml") !important;
}

.ui-icon-print-big {
    width: 32px;
    height: 32px;
    background-image: url("/javax.faces.resource/documents/theme/images/32x32/actions/fileprint.png.xhtml") !important;
}

.ui-icon-trash {
    background-image: url("/javax.faces.resource/documents/theme/images/32x32/actions/trash.png.xhtml") !important;
}

.ui-icon-locked {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/lock.png.xhtml") !important;
}

.ui-icon-unlocked {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/unlock.png.xhtml") !important;
}

.ui-icon-bookmark {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/bookmark.png.xhtml") !important;
}

.ui-icon-tag {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/flag.png.xhtml") !important;
}

.ui-icon-home {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/filesystems/folder_home.png.xhtml") !important;
}

.ui-icon-flag {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/flag.png.xhtml") !important;
}

.ui-icon-calendar {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/7days.png.xhtml") !important;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/edit.png.xhtml") !important;
}

.ui-icon-clock {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/history.png.xhtml") !important;
}

.ui-icon-disk {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/devices/hdd_unmount.png.xhtml") !important;
}

.ui-icon-calculator {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/apps/calc.png.xhtml") !important;
}

.ui-icon-zoomin {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/viewmag+.png.xhtml") !important;
}

.ui-icon-zoomout {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/viewmag-.png.xhtml") !important;
}

.ui-icon-search {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/viewmag.png.xhtml") !important;
}

.ui-icon-wrench {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/configure.png.xhtml") !important;
}

.ui-icon-gear {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/gear.png.xhtml") !important;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/bookmark.png.xhtml") !important;
}

.ui-icon-link {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/webexport.png.xhtml") !important;
}

.ui-icon-cancel {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/gg_ignored.png.xhtml") !important;
}

.ui-icon-plus {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/edit_add.png.xhtml") !important;
}

.ui-icon-plusthick {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/edit_add.png.xhtml") !important;
}

.ui-icon-add-user {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/add_user.png.xhtml") !important;
}

.ui-icon-minus {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/edit_remove.png.xhtml") !important;
}

.ui-icon-minusthick {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/edit_remove.png.xhtml") !important;
}

.ui-icon-close {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/button_cancel.png.xhtml") !important;
}

.ui-icon-closethick {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/button_cancel.png.xhtml") !important;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/editcut.png.xhtml") !important;
}

.ui-icon-clipboard {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/editpaste.png.xhtml") !important;
}

.ui-icon-copy {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/editcopy.png.xhtml") !important;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/filesystems/image.png.xhtml") !important;
}

.ui-icon-video {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/mimetypes/video.png.xhtml") !important;
}

.ui-icon-script {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/mimetypes/shellscript.png.xhtml") !important;
}

.ui-icon-alert {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/agt_update_critical.png.xhtml") !important;
}

.ui-icon-info {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/info.png.xhtml") !important;
}

.ui-icon-notice {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/info.png.xhtml") !important;
}

.ui-icon-help {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/help.png.xhtml") !important;
}

.ui-icon-check {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/button_ok.png.xhtml") !important;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-off {
    background-position: -96px -144px;
}

.ui-icon-radio-on {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/player_play.png.xhtml") !important;
}

.ui-icon-pause {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/player_pause.png.xhtml") !important;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/exit.png.xhtml") !important;
}

.ui-icon-signal-diag {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/signal-1.png.xhtml") !important;
}

.ui-icon-signal {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/signal-1.png.xhtml") !important;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/edit_add.png.xhtml") !important;
}

.ui-icon-circle-minus {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/edit_remove.png.xhtml") !important;
}

.ui-icon-circle-close {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/button_cancel.png.xhtml") !important;
}

.ui-icon-circle-triangle-e {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/1rightarrow.png.xhtml") !important;
}

.ui-icon-circle-triangle-s {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/1downarrow1.png.xhtml") !important;
}

.ui-icon-circle-triangle-w {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/1leftarrow.png.xhtml") !important;
}

.ui-icon-circle-triangle-n {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/1downarrow.png.xhtml") !important;
}

.ui-icon-circle-arrow-e {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/agt_forward.png.xhtml") !important;
}

.ui-icon-circle-arrow-e-big {
    width: 32px;
    height: 32px;
    background-image: url("/javax.faces.resource/documents/theme/images/32x32/actions/agt_forward.png.xhtml") !important;
}

.ui-icon-circle-arrow-s {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/down.png.xhtml") !important;
}

.ui-icon-circle-arrow-w {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/agt_back.png.xhtml") !important;
}

.ui-icon-circle-arrow-w-big {
    width: 32px;
    height: 32px;
    background-image: url("/javax.faces.resource/documents/theme/images/32x32/actions/agt_back.png.xhtml") !important;
}

.ui-icon-circle-arrow-n {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/up.png.xhtml") !important;
}

.ui-icon-circle-zoomin {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/viewmag+.png.xhtml") !important;
}

.ui-icon-circle-zoomout {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/viewmag-.png.xhtml") !important;
}

.ui-icon-circle-check {
    background-image: url("/javax.faces.resource/documents/theme/images/16x16/actions/button_ok.png.xhtml") !important;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -khtml-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* Overlays */
.ui-widget-overlay {
    background: rgb(170, 170, 170) url("/javax.faces.resource/documents/theme/images/ui-bg_flat_0_aaaaaa_40x100.png.xhtml") 50% 50% repeat-x;
    opacity: .70;
    filter: Alpha(Opacity=70);
}

/*.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: rgb(170, 170, 170) url("/javax.faces.resource/documents/theme/images/ui-bg_flat_0_aaaaaa_40x100.png.xhtml") 50% 50% repeat-x;
    opacity: .50;
    filter: Alpha(Opacity=50);
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}*/

h3.objectDataDocumentAccordion {
    background-color: #b1ca46 !important;
    font-size: 1.1em;
}

.manual-panel {
    max-height: 700px;
    margin-left: 10px;
}

.manual-panel > img {
    max-width: 500px;
}

.manual-title-rating-dialog {
    font-size: 1.5em;
    color: white;
    padding: 5px;
    font-weight: bold;
}

.panelHeaderManualusageTabStyle {
    background: #00552B !important;
}

.panelHeaderManualinfrastructureTabStyle {
    background: #207E34 !important;
}

.panelHeaderManualenergyTabStyle {
    background: #76C043 !important;
}

.panelHeaderManualmaterialsTabStyle {
    color: black;
    background: #D7E9C1 !important;
}

.panelHeaderManuallivingCycleTabStyle {
    color: black;
    background: #C1E5E3 !important;
}

.indicatorRatingHelpPanel {
    background-color: white;
    position: relative;
    min-height: 120px;
    border-style: solid;
    border-width: thin;
    padding: 5px;
}

.ui-tooltip-text {
    background-color: white !important;
    color: black !important;
    width: 240px;
    overflow-wrap: break-word;
}

.manual-panel * ul {
    padding-left: 15px;
    margin-block-start: 5px;
    margin-block-end: 5px;
}

.manual-table {
    border-collapse: collapse;
    border-spacing: 0;
}

.manual-table td {
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: black;
    text-align: left;
    vertical-align: top;
}

.manual-table th {
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: black;
    background-color: #d9d9d9;
    text-align: center;
    vertical-align: top;
}

.manual-title {
    color: #808080;
    font-weight: bold;
}

a:link.manual {
    color: #0645AD;
    text-decoration: underline;
}

a:visited.manual {
    color: #0B0080;
    text-decoration: underline;
}

h3.objectDataDocumentAccordion ~ div td {
    vertical-align: top;
}

.ui-menu, .ui-menu-dynamic {
    background-color: #fff;
}

.selectOneMenuGrouped.ui-selectonemenu-list, .ui-selectonemenu-panel {
    position: fixed !important;
    max-height: 20% !important;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #fff;
}

.selectOneMenuGrouped .ui-selectonemenu-items-wrapper {
    height: 100% !important;
    overflow: scroll;
}

.selectOneMenuGrouped .ui-selectonemenu-trigger {
    padding: 0 5px !important;
}

.headerless.ui-datatable table {
    overflow: hidden;
}

.headerless.ui-datatable table thead {
    display: block;
    height: 0px;
}

.headerless.ui-datatable table tr.ui-datatable-empty-message {
    display: none;
}

.objectDataDocumentChunk td {
    padding-bottom: 20px;
}