.flat
/* Or better yet try giving an ID or class if possible*/
{
 border: 1px solid grey;
 background: white;
 box-shadow: none;
 border-radius: 0px;
}

.dropdown-menu {
    /*position: absolute;
    top: 100%;
    left: 0;*/
    z-index: 1000;
   display:block;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.small
{
    font-size: 90%;
}

.nopadding
{
    padding: 0 !important;
}
.nomargin
{
    margin: 0 !important;
}
.noborder
{
    border: none !important;
}
.border
{
    border: 1px solid #5D7DA8;
}
.left
{
    float: left !important;
}
.right
{
    float: right !important;
}
.center
{
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.fill
{
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}
.fill-width
{
    width: 100% !important;
}

.fill-width-half
{
    width: 50% !important;
}

.fill-height
{
    height: 100% !important;
}

.fill-height-half
{
    height: 50% !important;
}

.bold
{
    font-weight: bold !important;
}
.body
{
    background-color: #EEF4F9;
}
.fg-toolbar
{
    text-align: center;
}

.highlightrows td
{
    padding: 5px;
}

.ui-autocomplete
{
    max-height: 250px;
    overflow-y: auto; /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
span, input, a, td, textarea
{
    font-family: arial !important;
}
.ui-tabs .ui-state-disabled
{
    display: none; /* disabled tabs don't show up */
}
table.dataTable
{
    border-collapse: collapse;
}
.dataTable tbody tr:hover, span.dataTable:hover, div.dataTable:hover
{
    background: #FEF1bd !important;
    color: #1e395b !important;
    cursor: pointer !important;
}


.ajaxLoad
{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000; /*     background-color: white;     opacity: .50;     -webkit-opacity: .5;     -moz-opacity: .5;     filter: alpha(opacity=50);*/
}

.transparent
{
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
.ajaxLoad div
{
    width: 60px;
    height: 60px;
    margin: 100px auto;
    border: solid 1px #0078ae;
    padding: 15px;
    text-align: center;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    background-color: #DFEFFC;
}

.ajaxLoad div img
{
    position: relative;
    top: 40%;
}
input[disabled], select[disabled]
{
    background-color: #DDDDDD !important;
    background: #DDDDDD !important;
}


.pflichtCSS
{
    /* border : 1px solid #D06C71 !important;      background-color: #FBEC88 !important;     background: #FBEC88 !important;*/
    background-color: #FCABAB !important;
    background: #FCABAB !important;
}


.ui-button-text-only .ui-button-text
{
    padding: .05em 1em !important;
}

#ui-datepicker-div
{
    z-index: 9999999 !important;
}

.highlightRow
{
    background: #FEF1bd !important;
    color: #1e395b !important;
    cursor: pointer !important;
}
.collapse-header
{
    cursor: pointer !important;
}
div.rightcolumn
{
    float: right;
    width: 10%;
    height: auto;
}

div.dataTables_paginate
{
    float: left;
    text-align: left;
    font-size: 12px;
    width: 50%;
}

.CenterPB
{
    position: fixed;
    left: 50%;
    top: 35%;
    margin-top: -30px; /* make this half your image/element height */
    margin-left: -30px; /* make this half your image/element width */
    height: 60px;
    width: 60px;
    border: solid 1px #0078ae;
    background-color: #DFEFFC;
    z-index: 9999999 !important;
    text-align: center;
}
.CenterPB img
{
    position: relative;
    top: 40%;
}

.okGrid tr
{
    border: solid 1px #DFEFFC;
    background-color: #FFFFFF;
}


Table.contentTable
{
    padding: 2px;
    margin: 2px;
    border-width: 1px;
    width: 100%;
    vertical-align: top;
}

.contentTable td
{
    text-align: left;
}

Table.contentTable2c
{
    padding: 1px;
    margin: 1px;
    border-width: 1px;
    width: 65%;
    vertical-align: top;
    text-align: center;
}

.contentTable2c td
{
    text-align: left;
    width: 50%;
    vertical-align: top;
}

.dummyGrd
{
    text-align: center;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.tooltipclass
{
    width: 30em;
}



.ok_container
{
    border: 1px solid #a6c9e2;
    background: #E6EFF7;
}

.ok_label
{
    color: #1E395B !important;
    text-align: left;
    padding-left: 1em;
}
.ui-widget-content
{
    margin: 0 !important;
    font-size: 1em;
}

.anchor
{
    font-size: 0.9em;
    color: #1E395B !important;
}



.ui-widget
{
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
}
/*
.ui-widget-header
{
    padding-left: 5px;
    padding-right: 5px;
}
*/
input.ui-button
{
    font-size: 0.8em !important;
    padding-top: 0em !important;
    padding-bottom: 0em !important;
}
.ui-datepicker
{
    font-size: 0.8em !important;
}

.ui-dialog .ui-dialog-content
{
    padding: 0 !important;
    margin-top: 0.5em !important;
}

.ui-dialog .ui-dialog-titlebar
{
    padding-top: 0 !important;
    padding-left: 0.5em !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

/*------------------------------------------------------------------------------------------------------------------------*/
.table
{
    display: table;
}
.tr
{
    display: table-row;
}
.thead
{
    display: table-header-group;
}
.tbody
{
    display: table-row-group;
}
.tfoot
{
    display: table-footer-group;
}
.col
{
    display: table-column;
}
.colgroup
{
    display: table-column-group;
}
.td, .th
{
    display: table-cell;
}
.caption
{
    display: table-caption;
}
/*------------------------------------------------------------------------------------------------------------------------*/
.signal .ui-state-default, .signal .ui-widget-content .ui-state-default, .signal .ui-widget-header .ui-state-default
{
    background-color: #A3F5A5;
    background-image: none !important;
    border: 1px solid #2ABB2F;
    color: #198A1C;
}

.signal a, .signal .ui-state-hover, .signal .ui-widget-content .ui-state-hover, .signal .ui-widget-header .ui-state-hover, .signal .ui-state-focus, .signal .ui-widget-content .ui-state-focus, .signal .ui-widget-header .ui-state-focus
{
    border: 1px solid #64e3a8;
    background-color: #82e385;
    background-image: none;
    color: #198a1c;
}

.signal_red .ui-state-default, .signal_red .ui-widget-content .ui-state-default, .signal_red .ui-widget-header .ui-state-default
{
    border: 1px solid #dc0909;
    background-image: none;
    background-color: #e3a5a5;
    font-weight: normal;
    color: #1B1414;
}

.signal_red .ui-state-hover, .signal_red .ui-widget-content .ui-state-hover, .signal_red .ui-widget-header .ui-state-hover, .signal_red .ui-state-focus, .signal_red .ui-widget-content .ui-state-focus, .signal_red .ui-widget-header .ui-state-focus
{
    border: 1px solid #dc0909;
    background-image: none;
    background-color: #dd7e7e;
    font-weight: normal;
    color: #000;
}

.signal .ui-icon
{
    background-image: url("ui-icons_198a1c_256x240.png") !important;
    background-color: #A3F5A5 !important;
}
/*------------------------------------------------------------------------------------------------------------------------*/

.ui-accordion .ui-accordion-content {
  
    padding: 0em 0em;
}