ul {
    list-style: none;
}

input[type="radio"] {
    margin-top: 0px;
    vertical-align: middle;
}

em {
    font-size: 120%;
    font-style: normal;
}

img {
    vertical-align: top;
}

/****************************************/
/* popups */
/****************************************/
body.popup  {
    padding: 0;
    min-width: 0;
}

.popup h1 {
    background-color: #BBBBBB;
    padding: 6px;
    margin-top: 0px;
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 0px;
}
.popup h2 {
    padding: 6px;
    margin: 0px;
    font-size: 105%;
    font-weight: bold;
}

/****************************************/
/* allgemeine Seitenaufteilung */
/* everything below the header */
/****************************************/
.pageBody {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
/* pageBody gets divided into a larger left area for the real content */
/* "padding-right" is the space available for contentRight (and a small spacing) */
div#contentLeft {
    padding-right: 220px;
    padding-top: 10px;
}
/* ...and a smaller right one for the small box */
div#contentRight {
    width: 200px;
    position: fixed;
    right: 25px;
    top: 130px;
}

/****************************************/
/* the small box on the right */
/****************************************/
div.menubox {
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100%;
    background-color: #CCCCCC;
    box-shadow: #666 1px 4px 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 10px;
}

div.menubox h1 {
    font-size: 12px;
    padding-left: 20px;
}

div.menubox ul {
    list-style: none;
    font-weight: bold;

    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

div.menubox ul li {
    padding-top: 7px;
    padding-bottom: 7px;
}

div.menubox ul li a {
    vertical-align: text-top;
    width: 80%;
    text-decoration: none;
}

div.menubox ul li a img {
    padding: 0;
    margin-right: 0;
    margin-left: -20px;
    width: 15px;
}

div.menubox a.deleteTemplate {
    width: 15px;
}

div.menubox a.deleteTemplate img {
    padding: 0;
    margin: 0;
}

div#templateBox {
    padding-top: 4px;
    width: 100%
    margin: 5px;
}

div#infotext {
    padding-top: 20px;
    margin: 5px;
}

/****************************************/
/* "Settings" pages (incl. ChangePwd page) */
/****************************************/
div.settingsPage label {
    display: inline-block;
    min-width: 160px;
    text-align: right;
    margin-right: 10px;
}

/* "settings" page table (has three columns) */
div.settingsPage {
    width: 100%;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    margin-bottom: 20px;
}

div.settingsPage ul.table input[type=button] {
    width: 31%;
}

div.settingsPage ul.table li.foot input[type=button] {
    width: 0;	/* override predefined width */
    min-width: 90px;
}

div.settingsPage ul.table input[type=text] {
    width: 30%;
}

div.settingsPage ul.table select {
    width: 30.5%;
}

div.settingsPage div.altText {
    display: inline-block;
    word-wrap: break-word;
    vertical-align: middle;
    max-width: 40%;
    margin-left: 10px;
}
div.settingsPage div.checkboxContainer {
    display: inline-block;
    width: 30%;
    margin-right: 5px;
}
/****************************************/

/* todo: cleanup starts here! */


input.submitHighlighted {
    min-width: 150px;
}

input.inputSmall {
    width: 55px !important;
}

input.inputMedium {
    width: 75px !important;
}

input.inputAll {
    width: 98%;
}


/* <ul class="table"> */
ul.table {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

ul.table li {
    margin: 0;
    padding: 5px 10px 7px 10px;
}
ul.table li:last-child {
    padding-bottom: 15px;
}

ul.table li.head {
    background-color: #bbb;
    font-size: 100%;
    font-weight: bold;
    padding-bottom: 6px;
}

ul.table li.midHead {
    background-color: #ccc;
    font-size: 100%;
    font-weight: bold;
    padding-bottom: 6px;
}

ul.table li.foot {
    background-color: #bbb;
    font-size: 100%;
    font-weight: bold;
    margin-top: 5px;
}
ul.table.alternating li.foot {
    margin-top: 0px;
}

ul.table li.foot:last-child {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
}

ul.table label {
    display: inline-block;
    min-width: 200px;
    text-align: left;
    font-weight: bold;
}

ul.table h1 {
    font-size: 110%;
    display: inline;
}

ul.table li.mouseOver:hover{
    background-color: #DFDFDF !important;
}

ul.table.alternating li.mouseOver:hover{
    background-color: blue !important;
}

/* <ul class="table alternating"> */
ul.table.alternating > li:nth-child(odd):not(.foot):not(.head):not(.midHead) {
    background-color: #ced4e4;
    border-bottom: 1px solid #e8e8e8;
}
ul.table.alternating > li:nth-child(even):not(.foot):not(.head):not(.midHead) {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e8e8e8;
}

ul.table.datasetConfiguration li {
    width: 45.5%;
    display: inline-block;
}

/* container for export/import selectors (e.g. selecting sender) */
div.transmitSelectionSmall {
    min-width: 300px;
    width: 47%;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    flex-grow: 1;
}

div.transmitSelectionSmall ul.table li.foot input[type=button] {
    width: 0;	/* override predefined width */
    min-width: 90px;
    float: right;
}

div.transmitSelectionSmall ul.table input[type=text] {
    width: 70%;
    float: right;
}

div.transmitSelectionSmall ul.table select {
    width: 71%;
    float: right;
}

div.transmitSelectionSmall ul.table input[type=button] {
    width: 71%;
    float: right;
}

div.transmitSelectionSmall ul.table label {
    min-width: 0;
    font-weight: normal;
    padding-top: 0.4em;
}

div.transmitSelectionSmall div.content {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    padding-left: 5%;
}

/* special for export_auftrag_ok.jsp */
div.transmitSelectionSmall span#startDateSelection input {
    float: none;
}
div.transmitSelectionSmall span#startDateSelection img {
    vertical-align: middle;
}
div.transmitSelectionSmall span#startTimeSelection input {
    float: none;
}
div.transmitSelectionSmall span#startTimeSelection img {
    vertical-align: middle;
}

/* container for dataset selection */
div.transmitSelectionBig {
    width: 100%;
    border: 1px solid #bbbbbb;
    border-radius: 4px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

div.transmitSelectionBig ul.table label {
    min-width: 0;
    font-weight: normal;
    padding-top: 0.4em;
}

/* ================================================== */
/* Export/Import tabs */
/* ================================================== */
ul.datasetConfiguration {
    padding-top: 10px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.datasetConfiguration input[type=button] {
    width: 71%;
    float: right;
}

.datasetConfiguration label {
    width: 26%;
}

.datasetConfiguration input[type=button] {
    width: 0;	/* override predefined width */
    min-width: 90px;
    float: right;
}

.datasetConfiguration input[type=text] {
    width: 70%;
    float: right;
}

.datasetConfiguration select {
    width: 71%;
    float: right;
}

.datasetConfiguration input[type=button] {
    width: 71%;
    float: right;
}

li#datasetFileActions ul {
    padding: 0;
    margin: 0;
    text-align: right;
    min-height: 1.2em;
}

li#datasetFileActions ul li {
    padding: 0;
    margin: 0;
    display: inline;
}

li#addLocalFile {
    display: none !important;
}
li#addServerFile {
/*    display: none !important; */
}
li#addGasFile {
    display: none !important;
}
li#addDeviceFile {
    display: none !important;
}
li#datasetFiles select {
    width: 100%;
}

/* ================================================== */
/* File Upload */
/* ================================================== */
form#fileupload li.totalProgress label {
    width: 200px;
}

/* ================================================== */
/* Filter on Jobs tab */
/* ================================================== */
li.jobTabFilterContainer {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}

div.jobTabFilter {
    flex-grow: 0;
    min-width: 350px;
    width: 30%;
    max-width: 450px;
    margin: 0;
    padding: 2px;
}

div.jobTabFilter input[type=text] {
    width: 85%;
}

div.jobTabFilter label {
    font-weight: normal;
    width: 30%;
    display: inline-block;
    text-align: right;
    vertical-align: top;
    word-break: normal;
}

div.jobTabFilter div.content {
    width: 65%;
    display: inline-block;
    vertical-align: top;
    padding-left: 1%;
}

div.jobTabFilter div.content img {
    vertical-align: bottom;
}

div.jobTabFilter div.content div.flex {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div.jobTabFilter div.content div.flex span {
    flex-grow: 1;
}
div.jobTabFilter div.content div.flex span label {
    padding-top: 0;
}

div.jobTabFilter div.content label {
    width: auto;
    word-break: normal;
    text-align: left;
}

div#jobstate.jobTabFilter div.content div.flex span {
    flex-basis: 100px;
    flex-grow: 1;
}

#jobSearchButton {
    text-align: right;
}

div#jobControl {
    float: left;
}

div#jobControl select#control {
    width: 200px;
}
div#jobControl label {
    min-width: 0;
}

form#Jobs div#transmissionTime {
    display: none;
}
form#Jobs div#transmissionTime input[type=text]{
    width: 40%;
}
form#Jobs div#transmissionTime div.content div {
    display: inline-block;
}

form#Jobs div#submitTime {
    display: none;
}

/* ========================================================================== */
/* pagination */
/* ========================================================================== */
.paginationsymbols {
    font-size: 140%;
    color: darkgrey;
}
.paginationsymbols a {
    text-decoration: none;
}
.paginationnumbers a {
    text-decoration: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

/* ========================================================================== */
/* typical "Prostep table" with header, body with alternating colors and footer */
/* ========================================================================== */
div.table {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #bbbbbb;
    border-radius: 0px;
    padding-bottom: 0px;
}
div.table:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 20px;
}
div.table:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

div.table:only-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 20px;
}

/* rows */
div.table div.tableRow {
    display: table-row;
}

/* Zellen im Tabellenkörper */

div.table div.tableRow > div.tableCell {
    display: table-cell;
    vertical-align: top;
    padding: 3px 3px 3px 3px;
}

div.tableBodySimple div.tableCell {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #E8E8E8;
}
div.tableBody div.tableCell {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #E8E8E8;
}

div.tableBodySimple div.tableRow:last-child div.tableCell {
    border-bottom: none;
}
div.tableBody div.tableRow:last-child div.tableCell {
    border-bottom: none;
}

div.table div.tableRow > div.tableCell:first-child {
    padding-left: 10px;
}
div.table div.tableRow > div.tableCell:last-child {
    padding-right: 10px;
}

div.tableRow div img {
    vertical-align: middle;
}

/* use spans to put multiple elements into a single div cell */
div.tableCell > span {
    margin: 0px 5px 0px 5px;
}
div.tableCell > span:first-child {
    margin-left: 0px;
}
div.tableCell > span:last-child {
    margin-right: 0px;
}

/* header */
div.tableHead {
    display: table-header-group;
}
div.tableHead h1 {
    font-size: 110%;
    display: inline;
}
div.table div.tableHead div.tableRow div.tableCell {
    background-color: #bbbbbb;
    vertical-align: middle;
    font-weight: bold;
    padding: 5px 3px 7px 3px;
}
div.table div.tableHead div.tableRow div.tableCell:first-child {
    padding-left: 10px;
}

/* mid-header */
div.tableMidHead {
    display: table-header-group;
}

div.tableMidHead div.tableCell {
    background-color: #cccccc;
/* zerstört header bei "Download": */
/*    vertical-align: middle; */
    vertical-align: top;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 6px;
}

/* body */
div.tableBody {
    display: table-row-group;
}
div.tableBody > div.tableRow:nth-child(odd) {
    background-color: #ced4e4;
}
div.tableBody > div.tableRow:nth-child(even) {
    background-color: #f8f8f8;
}

div.tableBody > div.tableRow:nth-child(odd).selected {
/* would be prettyier but does not work in IE: */
/*    background-image: linear-gradient(to right,#39f 5%,#ced4e4 85%); */
    background-color: #39f;
}

div.tableBody > div.tableRow:nth-child(even).selected {
/* would be prettyier but does not work in IE: */
/*    background-image: linear-gradient(to right,#39f 5%,#f8f8f8 85%); */
    background-color: #39f;
}

/* body, not alternating, only white */
div.tableBodySimple {
    display: table-row-group;
    background-color: white;
}

/* footer */
div.tableFoot {
    display: table-footer-group;
}
div.tableFoot div.tableCell {
    background-color: #bbbbbb;
    vertical-align: middle;
    font-weight: bold;
}

/* highlight a row on mouseover (usage: assign class "tableMouseOver" to a tableRow) */
div.tableRow.tableMouseOver:hover > div.tableCell {
    background-color: #39F;
    cursor: pointer;
}


/* Main Menu Messages */
div.menuMessage {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
div.menuMessage div {
    padding-top: 10px;
    padding-bottom: 10px;
}
div.menuMessage ul {
    list-style: none;
    padding-left: 10px;
    margin: 0px;
}
div.menuMessage li {
    padding-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

div.menuMessage h1 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
    color: red;
}
div.menuMessage h2 {
    font-size: 20px;
    font-weight: bold;
    color: red;
}
div.menuMessage h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
div.menuMessage h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
div.menuMessage span.engdat {
    font-size: 14px;
    font-weight: bold;
}

/* normal messages */
div.message {
    font-size: 120%;
    font-weight: bold;
    padding: 20px;
}

/* error messages TODO: rename to errorMessage */
div.error {
    font-weight: bold;
    font-size: 120%;
    text-align: center;
    background-color: #ECC;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid red;
    border-radius: 15px;
    padding: 10px;
}
div.error a:link {
    vertical-align: middle;
}
.error h1 {
    font-size: 25px;
    margin-bottom: 5px;
}
.error h2 {
    font-size: 20px;
}
.error h3 {
    font-size: 16px;
    margin-bottom: 5px;
}
.error h4 {
    font-size: 14px;
    margin-bottom: 5px;
}


/*********************************************************************************/
/*
        Background Stretcher jQuery Plugin
        (c) 2011 ajaxBlender.com
        For any questions please visit www.ajaxblender.com
        or email us at support@ajaxblender.com
*/

HTML {_background: url(/images/trans.gif) no-repeat fixed;}
.bgstretcher-area { text-align: left; }
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
        position: absolute;
        top: 0px;
        left: 0px;
}
.bgstretcher UL, .bgstretcher UL LI {
        margin: 0px;
        padding: 0px;
        list-style: none;
}
.bgstretcher {
        background: black;
        overflow: hidden;
        width: 100%;
        position: fixed;
        z-index: 1;
        _position: absolute; /*IE6 doesn't support fixed positioning*/
        top: 0px;
        left: 0px;
}

/********* special styling */
/* class to make some inputs look like being disabled */
div.fakeReadOnly a {
    text-decoration: none;
    color: gray;
}
div.fakeReadOnly input[type=text] {
    border: none;
    color: gray;
}

input[type=text][readonly] {
    border: 1px solid gray;
    color: gray;
    background-color: #f8f8f8;
    padding: 2px;
}

/* export tab: hide "Export Area" */
li#exp_exportarea {
    visibility: hidden;
    margin: 0;
    height: 0;
}

/* import tab: hide "Export Area" */
#imp_importarea {
    visibility: hidden;
}
/* export tab: hide sender tech contact */
#exp_snd_techcontact {
    visibility: hidden;
    margin: 0;
    height: 0;
}
/* export tab: hide receiver tech contact */
#exp_rec_techcontact {
    visibility: hidden;
}
/* import tab: hide sender tech contact */
#imp_snd_techcontact {
    visibility: hidden;
}
/* import tab: hide receiver tech contact */
#imp_rec_techcontact {
    visibility: hidden;
    margin: 0;
    height: 0;
}

/* ****** GAS ****** */
#fs_head {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
}
#fs_head img {
    vertical-align: middle;
}
#fs_head select#folder {
    min-width: 250px;
}
#fs_head input#filter {
    width: 150px;
}
#fs_head div {
}

/* jquery upload */
/* tr.template-upload td:nth-child(1) {
    width: 2.5em !important;
}
tr.template-upload td:nth-child(2) {
    width: auto !important;
}
tr.template-upload td:nth-child(3) {
}
*/