/* DB Icons Schriftart von bahn.de */
@font-face
{
    font-family:"db-icons";
    font-style:normal;
    font-weight:normal;
    src:url("/fonts/db-icons.woff");
    src:url("/fonts/db-icons.eot?#iefix") format("embedded-opentype"),url("/fonts/db-icons.woff") format("woff"),url("/fonts/db-icons.ttf");
}

@font-face
{
    font-family: "DBSansRegular";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/dbsan03-webfont.eot");
    src: url("/fonts/dbsan03-webfont.eot?#iefix") format("embedded-opentype"),url("/fonts/dbsan03-webfont.woff") format("woff"),url("/fonts/dbsan03-webfont.ttf") format("truetype");
}

@font-face
{
    font-family: "DBSansBold";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/dbsan06-webfont.eot");
    src: url("/fonts/dbsan06-webfont.eot?#iefix") format("embedded-opentype"),url("/fonts/dbsan06-webfont.woff") format("woff"),url("/fonts/dbsan06-webfont.ttf") format("truetype");
}

@font-face{
    font-family:"DBHeadLightRegular";
    font-style:normal;
    font-weight:400;
    src:url("/fonts/dbhea02-webfont.eot");
    src:url("/fonts/dbhea02-webfont.eot?#iefix") format("embedded-opentype"),url("/fonts/dbhea02-webfont.woff") format("woff"),url("/fonts/dbhea02-webfont.ttf") format("truetype");
}

@font-face{
    font-family:"DBHeadRegular";
    font-style:normal;
    font-weight:400;
    src:url("/fonts/dbhea03-webfont.eot");
    src:url("/fonts/dbhea03-webfont.eot?#iefix") format("embedded-opentype"),url("/fonts/dbhea03-webfont.woff") format("woff"),url("/fonts/dbhea03-webfont.ttf") format("truetype");
}

/*Reset*/
sub, sup {
    line-height:1;
} 

table {
    font-size: initial;
}
input[type="submit"], input[type="reset"] {
    font-family: DBSansBold;
    border: 0!important;
    color: #fff;
}

body{
    font-family: DBSansRegular !important;
    font-size: 16px;
    font-weight: normal;
}

/*Fonts*/
.font-db-t1{
    font-family: DBSansRegular !important;
    font-size: 26px !important;
    font-weight: normal !important;
}
.font-db-t1-fett{
    font-family: DBSansBold !important;
    font-size: 26px !important;
}
.font-db-t2{
    font-family: DBSansRegular !important;
    font-size: 20px !important;
    font-weight: normal !important;
}
.font-db-t2-fett{
    font-family: DBSansBold !important;
    font-size: 20px !important;
}
.font-db-t3{
    font-family: DBSansRegular !important;
    font-size: 16px !important;
    font-weight: normal !important;
}
.font-db-t3-fett{
    font-family: DBSansBold !important;
    font-size: 16px !important;
}
.font-db-t4{
    font-family: DBSansRegular !important;
    font-size: 14px !important;
    font-weight: normal !important;
}
.font-db-t4-fett{
    font-family: DBSansBold !important;
    font-size: 14px !important;
}
.font-db-t5{
    font-family: DBSansRegular !important;
    font-size: 12px !important;
    font-weight: normal !important;
}
.font-db-t5-fett{
    font-family: DBSansBold !important;
    font-size: 12px;
}
.font-db-t6{
    font-family: Arial !important;
    font-size: 12px !important;
    font-weight: normal !important;
}
.font-db-t6-fett{
    font-family: Arial !important;
    font-size: 12px !important;
    font-weight: bold !important;
}


/*Rich Popup*/
/*macht für die RichFaces Popups den Hintergrund in StyleGuide-Farbe*/
.rf-pp-shade {
    background-color: #000000 !important;
}

/*ändert den Schatten des Popup-Panels*/
.rf-pp-cntr{
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.4) !important;
}
.rf-pp-shdw{
    visibility: hidden !important;
}

/*Table*/
.table-db th{
    padding-right:10px;
    cursor: auto;
    font-family: DBSansBold !important;
    font-size: 14px !important;
    text-align:left;
}

.table-db td{
    padding-right:10px;
    cursor: auto;
    font-family: DBSansRegular !important;
    font-size: 14px !important;
    text-align:left;
}

/*Rich Extended Datatable*/
.table-db {
    margin-top:20px;
    width:100%;
}

.table-db .rf-edt-tbl {
    /*width:100%;*/
    cursor: auto;
}

.table-db .rf-edt-tbl td {
    width:auto !important;
    cursor: auto;
}


.table-db .rf-edt-hdr-c{
    background-color:transparent;   
    border:0 !important;
}

.table-db .rf-edt-hdr-c-cnt{
    color:#000 !important;
    position:relative;
    height:45px;
    padding:0 !important;
    cursor: auto;
    text-align: center;
    font-family: DBSansBold !important;
    font-size: 12px !important;
}

.table-db.overview td {
    border: 4px solid #fff; 
    padding:12px 13px 11px 13px;
    vertical-align:top;
}

.table-db.overview th {
    border: 4px solid #fff; 
    padding:12px 13px 11px 13px;
    vertical-align:top;
}

.table-db.overview table tr th {
    line-height: 23px;
    border-right: solid 4px #fff;
}

.table-db.overview tbody{
    display:table-row-group;
    line-height:23px;
}

.table-db.overview table{
    font-family: DBSansRegular;
    font-size: 14px;
}

.table-db.overview thead tr {
    border: 4px solid #fff;   
    background-color: #f5f5f5;
    text-align: center;
    line-height:23px;
}

.table-db.overview thead th {
    text-align: center;
}

.table-db.overview tbody tr:nth-child(even) {
    border: 4px solid #fff;
    background-color: #f5f5f5;
}

.table-db .rf-edt-hdr-c-cnt a:hover{
    color:#000 !important;
}

.table-db .rf-edt-c{
    border:0 !important;
}

.table-db .rf-edt-c-cnt{
    font-family: DBSansRegular !important;
    font-size: 14px !important;
    font-weight: normal !important;
    height:auto !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-db.admin .rf-edt-c-cnt{
    font-size: 11px !important;
    text-overflow: initial;
}

.table-db.admin .rf-edt-tbl td {
    cursor: pointer;
}

.table-db.admin .table-db-row:hover {background-color: #b9b9b9 !important;} 

.table-db .table-db-row:nth-of-type(odd) td {background-color: #e7e7e7;} 

.table-db.admin .table-db-row:nth-of-type(odd):hover td {background-color: #b9b9b9;} 

.table-db .rf-edt-tbl-ftr{
    text-align:left !important;
}


.table-db.admin .rf-edt-r-sel{
    background-color: #b9b9b9 !important;
}
.table-db.admin .rf-edt-r-sel:nth-of-type(odd) td {background-color: #b9b9b9;} 

/*Rich Datascroller*/
.datascroller-db .rf-ds-nmb-btn{
    font-size:16px;
}

.datascroller-db .rf-ds-btn{
    color:#333;
    background:#e7e7e7;
    border:0;
    font-size: 0px !important;
    margin:10px 10px 10px 0;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    padding: 10px 16px 10px;
    -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.5) !important;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.5) !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
}

.datascroller-db .rf-ds-btn:hover{
    background:#b9b9b9;
}

.datascroller-db .rf-ds-dis:hover{
    background:#e7e7e7;
}


.ui-paginator-next:hover{
    background: #b9b9b9;
}

.ui-paginator-next:before{
    font-family: "db-icons";
    font-size:14px;
    content: "\f103";
    color:#333;
}

.ui-paginator-prev,.ui-paginator-next{
    background: #e7e7e7;
    color:#333;
    -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.5) !important;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.5) !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    padding:6px 12px !important;
}
.ui-paginator-prev:hover{
    background: #b9b9b9;
}

.ui-paginator-prev:before{
    font-family: "db-icons";
    font-size:14px;
    content: "\f101";
    color:#333;
}

.ui-paginator-prev .ui-icon.ui-icon-seek-prev, .ui-paginator-next .ui-icon.ui-icon-seek-next{
    display:none;
}


.ui-paginator-page.ui-state-default{
    border: none;
    font-family: DBSansRegular;  
    font-weight: 100;
} 

.ui-paginator-page.ui-state-default.ui-state-active{
    font-family: DBSansBold!important;
}


/*Form*/
form label {
    margin-right: 10px;
    font-family: DBSansBold;
    font-size: .875em;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}

/*Input*/
input {
    font-family: DBSansBold,Arial,Helvetica,"sans serif";
}
input.input-db {
    font-size:14px;
    color:#333;
    line-height: 30px;
    min-height:30px;
    padding: 0 0 0 10px;
    border: 1px solid #878C96;
    margin:0 0 20px 0;
    border-radius: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input.input-db:focus {
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5) inset;
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.5) inset;
    box-shadow: 0 0 4px rgba(0,0,0,0.5) inset;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #646973;
    font-family: DBSansRegular !important;
    font-size:14px;
    line-height: 20px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #646973;
    font-family: DBSansRegular !important;
    font-size:14px;
    line-height: 20px;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #646973;
    font-family: DBSansRegular !important;
    font-size:14px;
    line-height: 20px;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #646973;
    font-family: DBSansRegular !important;
    font-size:14px;
    line-height: 20px;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #646973;
    font-family: DBSansRegular !important;
    font-size:14px;
    line-height: 20px;
}


/*Button*/
.button-db {
    font-size: 14px !important;
    margin:10px 10px 10px 0;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    line-height: 20px;
    text-decoration: none;
    padding: 6px 20px 5px;
    -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.5) !important;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.5) !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    border:none;
}

.button-db.color-db-grey {
    background:#878c96;
    color:white;
}

.button-db.color-db-grey:hover, button.ui-button.button-db.color-db-grey:hover{
    background:#6c7078;
    text-decoration: none !important;
    color:white;
}

.button-db.color-db-red {
    background:#f01414;
    text-decoration: none;
}

.button-db.color-db-red[disabled] {
    opacity: 0.5 !important;
    filter: alpha(opacity=0.5) !important;
    cursor: auto;
}

.button-db.color-db-red[disabled]:hover, button.button-db.color-db-red[disabled]:hover  {
    background:#f01414 !important;
}

.button-db.color-db-red:hover,button.button-db.color-db-red:hover{
    background:#cc0000 !important;
    text-decoration: none;
}

/*Radio*/
.radio-db input[type="radio"]{
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    margin: 5px 0 0 5px;
    box-sizing: border-box;
    padding: 0;
}

.radio-db input[type="radio"]+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.15) inset;
    border: 1px solid #878c96;
}


.radio-db input[type="radio"]:checked+label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #c00;
}

.radio-db input[type="radio"]+label {
    font-family: DBSansRegular!important;
    font-size: 14px;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 17px;
    box-sizing: border-box;
    padding-top: 1px;
    margin: 4px 0 16px;
    padding-right: 10px;
}

.radio-db input[type="radio"]:checked+label {
    font-family: DBSansBold!important;
}


/*Select Box*/
.select-db {
    position: relative;
    height: 32px;
    width: 100%;
    overflow: hidden;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 20px 0;
}

.select-db:before {
    font-family: "db-icons";
    font-size: 8px;
    content: "\f11a";
    color: #878c96;
    position: absolute;
    top: 12px;
    left: auto;
    right: 10px;
}

.select-db select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    position: inherit;
    width: 100%;
    height: 32px;
    padding: 0 42px 0 10px !important;
    border: 1px solid #878c96;
    background: transparent;
    font-family: "DBSansBold","Arial","Helvetica",sans-serif;
    color: #333;
    font-weight: normal;
    font-style: normal;
    font-size: .875em;
    line-height: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    outline: 0;
    text-indent: .01px;
    text-overflow: "";
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.select-db select option {
    font-family: DBSansRegular;  
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

.select-db select option[selected]{
    font-family:DBSansBold
}

.select-db select::-ms-expand{display:none}
.select-db select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}
.select-db select:focus::-ms-value{background:transparent;color:#000}

.select-db.small {
    height: 22px;
    margin: 0;
}

.select-db.small:before {
    font-size: 6px;
    top: 8px;
    right: 4px;
}

.select-db.small select {
    height: 20px;
    padding: 0 22px 0 4px !important;
    line-height: 16px;
}

/*Nur für Demo relevant*/
#db-icons span{
    font-family: "db-icons";
    padding: 12px;
    display: inline-block;
    color: #c00;
}


/* ############# SVG Fortschrittsanzeige */

svg.fortschrittsanzeige-db .db_svg_text text {
    fill: #878c96;
    text-anchor: middle;
    dominant-baseline: central;
    cursor: pointer;
}

svg.fortschrittsanzeige-db .db_svg_text text:last-child {
    cursor: auto;
}

svg.fortschrittsanzeige-db .db_svg_text text:first-child  {
    fill: #333333;
    font-family: 'DBSansBold';
    font-size: 14px;
}

svg.fortschrittsanzeige-db  .svg_db_tspan{
    font-family: "db-icons" !important;
    fill:#8CB90F;
    visibility:hidden;
}

svg.fortschrittsanzeige-db .db_svg_line {
    stroke: #DEDEDE;
    stroke-width: 2px;   
}

svg.fortschrittsanzeige-db .db_svg_circle circle {
    fill: #DEDEDE;   
    cursor: pointer;
}

svg.fortschrittsanzeige-db .db_svg_circle circle:last-child {
    cursor: auto;
}

svg.fortschrittsanzeige-db .db_svg_circle circle:first-child {
    fill: #8cb90f;   
}

.ui-fileupload-preview{
    display: none !important;
}


/*Primefaces DataTable*/
.ui-datatable-data .ui-state-highlight.ui-widget-content {
    border: none;
    color:#333;
}
/*selected row*/
.ui-datatable-data .ui-state-highlight.ui-widget-content {
    background-color:#b9b9b9 !important;
    color:#333;
}

.ui-datatable-data .ui-widget-content.ui-datatable-odd{
    background-color: #e7e7e7;
    color:#333;
}

.ui-datatable-data .ui-widget-content.ui-datatable-even{
    background-color: #fff;
    color:#333;
    border:none;
}

.ui-datatable-data .ui-widget-content.ui-datatable-odd.ui-state-hover,.ui-datatable-data .ui-widget-content.ui-datatable-even.ui-state-hover{
    background-color:#b9b9b9 !important;
    color:#333;
}

.ui-datatable-data{
    font-family:DBSansRegular;
    font-size:11px;
    border:none;
}


#table_orders th.ui-sortable-column:after{
    content: url('../img/sort_uns.gif');  
}

#table_orders th.ui-sortable-column[aria-sort*="ascending"]:after{
    content: url('../img/sort_asc.gif');    
}
#table_orders th.ui-sortable-column[aria-sort*="descending"]:after{
    content: url('../img/sort_des.gif');    
}
#table_orders th.ui-sortable-column[aria-sort*="other"]:after{
    content: url('../img/sort_uns.gif');
}


#table_bookings th.ui-sortable-column .ui-column-title > div:after{
    content: url('../img/sort_uns.gif');
    vertical-align: text-top;
}

#table_bookings th.ui-sortable-column[aria-sort*="ascending"] .ui-column-title > div:after{
    content: url('../img/sort_asc.gif');
    vertical-align: text-top;
}
#table_bookings th.ui-sortable-column[aria-sort*="descending"] .ui-column-title > div:after{
    content: url('../img/sort_des.gif');
    vertical-align: text-top;
}
#table_bookings th.ui-sortable-column[aria-sort*="other"] .ui-column-title > div:after{
    content: url('../img/sort_uns.gif');
    vertical-align: text-top;
}

#table_bookings th.ui-sortable-column .ui-column-title  div div{
    display:inline-block;
}




th.ui-filter-column div.ui-column-customfilter{
    float:left;
}

div.db-datatable th{
    text-align:left;
}


.ui-datatable thead th{
    padding: 4px;
    padding-left:0px;
    border:none;
}

.ui-datatable tbody td{
    padding:1px;
    border:none;
}

.ui-datatable .ui-column-title{
    font-family: DBSansBold ;
    font-size: 12px ;
}

.ui-datatable .ui-column-filter.ui-inputfield.ui-inputtext {
    font-family: DBSansBold,Arial,Helvetica,"sans serif";
    font-size: 12px;
}

.ui-datatable .ui-column-filter{
    border-radius:0;
    font-family: "DBSansBold";
    font-size:10px;
    height:18px;
}
.ui-datatable select.ui-column-filter{
    border-color:#333;
}


.ui-datatable.ui-widget .ui-widget-header{
    border:none;
}


/*Dialog*/
.ui-dialog .ui-dialog-content.ui-widget-content{
    padding:10px 15px;
}


#ui-datepicker-div {
    z-index:9999!important; 
    width: 350px !important;
}


/*Tabs*/
/*Main tabview container element*/
.ui-tabs{

}	
/*Orientation specific (top, bottom, righ, left) container.*/
.ui-tabs-top{

}
/*Main container of tab headers*/
.ui-tabs-nav{

}	
/*Each tab container*/
.ui-tabs .ui-tabs-panel{
    clear: both;
}	
/*Container element of a scrollable tabview.*/
.ui-tabs-scrollable{

}	

.ui-tabs .ui-tabs-nav.ui-widget-header{
    background: white;
    padding:0;
}

.ui-tabs-header{
    background-color: #f5f5f5;
}

.ui-tabs-header.ui-tabs-selected{
    background-color: white;
    border:0px;
    border-top: solid 4px #f01414 !important;
}

.ui-tabs .ui-tabs-nav li{
    border:0px;
    border-radius: 0;
    border-top: 4px solid white;
}

.ui-tabs-nav .ui-state-hover a{
    color: #333;
}



.ui-tabs.ui-tabs-top>.ui-tabs-nav li{
    top:0;
}

.ui-tabs .ui-tabs-nav li a{
    padding: 2px 4px 6px 4px;
    font-family: DBSansBold ;
    font-size: 14px ;
}

/*Datepicker*/
.ui-datepicker .ui-widget-header {
    border: 1px solid #e78f08;
    color: #333; 
    font-weight: bold;
    border:none;
}


.ui-datepicker-trigger:hover {
    color: transparent;
    background: url(../img/icon-s73bc5bf69c.png) 0 -577px no-repeat #e7e7e7;
}

.ui-datepicker-trigger {
    color: transparent;
    background: url("../img/icon-sprite-db-new.png") 0 -967px no-repeat #fff;
    width: 30px;
    height: 30px;
    overflow: hidden; 
    margin: 0 0 0 9px;
    padding: 15px;
}

/*dataTable*/

.db-datatable.ui-datatable thead th, .db-datatable.ui-datatable tbody td, .db-datatable.ui-datatable tfoot td,
.db-datatable.ui-datatable tfoot th, .db-datatable .ui-widget-content{
    border:none;
}
.db-datatable .ui-widget-header{
    border:none;
}

.db-datatable .ui-column-filter.ui-inputfield{
    border-radius: 0;
}



.ui-widget input{
    font-family: DBSansBold;
    font-size: 16px;
}

#tablePromo.ui-datatable table {
    width:auto;
}


th.datatabel_col_nofilter.ui-sortable-column:after{
    content: url('../img/sort_uns.gif');
    float: left;
    padding-top: 15px;
}

th.datatabel_col_nofilter.ui-sortable-column[aria-sort*="ascending"]:after{
    content: url('../img/sort_asc.gif');
    float: left;
    padding-top: 15px;
}
th.datatabel_col_nofilter.ui-sortable-column[aria-sort*="descending"]:after{
    content: url('../img/sort_des.gif');
    float: left;
    padding-top: 15px;
}
th.datatabel_col_nofilter.ui-sortable-column[aria-sort*="other"]:after{
    content: url('../img/sort_uns.gif');
    float: left;
    padding-top: 15px;
}



.datatabel_col_nofilter{
    display: block;
    margin-top: 1px;
}


.ui-fileupload-cancel {
    display: none !important;
}

.ui-fileupload-preview{
    display: none !important;
}


#ui-datepicker-div .ui-state-active {
    background: #878c96;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3) inset;
    color: #fff;
}

#ui-datepicker-div .ui-state-active, #ui-datepicker-div .ui-state-active:hover{
    background: #878c96;
}



body .ui-datepicker .ui-timepicker .ui-picker-up .ui-icon {
    font-family: "db-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0 !important;
    text-align: center;
    background: 0;
    display: inline-block;
    font-size: 1.25em;
}

body .ui-datepicker .ui-timepicker .ui-picker-up .ui-icon:before {
    content: "\f11b";
}

.ui-dialog.ui-widget .ui-timepicker.ui-widget-header {
    background: white;
}

/*Allgemein*/
.abtrenner{
    margin: 0px ;
    padding: 0 0 0 0;
    border-top: 1px solid lightgray;
}


/* Primefaces Tabs */
div.ui-tabs div.ui-tabs-panel.ui-widget-content.ui-helper-hidden{
    display:none;
}

/* Hintergrund */
div.db-tab.ui-tabs.ui-widget{
    background-color:#fff;
}

/* tabs-Header */
/* ausgewählter Tab */

div.db-tab.ui-tabs.ui-widget li.ui-tabs-header.ui-state-active[aria-expanded="true"]{


}
div.db-tab.ui-tabs.ui-widget li.ui-tabs-header.ui-state-active[aria-expanded="true"] a{
    font-family: "DBSansBold";
    font-style: normal;
    font-weight: normal;

}

/* nicht ausgewählter Tab */
div.db-tab.ui-tabs.ui-widget li.ui-tabs-header[aria-expanded="false"] a{
    background-color:#f5f5f5;
}

div.db-tab.ui-tabs.ui-widget li.ui-tabs-header[aria-expanded="false"] a{
    font-family: "DBSansRegular";
    font-style: normal;
    font-weight: normal;
}


div.db-tab.ui-tabs ul.ui-tabs-nav{
    margin-bottom:10px;
} 
div.db-tab.ui-tabs ul.ui-tabs-nav li.ui-tabs-header{
    float:none;
} 



.eingabeflaeche {
    background-color: #fff;
    border: solid;
    border-color: lightgrey;
    border-width: .1px;
    box-shadow: 1px 1px 5px rgba(0,0,0,.349019607843137);
    padding: 0
}

.rail_form_cont .eingabeflaeche{
    margin-top:20px;
    padding:15px;
}

.rail_form_cont .abtrenner {
    margin: 0px -15px;
}

.rail_form_cont .eingabeflaeche > div:first-child{
    padding-bottom:5px;
}

.rail_form_cont select{
    font-family: "DBSansBold";
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 30px;

}

.rail_form_cont select option[selected] {
    font-family: DBSansBold;
}

.rail_form_cont select option {
    font-family: DBSansRegular;
}

.rail_form_cont #box_stornieren table thead th{
    text-align:center;
}

.rail_form_cont #box_stornieren table thead th:first-child{
    text-align:left;
}

#box_stornieren .box_stornieren_col_1{
    width:8%
}

#box_stornieren .box_stornieren_col_3{
    width:68%;
    padding-right:15px;
    padding-left:15px;
    line-height: 16px;
}

#box_stornieren .box_stornieren_col_4{
    width:20%;
}


.rail_form_cont div.ui-widget-header{
    border:none;
    background: #f01414;
}


.rail_form_cont .ui-datatable tbody td{
    padding: 1px 4px;
}

.rail_form_cont .ui-datatable thead  th{
    padding:4px;
}


body .ui-widget-overlay.ui-dialog-mask {
    display:block;
}

div.ui-dialog.ui-widget-content{
    background:white;
}

div.ui-dialog .ui-dialog-title{
    text-align: center;
}


.rail_form_cont .db-datatable th {   
    vertical-align: top;
}

.ui-datatable .ui-filter-column input.ui-column-filter{
    border: 1px solid #333;   
    margin-left: 0;
}


select {
    background-image: none;
    padding-right: 0px;
    background-repeat: no-repeat;
    background-position: initial;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

div.custom-select.custom-select-disabled select:hover{
    cursor: default;
}

div.custom-select.custom-select-disabled:before{
    content:none;
}