﻿@media all {
  .edo-pointer {
    cursor: pointer;
  }
  .cloned-edo-table,
  .edo-table {
    background-color: #ffffff;
    border: 1px solid #c7c7c7;
    margin-top: 1px !important;
    width: 100% !important;
    display: table;
    padding: 0;
    margin: 0;
    *border-collapse: collapse;
    /*IE7 and lower*/
  
    border-spacing: 0;
    border-collapse: separate;
    /* applies rounded corners */
  
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .cloned-edo-table th,
  .edo-table th {
    padding: 0.1em 0.5em 0 0.5em;
    height: 19px;
    color: #001155;
    background: #f1f1f1;
    /*non-CSS3 browsers will use this*/
  
    background: -webkit-linear-gradient(bottom, #e0e0e0, #f1f1f1);
    background: -moz-linear-gradient(bottom, #e0e0e0, #f1f1f1);
    background: -o-linear-gradient(bottom, #e0e0e0, #f1f1f1);
    background: -ms-linear-gradient(bottom, #e0e0e0, #f1f1f1);
    background: linear-gradient(to top, #e0e0e0, #f1f1f1);
    text-align: left;
    font-weight: 600;
    white-space: nowrap;
    empty-cells: show;
    -ms-zoom: 1;
    zoom: 1;
  }
  .cloned-edo-table th label,
  .edo-table th label {
    text-align: left;
  }
  .cloned-edo-table .headerCell,
  .edo-table .headerCell {
    padding: 0.1em 0.5em 0 0.5em;
    height: 19px;
    color: #001155;
    text-align: left;
    font-weight: 600;
    white-space: nowrap;
    empty-cells: show;
    -ms-zoom: 1;
    zoom: 1;
  }
  .cloned-edo-table .headerCell label,
  .edo-table .headerCell label {
    text-align: left;
  }
  .cloned-edo-table th.ascSorted,
  .edo-table th.ascSorted,
  .cloned-edo-table th.descSorted,
  .edo-table th.descSorted,
  .cloned-edo-table th.notSorted,
  .edo-table th.notSorted {
    /*padding-right: 20px;*/
  
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
  }
  .cloned-edo-table th.ascSorted:after,
  .edo-table th.ascSorted:after,
  .cloned-edo-table th.descSorted:after,
  .edo-table th.descSorted:after,
  .cloned-edo-table th.notSorted:after,
  .edo-table th.notSorted:after {
    display: inline-block;
    content: "i";
    text-indent: -999em;
    -ms-word-break: keep-all;
    word-break: keep-all;
    -ms-word-wrap: normal;
    word-wrap: normal;
    background: url("images/sprite-icons/icons_sprite_allgemein_16er.png") left center no-repeat;
    width: 10px;
    height: 16px;
    margin-left: 5px;
    -ms-zoom: 1;
    zoom: 1;
  }
  .cloned-edo-table th.ascSorted.edo-right-aligned:after,
  .edo-table th.ascSorted.edo-right-aligned:after,
  .cloned-edo-table th.descSorted.edo-right-aligned:after,
  .edo-table th.descSorted.edo-right-aligned:after,
  .cloned-edo-table th.notSorted.edo-right-aligned:after,
  .edo-table th.notSorted.edo-right-aligned:after {
    display: inline-block;
    content: "i";
    color: transparent;
    text-indent: 0;
    overflow: hidden;
  }
  .cloned-edo-table th.ascSorted:after,
  .edo-table th.ascSorted:after {
    background-position: -580px 0px;
  }
  .cloned-edo-table th.descSorted:after,
  .edo-table th.descSorted:after {
    background-position: -600px 0px;
  }
  .cloned-edo-table th.notSorted:after,
  .edo-table th.notSorted:after {
    background-position: -560px 0px;
  }
  .cloned-edo-table th.ultrathinCol,
  .edo-table th.ultrathinCol {
    width: 5px;
  }
  .cloned-edo-table th.thinCol,
  .edo-table th.thinCol {
    width: 45px;
  }
  .cloned-edo-table th.fullCol,
  .edo-table th.fullCol {
    width: 100% !important;
  }
  .cloned-edo-table td,
  .edo-table td {
    line-height: 1.05em;
  }
  .cloned-edo-table td.oddRow,
  .edo-table td.oddRow {
    background-color: #ededed;
  }
  .cloned-edo-table td.evenRow,
  .edo-table td.evenRow {
    background-color: #ffffff;
  }
  .cloned-edo-table tr,
  .edo-table tr {
    line-height: 1.05em;
  }
  .cloned-edo-table tr.oddRow,
  .edo-table tr.oddRow {
    background-color: #ededed;
  }
  .cloned-edo-table tr.evenRow,
  .edo-table tr.evenRow {
    background-color: #ffffff;
  }
  .cloned-edo-table tr:hover,
  .edo-table tr:hover,
  .cloned-edo-table tr:hover > td,
  .edo-table tr:hover > td {
    background-color: #c7c7c7 !important;
    border-color: #c7c7c7 !important;
  }
  .cloned-edo-table tr.detail-row,
  .edo-table tr.detail-row {
    border-top: 1px dotted #c7c7c7;
    background-color: #ececec;
  }
  .cloned-edo-table tr.detail-row > td,
  .edo-table tr.detail-row > td {
    padding: 0;
  }
  .cloned-edo-table tr.detail-row .edo-table-detail,
  .edo-table tr.detail-row .edo-table-detail {
    min-height: 30px;
    padding: 10px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 1px;
  }
  .cloned-edo-table tr.detail-row .edo-table-detail:hover,
  .edo-table tr.detail-row .edo-table-detail:hover {
    background-color: #ececec !important;
  }
  .cloned-edo-table tr.detail-row .edo-table-detail:hover .cloned-edo-table tr.oddRow,
  .edo-table tr.detail-row .edo-table-detail:hover .cloned-edo-table tr.oddRow,
  .cloned-edo-table tr.detail-row .edo-table-detail:hover .edo-table tr.oddRow,
  .edo-table tr.detail-row .edo-table-detail:hover .edo-table tr.oddRow {
    background-color: #ededed;
  }
  .cloned-edo-table tr.detail-row .edo-table-detail:hover .cloned-edo-table tr.oddRow:hover,
  .edo-table tr.detail-row .edo-table-detail:hover .cloned-edo-table tr.oddRow:hover,
  .cloned-edo-table tr.detail-row .edo-table-detail:hover .edo-table tr.oddRow:hover,
  .edo-table tr.detail-row .edo-table-detail:hover .edo-table tr.oddRow:hover,
  .cloned-edo-table tr.detail-row .edo-table-detail:hover .cloned-edo-table tr.oddRow:hover > td,
  .edo-table tr.detail-row .edo-table-detail:hover .cloned-edo-table tr.oddRow:hover > td,
  .cloned-edo-table tr.detail-row .edo-table-detail:hover .edo-table tr.oddRow:hover > td,
  .edo-table tr.detail-row .edo-table-detail:hover .edo-table tr.oddRow:hover > td {
    background-color: #c7c7c7 !important;
    border-color: #c7c7c7 !important;
  }
  .cloned-edo-table tr.detail-row .edo-table-detail:hover .cloned-edo-table tr.evenRow,
  .edo-table tr.detail-row .edo-table-detail:hover .cloned-edo-table tr.evenRow,
  .cloned-edo-table tr.detail-row .edo-table-detail:hover .edo-table tr.evenRow,
  .edo-table tr.detail-row .edo-table-detail:hover .edo-table tr.evenRow {
    background-color: #ffffff;
  }
  .cloned-edo-table tr.detail-row .edo-table-detail:hover .cloned-edo-table tr.evenRow:hover,
  .edo-table tr.detail-row .edo-table-detail:hover .cloned-edo-table tr.evenRow:hover,
  .cloned-edo-table tr.detail-row .edo-table-detail:hover .edo-table tr.evenRow:hover,
  .edo-table tr.detail-row .edo-table-detail:hover .edo-table tr.evenRow:hover,
  .cloned-edo-table tr.detail-row .edo-table-detail:hover .cloned-edo-table tr.evenRow:hover > td,
  .edo-table tr.detail-row .edo-table-detail:hover .cloned-edo-table tr.evenRow:hover > td,
  .cloned-edo-table tr.detail-row .edo-table-detail:hover .edo-table tr.evenRow:hover > td,
  .edo-table tr.detail-row .edo-table-detail:hover .edo-table tr.evenRow:hover > td {
    background-color: #c7c7c7 !important;
    border-color: #c7c7c7 !important;
  }
  .cloned-edo-table tr.detail-row .edo-table-detail .checkedColumn,
  .edo-table tr.detail-row .edo-table-detail .checkedColumn {
    display: inline-block;
    width: 20px;
    height: 13px;
  }
  .cloned-edo-table tr.detail-row .edo-table-detail .container,
  .edo-table tr.detail-row .edo-table-detail .container {
    display: block;
    width: 100%;
    min-height: 2.1em;
  }
  .cloned-edo-table tr.detail-row .edo-table-detail .container .label,
  .edo-table tr.detail-row .edo-table-detail .container .label {
    display: inline;
    font-weight: 600;
    vertical-align: top;
    margin-right: 5px;
  }
  .cloned-edo-table tr.detail-row .edo-table-detail .container .content,
  .edo-table tr.detail-row .edo-table-detail .container .content {
    display: inline;
    /*max-width: 100%;*/
  
    white-space: pre-wrap;
    /* CSS3 */
  
    white-space: -moz-pre-wrap;
    /* Firefox */
  
    white-space: -pre-wrap;
    /* Opera <7 */
  
    white-space: -o-pre-wrap;
    /* Opera 7 */
  
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    /* IE */
  
  }
  .cloned-edo-table tr:last-child.detail-row td,
  .edo-table tr:last-child.detail-row td {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
  }
  .cloned-edo-table tr:last-child.detail-row .edo-table-detail,
  .edo-table tr:last-child.detail-row .edo-table-detail {
    border-bottom: 0px solid #c7c7c7;
  }
  .cloned-edo-table thead.sticky,
  .edo-table thead.sticky {
    visibility: hidden;
  }
  .cloned-edo-table td,
  .edo-table td {
    padding: 0.1em 0.5em 0 0.5em;
    empty-cells: show;
    white-space: nowrap;
    /*padding-top: 2px;*/
  
  }
  .cloned-edo-table td .tdWrapper:before,
  .edo-table td .tdWrapper:before {
    text-indent: 0;
    content: "";
    -ms-word-break: normal;
    word-break: normal;
    -ms-word-wrap: normal;
    word-wrap: normal;
    background-image: none;
  }
  .cloned-edo-table td .edo-table-hide-detail,
  .edo-table td .edo-table-hide-detail,
  .cloned-edo-table td .edo-table-show-detail,
  .edo-table td .edo-table-show-detail,
  .cloned-edo-table td .edo-table-no-detail,
  .edo-table td .edo-table-no-detail,
  .cloned-edo-table td .tdWrapper.hide-detail,
  .edo-table td .tdWrapper.hide-detail,
  .cloned-edo-table td .tdWrapper.show-detail,
  .edo-table td .tdWrapper.show-detail,
  .cloned-edo-table td .tdWrapper.no-detail,
  .edo-table td .tdWrapper.no-detail {
    cursor: pointer;
  }
  .cloned-edo-table td .edo-table-hide-detail:before,
  .edo-table td .edo-table-hide-detail:before,
  .cloned-edo-table td .edo-table-show-detail:before,
  .edo-table td .edo-table-show-detail:before,
  .cloned-edo-table td .edo-table-no-detail:before,
  .edo-table td .edo-table-no-detail:before,
  .cloned-edo-table td .tdWrapper.hide-detail:before,
  .edo-table td .tdWrapper.hide-detail:before,
  .cloned-edo-table td .tdWrapper.show-detail:before,
  .edo-table td .tdWrapper.show-detail:before,
  .cloned-edo-table td .tdWrapper.no-detail:before,
  .edo-table td .tdWrapper.no-detail:before {
    display: inline-block;
    content: "i";
    text-indent: -999em;
    -ms-word-break: keep-all;
    word-break: keep-all;
    -ms-word-wrap: normal;
    word-wrap: normal;
    background-image: url("images/sprite-icons/icons_sprite_allgemein_12er.png");
    background-repeat: no-repeat;
    width: 12px;
    height: 16px;
    margin-right: 5px;
    cursor: pointer;
  }
  .cloned-edo-table td .edo-table-show-detail:before,
  .edo-table td .edo-table-show-detail:before,
  .cloned-edo-table td .tdWrapper.show-detail:before,
  .edo-table td .tdWrapper.show-detail:before {
    background-position: -225px 0.15em;
  }
  .cloned-edo-table td .edo-table-no-detail:before,
  .edo-table td .edo-table-no-detail:before,
  .cloned-edo-table td .tdWrapper.no-detail:before,
  .edo-table td .tdWrapper.no-detail:before {
    background-position: 25px 0.15em;
  }
  .cloned-edo-table td .edo-table-hide-detail:before,
  .edo-table td .edo-table-hide-detail:before,
  .cloned-edo-table td .tdWrapper.hide-detail:before,
  .edo-table td .tdWrapper.hide-detail:before {
    background-position: -240px 0.15em;
  }
  .cloned-edo-table th.nowrap,
  .edo-table th.nowrap,
  .cloned-edo-table td.nowrap,
  .edo-table td.nowrap {
    white-space: nowrap;
  }
  .cloned-edo-table th.contentCell,
  .edo-table th.contentCell,
  .cloned-edo-table td.contentCell,
  .edo-table td.contentCell {
    padding: 0em 0.5em 0 0.5em;
  }
  .cloned-edo-table td.edo-right-aligned,
  .edo-table td.edo-right-aligned {
    text-align: right;
  }
  .cloned-edo-table td.edo-center-aligned,
  .edo-table td.edo-center-aligned {
    text-align: center;
  }
  .cloned-edo-table td.edo-middle-aligned,
  .edo-table td.edo-middle-aligned {
    vertical-align: middle;
  }
  .cloned-edo-table.withRightCellBorder td,
  .edo-table.withRightCellBorder td {
    border-right: 1px solid #c7c7c7;
  }
  .cloned-edo-table.withRightCellBorder td:last-child,
  .edo-table.withRightCellBorder td:last-child {
    border-right: none;
  }
  .cloned-edo-table.smallPaddings td,
  .edo-table.smallPaddings td {
    padding-left: 2px;
    padding-right: 4px;
  }
  .cloned-edo-table .moveUpIcon,
  .edo-table .moveUpIcon {
    float: left;
    background-image: url('images/sprite-icons/icons_sprite_allgemein_16er.png');
    background-repeat: no-repeat;
    background-position: -200px 0px;
    margin-top: 1px;
    width: 20px;
    max-width: 20px;
    min-width: 20px;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
  }
  .cloned-edo-table .moveDownIcon,
  .edo-table .moveDownIcon {
    float: right;
    background-image: url('images/sprite-icons/icons_sprite_allgemein_16er.png');
    background-repeat: no-repeat;
    background-position: -220px 0px;
    margin-top: 1px;
    width: 20px;
    max-width: 20px;
    min-width: 20px;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
  }
  .cloned-edo-table .deleteIcon,
  .edo-table .deleteIcon {
    float: left;
    background: url('images/ctrl_remove.png') center center no-repeat;
    -moz-background-size: 12px 12px;
    -o-background-size: 12px 12px;
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px;
    min-width: 14px;
    height: 12px;
    cursor: pointer;
  }
  .cloned-edo-table .addIcon,
  .edo-table .addIcon {
    float: left;
    background: url('images/ctrl_plus.png') center 0.2em no-repeat;
    min-width: 14px;
    height: 14px;
    cursor: pointer;
  }
  .cloned-edo-table input[type="checkbox"],
  .edo-table input[type="checkbox"] {
    height: 14px !important;
    line-height: 14px !important;
    outline: none !important;
  }
  .cloned-edo-table:hover,
  .edo-table:hover {
    background-color: #ffffff;
  }
  .cloned-edo-table.wrapped td,
  .edo-table.wrapped td {
    empty-cells: show;
    white-space: normal;
  }
  .edo-table-title {
    /*font-size: 133.33%;*/
  
    font-size: 1.2em;
    font-weight: 500;
    color: #525252;
    line-height: 1.125em;
    margin: 0.2em 0 0.3em 0;
    border-bottom: 1px solid #c7c7c7;
  }
  .edo-table-header {
    width: 100%;
    height: 2em;
    display: block;
    background-color: transparent;
  }
  .edo-table-header .edo-table-title {
    border-bottom: 0 solid #c7c7c7;
    margin: 0.4em 0 0 0;
  }
  .edo-table-header > .export-pdf-btn {
    display: inline-block;
    float: right;
    /*margin-bottom: 0.2em;*/
  
    margin-top: 0.6em;
    margin-left: 0.5em;
    background: transparent url('images/sprite-icons/icons_sprite_allgemein_16er.png') bottom no-repeat;
    background-position: -80px 0px;
    width: 16px;
    height: 16px;
    cursor: pointer;
  }
  .edo-table-header > .export-excel-btn {
    display: inline-block;
    float: right;
    margin-top: 0.6em;
    margin-left: 0.5em;
    background: transparent url('images/sprite-icons/icons_sprite_allgemein_16er.png') bottom no-repeat;
    background-position: -100px 0px;
    width: 16px;
    height: 16px;
    cursor: pointer;
  }
  .edo-table-header > .export-csv-btn {
    display: inline-block;
    float: right;
    margin-top: 0.6em;
    margin-left: 0.5em;
    background: transparent url('images/sprite-icons/icons_sprite_allgemein_16er.png') bottom no-repeat;
    background-position: -100px 0px;
    width: 16px;
    height: 16px;
    cursor: pointer;
  }
  .edo-table-header > .settings-btn {
    float: right;
    cursor: pointer;
    /*margin-bottom: 0.2em;*/
  
    margin-top: 0.6em;
    margin-left: 0.5em;
    background: transparent url('images/sprite-icons/icons_sprite_allgemein_16er.png') right bottom no-repeat;
    background-position: -340px 0px;
    width: 16px;
    height: 16px;
  }
  .edo-table-header > .text-btn {
    display: inline-block;
    float: right;
    margin-top: 0.4em;
    margin-left: 0.5em;
    height: 1.4em;
    line-height: 1.7em;
    cursor: pointer;
  }
  .edo-table-header > .search-field {
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 5px;
    float: left;
    width: 7em;
    background-color: #ffffff !important;
    background: url('images/ctrl_search.png') 4px center no-repeat;
    padding-left: 1em;
    padding-right: 1em;
    -moz-background-size: 0.8em 0.8em;
    -o-background-size: 0.8em 0.8em;
    -webkit-background-size: 0.8em 0.8em;
    background-size: 0.8em 0.8em;
    height: 1.4em;
  }
  .edo-table-header > .search-field.special {
    background: url('images/ctrl_search_special.png') 4px center no-repeat;
    background-size: 1em 1em;
    padding-left: 1.2em;
    cursor: pointer;
  }
  .edo-table-header > .search-field.highlighted {
    background-color: #ffff8a !important;
    cursor: pointer;
  }
  .edo-table-header > .search-field::-ms-clear,
  .edo-table-header > .search-field.highlighted::-ms-clear {
    display: none;
  }
  .edo-table-header > .extended-header-btn {
    display: inline-block;
    float: left;
    margin-top: 0.2em;
    margin-left: .3em;
    height: 1.6em;
    line-height: 1.6em;
    cursor: pointer;
  }
  .edo-table-header > .extended-header-btn:before {
    display: inline-block;
    content: "i";
    text-indent: -999em;
    -ms-word-break: keep-all;
    word-break: keep-all;
    -ms-word-wrap: normal;
    word-wrap: normal;
    background-image: url("images/sprite-icons/icons_sprite_allgemein_16er.png");
    background-repeat: no-repeat;
    background-position: -520px 0.1em;
    height: 20px;
    margin-bottom: 0.1em;
    line-height: 1.6em;
    width: 14px;
    margin-right: 0px;
    cursor: pointer;
  }
  .edo-table-header > .extended-header-btn.disabled:before {
    display: inline-block;
    content: "i";
    text-indent: -999em;
    -ms-word-break: keep-all;
    word-break: keep-all;
    -ms-word-wrap: normal;
    word-wrap: normal;
    background-image: url("images/sprite-icons/icons_sprite_allgemein_16er.png");
    background-repeat: no-repeat;
    background-position: -540px 3px;
    height: 20px;
    margin-bottom: 0.1em;
    line-height: 1.6em;
    width: 14px;
    margin-right: 0px;
    cursor: pointer;
  }
  .edo-table-header > .extended-header-div {
    border: 1px solid #c7c7c7;
    clear: both;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
  }
  .edo-table-fixedheaderdiv {
    overflow: hidden;
    top: 0;
    position: absolute;
    display: none;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 2px 0px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 2px 0px 0px rgba(50, 50, 50, 0.5);
  }
  .edo-table-fixedfirstcolumnheaderdiv {
    overflow: hidden;
    top: 0;
    position: absolute;
    display: none;
    z-index: 999;
    width: auto;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 2px 0px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 2px 0px 0px rgba(50, 50, 50, 0.5);
  }
  .edo-table-fixedfirstcolumndiv {
    width: auto;
    position: absolute;
    display: none;
  }
  .edo-table-controller {
    height: 1px;
  }
  .cloned-edo-table.fixFirstColumnHeaderRow {
    margin-top: 0px !important;
    table-layout: fixed;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-left-color: #f1f1f1;
    margin-left: 1px;
    -webkit-box-shadow: 2px 0px 0px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 2px 0px 0px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 2px 0px 0px 0px rgba(50, 50, 50, 0.5);
  }
  .cloned-edo-table.fixHeaderRow {
    margin-top: 0px !important;
    table-layout: fixed;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-left-color: #f1f1f1;
    border-right: none;
    margin-left: 1px;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 2px 0px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 2px 0px 0px rgba(50, 50, 50, 0.5);
  }
  .cloned-edo-table.fixFirstColumn {
    border-top: none;
    width: inherit !important;
    margin-top: 0px !important;
    table-layout: fixed;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-box-shadow: 2px 0px 0px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 2px 0px 0px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 2px 0px 0px 0px rgba(50, 50, 50, 0.5);
  }
  th.clonedCol {
    border-right: none;
    /*padding-top: 3px;*/
  
  }
  .edo-table-footer {
    min-height: 2em;
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    font-size: 0.9em;
    vertical-align: middle;
    padding-top: 0.2em;
  }
  .edo-table-footer > .info-text {
    float: left;
    padding-top: 0.4em;
    vertical-align: middle;
    line-height: 1.2em;
    font-weight: 500;
    font-style: italic;
  }
  .edo-table-footer > .paging {
    float: right;
    vertical-align: bottom;
  }
  .edo-table-footer > .paging .size-div {
    display: block;
    float: left;
    margin-left: 30px;
  }
  .edo-table-footer > .paging .page-label {
    padding-top: 0.4em;
    float: left;
    vertical-align: middle;
    line-height: 1.2em;
    height: 1.5em;
  }
  .edo-table-footer > .paging .size-label {
    padding-top: 0.4em;
    float: left;
    vertical-align: middle;
    line-height: 1.2em;
  }
  .edo-table-footer > .paging .size {
    height: 22px;
    line-height: 22px;
    float: left;
  }
  .edo-table-footer > .paging .page-icon {
    float: left;
    cursor: pointer;
    margin-left: 1px;
    margin-right: 1px;
    width: 12px;
    height: 12px;
    margin-top: 0.55em;
    background-image: url('images/sprite-icons/icons_sprite_widget_12er.png');
    background-repeat: no-repeat;
  }
  .edo-table-footer > .paging .page-icon.first {
    background-position: -75px 0px;
  }
  .edo-table-footer > .paging .page-icon.last {
    background-position: -120px 0px;
  }
  .edo-table-footer > .paging .page-icon.prev {
    background-position: -90px 0px;
    margin-right: 5px;
  }
  .edo-table-footer > .paging .page-icon.next {
    background-position: -105px 0px;
    margin-left: 5px;
  }
  .edo-table-footer > .paging .paging-input {
    height: 1.4em;
    padding-top: 0.2em;
    float: left;
  }
  .edo-table-footer > .paging .paging-input.highlighted {
    background-color: #ffff8a !important;
    cursor: pointer;
  }
  .edo-table-footer > .paging .paging-input-label {
    float: left;
    padding-top: 0.4em;
    vertical-align: middle;
    line-height: 1.2em;
  }
  .edo-table-wrapper {
    display: table;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    table-layout: fixed;
    width: 100%;
  }
  .edo-table-wrapper .inner-wrapper {
    overflow-y: hidden;
    overflow-x: hidden;
    max-width: 100%;
    min-width: 100%;
  }
  .edo-table-wrapper .inner-wrapper .inner-inner-wrapper {
    overflow-y: hidden;
    overflow-x: auto;
    max-width: 100%;
    min-width: 100%;
    display: inline-block;
    padding-top: 1px;
    position: relative;
  }
  .edo-table-settings-div {
    display: block;
    position: absolute;
    opacity: 1;
    /*top and right are set when adding*/
  
    /*top: 0;
      left: 0;*/
  
    z-index: 11100;
    background-color: #ececec;
    padding: 6px;
    border: 1px solid #c7c7c7;
  }
  .edo-table-settings-div ul {
    margin: 3px 3px 35px 3px;
  }
  .edo-table-settings-div ul li {
    line-height: 15px;
    display: block;
    clear: both;
  }
  .edo-table-settings-div ul li input {
    float: left;
    cursor: pointer;
  }
  .edo-table-settings-div ul li div {
    float: left;
    padding-left: 5px;
    cursor: pointer;
  }
  .edo-table-settings-div .title {
    display: inline-block;
    font-weight: 500;
    font-size: 1.1em;
  }
  .edo-table-settings-div .edo-table-ok {
    float: right;
    cursor: pointer;
  }
  .edo-table-settings-div .edo-table-ok:before {
    display: inline-block;
    content: "i";
    text-indent: -999em;
    -ms-word-break: keep-all;
    word-break: keep-all;
    -ms-word-wrap: normal;
    word-wrap: normal;
    width: 16px;
    height: 20px;
    margin-bottom: 0.1em;
    -ms-zoom: 1;
    zoom: 1;
  }
  .edo-table-settings-div .edo-table-reset {
    float: left;
    cursor: pointer;
  }
  .edo-table-settings-div .edo-table-reset:before {
    display: inline-block;
    content: "i";
    text-indent: -999em;
    -ms-word-break: keep-all;
    word-break: keep-all;
    -ms-word-wrap: normal;
    word-wrap: normal;
    background: transparent url('images/sprite-icons/icons_sprite_allgemein_16er.png') right bottom no-repeat;
    background-position: -400px -2px;
    width: 16px;
    height: 20px;
    margin-bottom: 0.1em;
    -ms-zoom: 1;
    zoom: 1;
  }
  .edo-table-drag-div {
    display: block;
    position: absolute;
    opacity: 1;
    z-index: 9999;
    background-color: #ececec;
    padding: 3px;
    border: 1px solid #c7c7c7;
  }
  .edo-table-drag-target-indicator-left {
    border-left: 1px solid #0000ff;
  }
  .edo-table-drag-target-indicator-right {
    border-right: 1px solid #0000ff;
  }
  .checkedColumn {
    text-indent: -999em;
    font-size: 1px;
  }
  .checkedColumn.checkedNo,
  .checkedColumn.checkedYes {
    background-repeat: no-repeat;
    -moz-background-size: 17px 13px;
    -o-background-size: 17px 13px;
    -webkit-background-size: 16px;
    background-size: 17px 13px;
    background-position-x: left;
    background-position-y: center;
  }
  .checkedColumn.checkedNo {
    background-image: url('images/content_checked_no.png');
  }
  .checkedColumn.checkedYes {
    background-image: url('images/content_checked_yes.png');
  }
  /* applies rounded corners */
  .rightBorder {
    border-right: 1px solid #c7c7c7;
  }
  .leftTopRoundedBorder {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
  }
  .rightTopRoundedBorder {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
  }
  .leftBottomRoundedBorder {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
  }
  .rightBottomRoundedBorder {
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
  }
  .noSelection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .screenGreyedOut {
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
    background: #000000;
    background-image: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 11000;
  }
  .loading {
    background-image: url('images/ajax-loader.gif');
    background-repeat: no-repeat;
    -moz-background-size: 14px;
    -o-background-size: 14px;
    -webkit-background-size: 14px;
    background-size: 14px;
    height: 14px;
    width: 14px;
    float: left;
    margin-left: 10px;
    margin-top: 8px;
  }
  .clearIcon {
    position: absolute !important;
    float: left;
    width: 10px;
    margin-left: 8.25em;
    margin-top: 0.525em;
    height: 10px;
    background: url('images/ctrl_clear.png') 0 0 no-repeat;
    -moz-background-size: 10px 10px;
    -o-background-size: 10px 10px;
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
    cursor: pointer;
    z-index: 99;
  }
}
@media screen and (max-width: 480px) {
  .edo-table-footer .paging {
    clear: both;
    float: left;
  }
  .edo-table-footer .paging > .size-div {
    margin-left: 0px;
    clear: both;
    float: left;
  }
}
