/**
 * Anpassungen das Primefaces Styles
 */

h3.ui-accordion-header.ui-state-default{
    border: 0;
    border-bottom: 1px dotted #808080;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    background: #fff !important;
    border-radius: 0;
    line-height: 2em;
}

#page-strassenuebersicht h3.ui-accordion-header,
#page-strassenuebersicht h3.ui-accordion-header.ui-state-active {
    border-radius: 0px;
}

#page-strassenuebersicht .ui-accordion .ui-accordion-content {
    margin-top: 0px;
}

.ui-widget-overlay {
    width: 100% !important;
}

.ui-tabs-panel {
    width: 900px;
}

.ui-tabs-panels {
    border-top: 2px dotted #CCCCCC;
}

.ui-tabs .ui-tabs-nav,
.ui-tabs-nav.ui-widget-header {
    background: none;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: right;
}

.ui-tree.ui-widget.ui-widget-content,
.ui-tabs.ui-widget.ui-widget-content {
    border: none;
}

.ui-tree {
    width: 450px;
}

#benutzer_form .ui-tree {
    width: 100%;
}



.ui-datatable .ui-column-filter {
    display: block;
    margin: auto;
    width: 130px;
}

.ui-tabs-nav a {
    width: 55px; /* IE 6 treats width as min-width */
    min-width: 55px;
    height: 23px; /* IE 6 treats height as min-height */
    min-height: 23px;
    padding-top: 18px;
    padding-right: 0;
}

.ui-tabs-nav li {
    z-index: 200;
}


#tabsBestandteil .ui-tabs-nav a {
    height: 20px; /* IE 6 treats height as min-height */
    min-height: 20px;
    padding-top: 15px;
    font-weight: normal;
}

*>.ui-tabs-nav a {
    width: auto;
    height: auto;
}

.ui-tabs-nav .ui-tabs-selected a,
.ui-tabs-nav a:hover,
.ui-tabs-nav a:focus,
.ui-tabs-nav a:active {
    background-position: 100% -150px;
}

.ui-tabs-nav a,
.ui-tabs-nav .ui-tabs-disabled a:hover,
.ui-tabs-nav .ui-tabs-disabled a:focus,
.ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}

.ui-tabs-nav .ui-tabs-selected a,
.ui-tabs-nav a:focus,
.ui-tabs-nav a:active {
    background-position: 0 -50px;
    color: #60606b;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 4px;
}

#tabsBestandteil .ui-tabs-nav .ui-tabs-selected a,
#tabsBestandteil .ui-tabs-nav a:hover,
#tabsBestandteil .ui-tabs-nav a:focus,
#tabsBestandteil .ui-tabs-nav a:active {
    padding-top: 12px;
    padding-bottom: 3px;
}

.ui-tabs-nav a,
.ui-tabs-nav .ui-tabs-disabled a:hover,
.ui-tabs-nav .ui-tabs-disabled a:focus,
.ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 0 0;
}

.abschnitt_tabelle {
    width:90%;
}

.abschnitt_tabelle td {
    width:25%;
}

.abschnitt_tabelle input[type=text].widmungstext{
    width: 64px;
}


.abschnitt_tabelle input[type=text].inputfeld_lang{
    width: 400px;
}


.abschnitt_tabelle input[type=text] {
    width: 150px;
}

.abschnitt_tabelle label {
    width: 75px;
}

.abschnitt_tabelle select {
    width: 160px;
}

.abschnitt_tabelle select.auswahlfeld_lang {
    width: 408px;
}

.abschnitt_labelcol {
    width: 25%;
}

.abschnitt_inputcol {
    width: 75%;
}

.inputfeld_lang {
    width: 400px;
}

.auswahlfeld_lang {
    width: 408px;
}

.auswahlfeld_mittel{
    width: 81%
}

.inputfeld_mittel{
    width: 85%
}

/** DataTable */
/** even-odd */
.ui-datatable-odd {
    background: none repeat scroll 0 0 #efefef;
}
label.ui-state-default .ui-icon,
button.ui-state-default .ui-icon{
    background-image: url("../resources/img/ui-icons_ffffff_256x240.png") !important;
}

/** Buttons (Icons) */
.icon-check {
    background-image: url("../resources/img/icon_check.png") !important;
}

.icon-pdf {
    background-image: url("../resources/img/icon_pdf.png") !important;
}

.ui-button {
    background: #4CA20B url(../resources/img/ui-bg_button_green.png) repeat-x scroll 50% 50% !important;
}

.ui-button.ui-state-hover,
.ui-button.ui-state-active {
    background: #4EB305 url(../resources/img/ui-bg_button_green_hover.png) repeat-x scroll 50% 50% !important;
    border: 1px solid #8BD83B !important;
}


.ui-button .ui-button-text {
    color: #FFFFFF !important;
}

.ui-button-text-icon-left .ui-button-text {
    line-height: 1.4;
    padding: 0.4em 1em 0.4em 2.1em;
}

.button_red{
    background: #c32d3c url(../resources/img/ui-bg_button_red.png) repeat-x scroll 50% 50% !important;
    border: 1px solid #ae3642 !important;
}

.button_red.ui-state-hover,
.button_red.ui-state-active {
    background: #c32d3c url(../resources/img/ui-bg_button_red_hover.png) repeat-x scroll 50% 50% !important;
    border: 1px solid #ae3642 !important;
}

.button_grey{
    background: #E6E6E6 url(../resources/img/ui-bg_button_grey.png) repeat-x scroll 50% 50% !important;
    border: 1px solid #D3D3D3 !important;
}

.button_grey .ui-button-text {
    color: #555555 !important;
}

.button_grey.ui-state-hover,
.button_grey.ui-state-active {
    background: #DADADA url(../resources/img/ui-bg_button_grey_hover.png) repeat-x scroll 50% 50% !important;
    border: 1px solid #999999 !important;
}


button.button_grey .ui-icon {
    background-image: url("../resources/img/ui-icons_888888_256x240.png") !important;
}

.button_grey.ui-state-hover .ui-icon,
.button_grey.ui-state-active .ui-icon{
    background-image: url("../resources/img/ui-icons_454545_256x240.png") !important;
}

/*.ui-inputfield {
    border: 1px solid #929297 !important;
    color: #64646E;
    padding: 2px 3px;
}

.ui-inputfield,
.ui-widget-content .ui-inputfield,
.ui-widget-header .ui-inputfield {
    box-shadow: none;
}

.ui-inputfield.ui-corner-all {
    border-radius: 0;
}

.ui-inputfield.ui-state-disabled{
    background-image: none !important;
    background-color: #ECECEC !important;
    border-color: #000 !important;
}*/



.ui-password-info {
    white-space: nowrap;
}

.ui-password-panel {
    background: none !important;
    background-color: #ffffff !important;
}

.ui-wizard .ui-wizard-step-title{
    border: 1px solid #D3D3D3;
    min-height: 23px;
    min-width: 55px;
    color: #212121;
    font-size: 11px;
    border-bottom: 0 none;
    padding: 8px 15px 5px 15px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.ui-wizard .ui-wizard-step-title.ui-state-highlight {
    background: #FFFFFF url(../resources/img/ui-bg_glass_100_f6f6f6_1x400.png) repeat-x scroll 50% 50% !important;      
    background-position: 0 -50px;
    border: 1px solid #999999;
    border-bottom: 0 none;
    font-weight: bold;
    color: #60606B;
}
.ui-wizard-content {
    margin: 0;
}

.ui-wizard-navbar{
    margin-top: 5px;
}

/*
 * Hide nav buttons: http://forum.primefaces.org/viewtopic.php?f=3&t=22068
 */
.ui-lightbox-nav-left,
.ui-lightbox-nav-right {
    display: none !important;
}