﻿/*//Diese Datei ist geshared für mehrere Projekte*/

.textAlignLeft {
    text-align: left;
}

.textAlignRight {
    text-align: right;
}

.textAlignCenter {
    text-align: center;
}

.vertAlignTop {
    vertical-align: top;
}

.vertAlignMitte {
    vertical-align: middle;
}

.vertAlignBottom {
    vertical-align: bottom;
}

.fontBold {
    font-weight: bold;
}

.fontNormal {
    font-weight: normal;
}

.fontSize12 {
    font-size: 12px;
}

.fontSize14 {
    font-size: 14px;
}

.fontSize16 {
    font-size: 16px;
}

.clearBoth {
    clear: both;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.hide {
    display: none;
}

.displayInlineBlock {
    display: inline-block;
}

.errorColor {
    color: #FF0033;
}


.LabelAsTextBox {
    border: 1px solid #CCCCCC;
    background-color: #EEEEEE;
    padding: 2px;
}

.lineHeight18 {
    line-height: 18px;
}

.lineHeight20 {
    line-height: 20px;
}

.lineHeight25 {
    line-height: 25px;
}

.lineHeight30 {
    line-height: 30px;
}

.height13 {
    height: 13px;
}

.height20 {
    height: 20px;
}

.height21 {
    height: 21px;
}

.height22 {
    height: 22px;
}

.height25 {
    height: 25px;
}

.height40 {
    height: 40px;
}

.height60 {
    height: 60px;
}

.height70 {
    height: 70px;
}

.height260 {
    height: 260px;
}

.height_100 {
    height: 100%;
}

.width10 {
    width: 10px;
}

.width15 {
    width: 15px;
}

.width20 {
    width: 20px;
}

.width25 {
    width: 25px;
}

.width30 {
    width: 30px;
}

.width40 {
    width: 40px;
}

.width50 {
    width: 50px;
}

.width60 {
    width: 60px;
}

.width70 {
    width: 70px;
}

.width75 {
    width: 75px;
}

.width80 {
    width: 80px;
}

.width86 {
    width: 86px;
}

.width90 {
    width: 90px;
}

.width100 {
    width: 100px;
}

.width110 {
    width: 110px;
}

.width120 {
    width: 120px;
}

.width130 {
    width: 130px;
}

.width135 {
    width: 135px;
}

.width140 {
    width: 140px;
}

.width150 {
    width: 150px;
}

.width160 {
    width: 160px;
}

.width170 {
    width: 170px;
}

.width180 {
    width: 180px;
}

.width184 {
    width: 184px;
}

.width190 {
    width: 190px;
}

.width200 {
    width: 200px;
}

.width210 {
    width: 210px;
}

.width220 {
    width: 220px;
}

.width230 {
    width: 230px;
}

.width240 {
    width: 240px;
}

.widthCbo240 {
    width: 246px;
}

.width250 {
    width: 250px;
}

.width260 {
    width: 260px;
}

.width270 {
    width: 270px;
}

.width280 {
    width: 280px;
}

.width290 {
    width: 290px;
}

.width300 {
    width: 300px;
}

.widthCbo300 {
    width: 306px;
}

.width320 {
    width: 320px;
}

.width350 {
    width: 350px;
}

.width370 {
    width: 370px;
}

.width360 {
    width: 360px;
}

.width390 {
    width: 390px;
}

.width400 {
    width: 400px;
}

.width415 {
    width: 415px;
}

.width430 {
    width: 430px;
}

.width440 {
    width: 440px;
}

.width450 {
    width: 450px;
}

.width500 {
    width: 500px;
}

.width510 {
    width: 510px;
}

.width520 {
    width: 520px;
}

.width550 {
    width: 550px;
}

.width600 {
    width: 600px;
}

.width613 {
    width: 613px;
}

.width663 {
    width: 663px;
}

.width650 {
    width: 650px;
}

.width1032 {
    width: 1032px;
}

.width_100 {
    width: 100%;
}

.width_99 {
    width: 99%;
}

.width_98 {
    width: 98%;
}

.minwidth20 {
    min-width: 20px;
}

.minwidth30 {
    min-width: 30px;
}

.minwidth40 {
    min-width: 40px;
}

.minwidth50 {
    min-width: 50px;
}

.minwidth60 {
    min-width: 60px;
}

.minwidth70 {
    min-width: 70px;
}

.minwidth80 {
    min-width: 80px;
}

.minwidth90 {
    min-width: 90px;
}

.minwidth100 {
    min-width: 100px;
}

.minwidth110 {
    min-width: 110px;
}

.minwidth120 {
    min-width: 120px;
}

.minwidth130 {
    min-width: 130px;
}

.minwidth150 {
    min-width: 150px;
}

.minwidth180 {
    min-width: 180px;
}

.maxwidth30 {
    max-width: 30px;
}

.maxwidth180 {
    max-width: 180px;
}

.minWidth585 {
    min-width: 890px;
}

.minWidth545 {
    min-width: 545px;
}

.minWidth345 {
    min-width: 345px;
}

.minWidth1 {
    min-width: 1px;
}

.overflowy {
    overflow-y: hidden;
}

.overflowx {
    overflow-x: hidden;
}

.overflow {
    overflow-x: hidden;
    overflow-y: hidden;
}

.margin1 {
    margin: 1px;
}

.margin10 {
    margin: 10px;
}

.marginLeft {
    margin-left: 0px;
}

.marginLeft5 {
    margin-left: 5px;
}

.marginLeft10 {
    margin-left: 10px;
}

.marginLeft15 {
    margin-left: 15px;
}

.marginLeft20 {
    margin-left: 20px;
}
.marginLeft30 {
    margin-left: 30px;
}

.marginLeft50 {
    margin-left: 50px;
}

.marginRight10 {
    margin-right: 10px;
}

.marginRight20 {
    margin-right: 20px;
}

.marginTop1 {
    margin-top: 2px;
}

.marginTop2 {
    margin-top: 2px;
}

.marginTop4 {
    margin-top: 4px;
}

.marginTop5 {
    margin-top: 5px;
}

.marginTop7 {
    margin-Top: 7px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop11 {
    margin-top: 11px;
}

.marginTop12 {
    margin-top: 12px;
}

.marginTop14 {
    margin-top: 14px;
}

.marginTop20 {
    margin-top: 20px;
}

.marginTop40 {
    margin-top: 40px;
}

.marginTopM2 {
    margin-top: -2px;
}

.marginBottom5 {
    margin-bottom: 5px;
}

.marginBottom10 {
    margin-bottom: 10px;
}

.marginBottom15 {
    margin-bottom: 15px;
}

.border {
    border: 1px solid #C0C0C0;
}

.paddingLeft10 {
    padding-left: 10px;
}

.paddingLeft1 {
    padding-left: 11px;
}

.paddingTop5 {
    padding-top: 5px;
}

.paddingTop10 {
    padding-top: 10px;
}

.paddingTop15 {
    padding-top: 15px;
}

.lineHeightCombo {
    line-height: 24px;
}

.lineHeightText {
    line-height: 16px;
}


.bgColorYellow {
    background-color: yellow;
}

.colorRed {
    color: red;
}

.colorBlack {
    color: black;
}

.colorDarkGray {
    color: DarkGray;
}

.validErr {
    margin: 0 0 0 2px;
    vertical-align: middle;
    line-height: 12px;
    color: red;
    width: 5px;
}

.validErrGray {
    margin: 0 0 0 2px;
    vertical-align: middle;
    line-height: 12px;
    color: darkgray;
    width: 5px;
}

form {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: inherit;
    font-weight: bold;
    color: inherit;
    text-rendering: optimizelegibility;
}

h1 {
    font-size: 36px;
    line-height: 40px;
}

h2 {
    font-size: 30px;
    line-height: 34px;
}

h3 {
    font-size: 24px;
    line-height: 26px;
}

h4 {
    font-size: 18px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    line-height: 16px;
}

h6 {
    font-size: 12px;
    line-height: 14px;
}

.title {
    background-color: #E5E5E5;
    color: black;
}

    .title h4 {
        padding: 5px 10px;
        text-align: left;
        margin: 0;
        font-size: 18px;
    }

.tblListe {
    border-collapse: collapse;
    border: 1px solid #C0C0C0;
    min-width: 700px;
    font-size: 12px;
    table-layout: fixed;
}

    .tblListe > tbody {
        overflow: auto;
    }

        .tblListe > tr,
        .tblListe > thead > tr,
        .tblListe > tbody > tr {
            cursor: pointer;
            padding: 3px 3px;
            line-height: 20px;
        }
            /*.tblListe tr:nth-child(odd) { background: #E9E9E9; }
  .tblListe tr:nth-child(even) { background: #F0F0F0; }*/
            .tblListe > tr > th,
            .tblListe > tbody > tr > th,
            .tblListe > thead > tr > th {
                border: 1px solid #C0C0C0;
                background: #ACDDF1;
                line-height: 16px;
                color: black;
                padding: 3px 3px;
                word-wrap: break-word;
            }

            .tblListe > tr > td,
            .tblListe > tbody > tr > td,
            .tblListe > thead > tr > td {
                border: 1px solid #C0C0C0;
                padding: 3px 5px;
                vertical-align: top;
                word-wrap: break-word;
            }

    .tblListe a:link, table a:visited, table a:hover {
        background-color: transparent;
        color: black;
        text-decoration: none;
    }

.tblListe2 {
    border-collapse: collapse;
    border: 1px solid #C0C0C0;
    font-size: 12px;
    table-layout: fixed;
}

    .tblListe2 tr {
        cursor: pointer;
        padding: 3px 3px;
        line-height: 20px;
    }

    .tblListe2 tbody {
        overflow: auto;
    }

    .tblListe2 th {
        border: 1px solid #C0C0C0;
        background: #ACDDF1;
        line-height: 16px;
        color: black;
        padding: 3px 3px;
    }

    .tblListe2 td {
        border: 1px solid #C0C0C0;
        padding: 1px 5px;
        vertical-align: top;
    }

.tblListeHeader {
    border-collapse: collapse;
    border: 1px solid #C0C0C0;
    border-bottom: 0;
    min-width: 700px;
    font-size: 12px;
    table-layout: fixed;
}

    .tblListeHeader tbody {
        overflow: auto;
    }

    .tblListeHeader tr {
        cursor: pointer;
        padding: 3px 3px;
        line-height: 20px;
    }

    .tblListeHeader th {
        background: #ACDDF1;
        line-height: 16px;
        color: black;
        padding: 3px 3px;
    }

    .tblListeHeader td {
        border: 1px solid transparent;
        padding: 3px 5px;
    }

    .tblListeHeader a:link, table a:visited, table a:hover {
        background-color: transparent;
        color: black;
        text-decoration: none;
    }

.tdtext {
    word-break: break-all;
    word-wrap: break-word;
    padding: 0 2px;
}

/*.tblListeScroll { border-collapse: collapse; border: 1px solid #C0C0C0; min-width: 700px; font-size: 12px; table-layout: fixed; }
    .tblListeScroll tbody { overflow: scroll; }
    .tblListeScroll tr { cursor: pointer; padding: 3px 3px; line-height: 20px; }
    .tblListeScroll th { border: 1px solid #C0C0C0; background: #ACDDF1; line-height: 16px; color: black; padding: 3px 3px; }
    .tblListeScroll td { border: 1px solid #C0C0C0; padding: 3px 5px; }
    .tblListeScroll a:link, table a:visited, table a:hover { background-color: transparent; color: black; text-decoration: none; }*/


.table {
    display: table;
    border-collapse: collapse;
    border: 1px solid #C0C0C0;
    font-size: 12px;
}

.tableRowH {
    display: table-row;
    border: 1px solid #C0C0C0;
    width: 100%;
    background: #ACDDF1;
    color: black;
    text-align: center;
    font-weight: bold;
}

.tableColH {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 5px;
}

.tableRow {
    display: table-row;
    width: 100%;
    cursor: pointer;
    padding: 3px 5px;
}

.tableCol {
    display: table-cell;
    border: 1px solid #C0C0C0;
    padding: 3px 5px;
}

.textclass {
    overflow: hidden;
    background-color: transparent;
    white-space: nowrap;
}

/* inner bereioch der Listen-Seiten */
.partielPageFooter {
    height: 40px;
    background-color: #E5E5E5;
    display: none;
}

.partielPageBody {
    overflow-x: scroll;
    overflow-x: hidden;
    background-color: #E5E5E5;
    min-width: 640px;
    display: none;
}

.headerLeft {
    margin-left: 0;
}

.FullPage {
}

.icon-marginleft-10 {
    margin-left: 5px;
}

.buttonSize {
    width: 24px;
    height: 24px;
}

/* */
.controlPanelButton {
    width: 100px;
    height: 35px;
    margin: 1px 0 1px 0;
    padding: 2px 2px;
}

.fidInputList {
    padding-left: 2px;
    margin: 0;
    width: 100%;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    color: #555555;
    border: 1px solid #E5E5E5;
}

.popup {
    font-size: 14px;
    padding: 3px 3px 3px 3px;
}

.caretRight {
    margin-right: 5px;
}

p {
    margin: 0px;
    padding: 0px;
}

.icon-star {
    background-position: -119px 0;
}

label {
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    display: inline;
}

input {
    font-weight: normal;
    padding: 1px 2px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #D0D0D0;
}

textarea {
    padding: 1px 2px 1px 2px;
    border: 1px solid #D0D0D0;
}

.alert {
    color: #000;
}


.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

/* styles for validation helpers */
.field-validation-error {
    color: red;
    font-weight: bold;
}


input.input-validation-error {
    outline: 2px solid red;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0;
}

label, input, button, select {
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}

.validation-summary-errors {
    color: red;
    font-weight: bold;
    margin-left: 30px;
}
/*.validation-error-popup { border: 2px solid red; -moz-box-shadow: inset 1px 1px 5px #ff0000; -webkit-box-shadow: inset 1px 1px 5px #ff0000; box-shadow: inset 1px 1px 5px #ff0000; z-index: 9999; }*/
.validation-error-popup {
    border: 2px solid red;
    z-index: 9999;
}

.validation-error-tip {
    background-color: red;
    font-size: 12px;
    font-weight: bold;
    -moz-box-shadow: 2px 2px 5px 1px #555555;
    -webkit-box-shadow: 2px 2px 5px 1px #555555;
    box-shadow: 2px 2px 5px 1px #555555;
}

.ui-dialog {
    padding: 0px;
}

.ui-widget {
    font-size: 14px;
    font-family: "Helvetica New", Arial, sans-serif;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 5px 10px;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: none;
    margin: 2px;
}

.ui-widget-header {
    font-weight: normal;
    color: white;
    text-align: center;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: "Helvetica New", Arial, sans-serif;
    font-size: 12px;
}

.ui-widget.ui-widget-content input, .ui-widget.ui-widget-content select, .ui-widget.ui-widget-content textarea, .ui-widget.ui-widget-content button {
    font-family: "Helvetica New", Arial, sans-serif;
    font-size: 12px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.uidialogBG {
    background: #e6e6e6;
}
/*.uidialogBG { background: #eeeeee; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #cccccc 0%, #eeeeee 35%, #eeeeee 65%, #cccccc 100%);  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(35%,#eeeeee), color-stop(65%,#eeeeee), color-stop(100%,#cccccc)); background: -webkit-linear-gradient(top, #cccccc 0%,#eeeeee 35%,#eeeeee 65%,#cccccc 100%); background: -o-linear-gradient(top, #cccccc 0%,#eeeeee 35%,#eeeeee 65%,#cccccc 100%);  background: -ms-linear-gradient(top, #cccccc 0%,#eeeeee 35%,#eeeeee 65%,#cccccc 100%);  background: linear-gradient(to bottom, #cccccc 0%,#eeeeee 35%,#eeeeee 65%,#cccccc 100%); */

.rowSelect {
    background: #29b8e5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzI5YjhlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2IzZGNlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iI2JjZTBlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzI5YjhlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #29b8e5 1%, #b3dced 20%, #bce0ee 80%, #29b8e5 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#29b8e5), color-stop(20%,#b3dced), color-stop(80%,#bce0ee), color-stop(99%,#29b8e5));
    background: -webkit-linear-gradient(top, #29b8e5 1%,#b3dced 20%,#bce0ee 80%,#29b8e5 99%);
    background: -o-linear-gradient(top, #29b8e5 1%,#b3dced 20%,#bce0ee 80%,#29b8e5 99%);
    background: -ms-linear-gradient(top, #29b8e5 1%,#b3dced 20%,#bce0ee 80%,#29b8e5 99%);
    background: linear-gradient(to bottom, #29b8e5 1%,#b3dced 20%,#bce0ee 80%,#29b8e5 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29b8e5', endColorstr='#29b8e5',GradientType=0 );
}


.rowSelectIE8 {
    background: #29b8e5;
}

.uidialogBGIE8 {
    background: #eeeeee;
}

.textheavy {
    font-weight: 900;
}

.toolBar {
    overflow: hidden;
    background-color: transparent;
    border: 1px solid #C0C0C0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.imageButton {
    border: 1px solid #D0D0D0;
    margin: 2px 6px;
}

.imageButtonOver {
    border: 1px solid #C0C0C0;
    background-color: silver;
}

.form {
    margin: 0;
}

ul {
    margin: 0;
}


.no-close .ui-dialog-titlebar-close {
    display: none;
}




.txtBoxShadow {
    -moz-box-shadow: inset 0 0 5px #aaa;
    -webkit-box-shadow: inset 0 0 5px #aaa;
    box-shadow: inset 0 0 5px #aaa;
}

.inlineedit {
    position: relative;
    top: -1px;
    padding: 0;
    margin: 0;
    height: 100%;
    border: 0;
    line-height: 100%;
    cursor: text;
}


.nichtUmbrechen {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*.dropdown
{
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    line-height: 14px;
    border: none;
    background: white url("/content/bootstrap/img/glyphicon_down1.png") no-repeat right center;
    border: 1px solid #888;
}*/

/*.stdtxt
{
    width: 230px;
    top: 0px;
    padding: 1px -1px;
    -moz-box-shadow: inset 0 0 5px #aaa;
    -webkit-box-shadow: inset 0 0 5px #aaa;
    box-shadow: inset 0 0 5px #aaa;
}

.stdtxt:hover
{
    -moz-box-shadow: 0px 0px 5px 1px #0280d3;
    -webkit-box-shadow: 0px 0px 5px 1px #0280d3;
    box-shadow: 0px 0px 5px 1px #0280d3;
}

.stdtxt:focus
{
    -moz-box-shadow: inset 0 0 5px #0280d3;
    -webkit-box-shadow: inset 0 0 5px #0280d3;
    box-shadow: inset 0 0 5px #0280d3;
}*/
/**, *:before, *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }*/


#DebugInfoText {
    width: 99%;
    height: 99%;
}

.icon-pdf {
    background-size: contain;
    background-image: url("/content/fidImages/pdf.jpg");
    background-position: 0;
    height: 16px;
    width: 16px;
}


/*Anpassung für jquery-ui.1.11.4.css*/
.ui-dialog .ui-dialog-content {
    padding: 0;
}

/*.dialog-close .ui-dialog-titlebar-close .ui-icon {
     background-image: url('themes/redmond/images/ui-icons_d8e7f3_256x240.png');
}*/

.ui-dialog .ui-dialog-titlebar-close {
    background-color: transparent;
    background-image: url('themes/redmond/images/ui-icons_d8e7f3_256x240.png');
    background-position: -80px -128px;
    height: 16px;
    width: 16px;
    border: 0px;
}

    .ui-dialog .ui-dialog-titlebar-close:hover {
        background-image: url('themes/redmond/images/ui-icons_469bdd_256x240.png');
        background-color: #EEEEEE;
    }

.divcombobox {
    height: 20px;
}

/*Strafanzeige-Alt*/
.ddlcombobox {
    /*position: absolute;*/
    width: 100%;
}

.txtcombobox {
    margin-top: -39px;
    margin-left: 2px;
    border: 0;
    height: 13px;
}
/*Störmeldung*/
.ddlcombobox1 {
    /*position: absolute;*/
    width: 100%;
}

.txtcombobox1 {
    margin-top: -45px;
    margin-left: 2px;
    border: 0;
    height: 16px;
}

/*StrafanzeigeNeu*/
.divcombobox2 {
    width: 207pc;
}

.ddlcombobox2 {
    /*position: absolute;*/
    width: 100%;
}

.txtcombobox2 {
    margin-top: -45px;
    margin-left: 2px;
    border: 0;
    height: 16px;
    background-color: red;
}

option:checked, option:hover {
    background: #0078D7 !important;
    color: white !important;
}
