/*Projektspezifische Regeln:*/
p.customSpace {
    margin: 5px 0 5px 0;
}

.syncHeight {
    height: 240px;
}

.wwv_blue {
    color: #416aa3;
}

#tableLageangaben td{padding:3px 0 3px 0; line-height:16px;}

#tableLageangaben .wwv_blue_customSpace{margin:0; line-height:16px; padding:0;  color: #416aa3;}

.v_bot {
    vertical-align: bottom;
}

.td_horiz_spacer {
    padding: 5px 5px;
}

td.posr:last-child {
    padding-right: 0px;
}

td.posr:last-child > input, td.posr:last-child > span > input {
    padding-right: 0px;
}

td.posr > input, td.posr > select, td.posr > span > input {
    margin-top: 5px;
    margin-bottom: 5px;
}

tr.spaceUnder20 > td {
    padding-bottom: 20px;
}

.vert_space10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.vert_space20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.dialogPP.ui-dialog-content.ui-widget-content {
    background: #ffffff !important;
}

.body.ui-dialog {
    background: #ffffff !important;
}

div.fr .lfe {
    float: left;
    font-size: 1em;
}

.bgCol {
    background-color: #fff;
}

body#popup {
    width: 100%;
}

div#popupconx label b {
    font-weight: bold;
}

.dataTables_scrollHead {
}

#popup .dataTables_scrollHead {
    height: 30px;
}

table.dataTable.toolBoxFirstChild tbody tr td:first-child {
    background-color: #dee7f2;
}

.dataTables_wrapper .dataTables_length {
    padding-left: 5px;
    padding-top: 5px;
}

.dataTables_wrapper .dataTables_info {
    padding-left: 5px;
    padding-top: 5px;
}

.min75 {
    min-width: 75px;
}

.pdl10 {
    padding-left: 10px;
}

ul.validationBox {
    display: none;
    list-style-type: disc;
    margin: 0px 10px 20px 10px;
    padding: 8px 35px 8px 30px;
    color: #B94A48;
    background-color: #F2DEDE;
    border: 2px solid #EED3D7;
    border-radius: 4px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.tbDist {
    margin-top: 5px;
    margin-bottom: 5px;
}

.edit-false .ico-edit, .edit-false .ico-delete, .edit-false .ico-copy {
    display: none;
}

.looseTable td {
    padding: 5px 8px 5px 5px;
}

input.roNew.textInput[type="text"], span.textInput {
    border: none;
    background: transparent;
    color: #15428b;
}

#popup .border_outter {
    margin-top: 40px;
}

#popup .dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: right;
    margin-top: -30px;
}

.txtMenuBar {
    text-align: right;
    margin-top: -28px;
    margin-bottom: 30px;
    margin-left:100px;
    position: relative;
    z-index: 2;
}

.lastEditor {
    text-align: right;
    margin-bottom: -20px;
}

#detailsLink span{text-decoration: underline; cursor: pointer;}
#detailsLink div{display:none;}
div#detailsLink.show div{display:block; margin: 5px 0;}


[type="checkbox"], [type="radio"] {
    padding: 0;
    height: 18px;
    margin-bottom:0;
}

.roNew[type="checkbox"], .roNew[type="radio"] {
  position:relative;
  left: 0;
  width: 0;
  margin-right: 14px;
  -moz-appearance:initial;
  -webkit-appearance: none;
  color: #005cc8;
}

.roNew[type="checkbox"]:before, .roNew[type="radio"]:before {
    content: "\e027";
    font-family: "wwv" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-appearance:initial;
    -webkit-appearance: none !important;
      color: #ccc;
    font-size:16px;
}


.roNew[type="checkbox"]:before {
    content: "\e027"; 
}

.roNew[type="radio"]:before {
    content: "\e02f"; 
}

.roNew[type="checkbox"]:checked:before {
    content: "\e022";
	color: #000;
}

.roNew[type="radio"]:checked:before {
    content: "\7b";
    color: #000;
}

.ie-ver11 [type="checkbox"], .ie-ver11 [type="radio"] {  
  position:relative;
  left: 0;
  width: 0;
  margin-right: 0;
  margin-bottom: 2px;
  
  float:none;
  width:14px;
  line-height:16px;
  height:14px;
}


    