﻿/*//Diese Datei ist geshared für mehrere Projekte*/
/*kasdfasdfmasfma,.sdmfamdsf*/
* {
    padding: 0px;
    margin: 0px;
    font-size: 100.01%;
}


body {
background-color: #DD2222;
    min-width: 990px;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "Helvetica New", Arial, sans-serif;
}

#header {
    position: fixed;
    width: 100%;
    z-index: 20;
    height: 92px;
    background-color: #E5E5E5;
}


#headerBgNeu {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 72px;
    width: 723px;
    background-image: url(/content/fidImages/header_bg60.jpg);
    background-repeat: no-repeat;
    background-position-x: left;
}

#headerLogoNeu {
    position: absolute;
    top: 0;
    right: 35px;
    height: 52px;
    width: 315px;
    background-image: url(/content/fidImages/logo60.jpg);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top;
}

#menuLogin {
    position: fixed;
    top: -100px;
    left: 0px;
    width: 140px;
    height: 30px;
    background-color: #E5E5E5;
    text-align: center;
    z-index: 21;
}

#menuLegal {
    position: fixed;
    top: 30px;
    right: 370px;
    width: 200px;
    height: 20px;
    font-size: 10px;
    text-align: right;
    z-index: 21;
}

    #menuLegal > a {
        color: #005580;
        cursor: pointer;
    }


#menuLine {
    background-color: #E4E4E5; /*z-index: 3;*/
    height: 26px;
    top: 50px;
    margin-left: 80px;
    padding: 3px 0px 3px 10px;
}
/*#content { background-color: #E4E4E5; width: 100%; height: 100%; margin-top: 0px; }*/
#content {
    width: 100%;
    height: 100%;
    margin-top: 20px;
}

#btnLogin {
    height: 30px;
    width: 30px;
    border: 0;
    margin-top: 0px;
}

.btnIcon {
    padding: 2px 8px 2px 12px;
}

.btnIcon2 {
    padding: 2px 5px 2px 3px;
}

.btn {
    padding: 2px 4px 2px 4px;
    font-size: 12px;
    text-align: left;
}

.btnCenter {
    text-align: center;
    font-size: 12px;
}

.btnImage {
    width: 28px;
    height: 28px;
    margin: 0 -2px 0 0;
    padding: 0 0;
    background-position-x: 5px;
    background-position-y: 5px;
    background-repeat: no-repeat;
    background-position: center;
}

.btnImageIcon {
    width: 28px;
    height: 28px;
    margin: 0 -2px 0 0;
    padding: 0 0;
    text-align: center;
}

.btnImageBar {
    padding-left: 5px;
    height: 22px;
}

.btntext {
    padding: 2px 2px 2px 5px;
    margin-top: 2px;
}

.btn-group {
    white-space: normal;
}

    .btn-group > .btn, .btn-group > .dropdown-menu {
        font-size: 12px;
    }

.btnMenu {
    padding: 2px 10px;
}

.contentSizeBtn {
    width: 25px;
    height: 25px;
    margin-top: 0px;
    padding-left: 3px;
    padding-right: 3px;
}

.caretRight {
    margin-right: 5px;
}

.tblInhalt {
    overflow-x: scroll;
    overflow-x: hidden;
    background-color: #E5E5E5;
}

.headerLeft {
    margin-left: 140px;
}

.headerLeft2 {
    margin-left: 50px;
}

#headerHeight {
    -moz-box-shadow: 0px 0px 5px 2px #aaa;
    -webkit-box-shadow: 0px 0px 5px 2px #aaa;
    box-shadow: 2px 3px 18px 6px #ccc;
    height: 106px;
}

.menuLeft {
    position: fixed;
    top: 111px;
    left: 0px;
    width: 100px;
    bottom: 10px;
    margin: 15px 5px 5px;
    background-color: #D9EFF8;
    text-align: left;
    z-index: 8; /*overflow-x: hidden;
    overflow-y: auto;*/
}

.menuLeftAlignLeft {
    position: fixed;
    top: 102px;
    left: 15px;
    width: 140px;
    height: 100%;
    background-color: #D9EFF8;
    text-align: left;
    z-index: 14;
}

.partielPageBody {
    overflow-x: scroll;
    overflow-x: hidden;
    background-color: #E5E5E5;
    min-width: 1100px;
    display: none;
}

.partialPageHeader {
    position: fixed;
    top: 92px;
    margin-left: 0;
    left: 0;
    width: 100%;
    height: 34px;
    line-height: 32px;
    background-color: #E5E5E5;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding: 0 0 0 5px;
    z-index: 9;
    -moz-box-shadow: 0px 0px 5px 2px #aaa;
    -webkit-box-shadow: 0px 0px 5px 2px #aaa;
    box-shadow: 2px 3px 18px 6px #ccc;
    min-width: 1024px;
}

.loginDialog {
    width: 430px;
    background-color: white;
    border: 1px solid #C0C0C0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

p {
    margin: 0px;
    padding: 0px;
}

.widthLeftMenu {
    width: 100px;
}

legend {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 0;
    color: #333333;
    border: 0;
    border-bottom: 0px solid #e5e5e5;
}

.waitbox {
    position: absolute;
    top: 250px;
    left: 50%;
    z-index: 99999;
}

.ArtLoadWaitbox {
    position: absolute;
    left: 400px;
    z-index: 99999;
}

.suchbox {
    position: absolute;
    top: 50px;
    margin-left: 100px;
    z-index: 99999;
}

/* styles for validation helpers */
.field-validation-error {
    color: red;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

.frameflex /* BOX */ {
    border-style: solid;
    border-color: #aaa;
    border-radius: 3px;
    border-width: 1px;
    padding: 10px;
    margin-bottom: 5px; /* Größe der Boxen */
    left: 0px;
    display: block;
    -moz-box-shadow: 1px 1px 5px 2px #aaa;
    -webkit-box-shadow: 1px 1px 5px 2px #aaa;
    box-shadow: 1px 1px 5px 2px #aaa;
}

table {
    border-collapse: separate;
}

.smallframeflex /* BOX */ {
    border-style: solid;
    margin-right: 10px;
    border-color: #aaa;
    border-radius: 3px;
    border-width: 1px;
    padding: 10px; /* Größe der Boxen */
    left: 0px;
    display: block;
    -moz-box-shadow: 1px 1px 5px 2px #aaa;
    -webkit-box-shadow: 1px 1px 5px 2px #aaa;
    box-shadow: 1px 1px 5px 2px #aaa;
}

.frameflexsmall {
    border: 1px solid #aaa;
    padding: 5px 10px;
    margin-bottom: 10px;
    height: auto;
}

.smallinvisibleframe {
    width: 900px;
}

#background_outoforder {
    top: 50px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    background: rgb(254,255,255); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2RkZjFmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMGQ4ZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(254,255,255,1) 0%, rgba(221,241,249,1) 35%, rgba(160,216,239,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,255,1)), color-stop(35%,rgba(221,241,249,1)), color-stop(100%,rgba(160,216,239,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(254,255,255,1) 0%,rgba(221,241,249,1) 35%,rgba(160,216,239,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=0 ); /* IE6-8 */
}

.formInnerTable {
    max-height: 400px;
    overflow-y: auto;
    margin: 0 5px 5px;
    clear: both;
}

/* Rahmen um die PopUps */
.ui-dialog .ui-dialog-content {
    border-bottom: 3px solid #999;
    border-left: 3px solid #999;
    border-right: 3px solid #999;
}

.messagaBox-dialog {
    border-Top: 3px solid #999;
}

#detailsPopupXX {
    border-bottom: 2px solid gray;
    border-left: 1px solid gray;
    border-right: 2px solid gray;
}

/*.divDetailView { clear: both; font-Size: 12px; margin: 0 5px 10px 5px; line-height: 16px; }*/
.divDetailView {
    clear: both;
    font-Size: 12px;
    margin: 0 5px 5px 5px;
    line-height: 16px;
}
/* linke Spalte 90px breit*/

.ulRowDD {
    line-height: 14px;
    vertical-align: top;
    padding: 0 2px;
}

.ulColDD {
    line-height: 14px;
    vertical-align: top;
    list-style: none;
    display: inline-block;
}



.ulRowFrame2 {
    border-style: solid;
    border-color: #aaa;
    border-radius: 3px;
    border-width: 1px;
    padding: 5px 2px;
    margin-bottom: 8px;
    left: 0px;
    display: block;
    -moz-box-shadow: 1px 1px 5px 2px #aaa;
    -webkit-box-shadow: 1px 1px 5px 2px #aaa;
    box-shadow: 1px 1px 5px 2px #aaa;
}

.ulRowFrame {
    border-style: solid;
    border-color: #aaa;
    border-radius: 3px;
    border-width: 1px;
    padding: 5px 2px;
    margin-bottom: 5px;
    left: 0px;
    display: block;
}
.ulRowFrame3 {
    border-style: solid;
    border-color: #aaa;
    border-radius: 3px;
    border-width: 1px;
    padding: 5px 2px 50px 2px;
    margin-bottom: 5px;
    left: 0px;
    display: block;
}
/*-moz-box-shadow: 1px 1px 2px 2px #aaa; -webkit-box-shadow: 1px 1px 2px 2px #aaa; box-shadow: 1px 1px 2px 2px #aaa; }*/
.ulRowButton {
    line-height: 20px;
    vertical-align: top;
    background-color: #DDDDDD; /*margin-bottom: 5px;*/
}

.ulCol10 {
    display: inline-block;
    width: 10px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol20 {
    display: inline-block;
    width: 20px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol30 {
    display: inline-block;
    width: 30px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol40 {
    display: inline-block;
    width: 40px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol50 {
    display: inline-block;
    width: 50px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol60 {
    display: inline-block;
    width: 60px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol80 {
    display: inline-block;
    width: 80px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol90 {
    display: inline-block;
    width: 90px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol100 {
    display: inline-block;
    width: 100px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol110 {
    display: inline-block;
    width: 110px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol120 {
    display: inline-block;
    width: 120px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol130 {
    display: inline-block;
    width: 130px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol140 {
    display: inline-block;
    width: 140px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol150 {
    display: inline-block;
    width: 150px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol160 {
    display: inline-block;
    width: 160px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol170 {
    display: inline-block;
    width: 170px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol180 {
    display: inline-block;
    width: 180px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol190 {
    display: inline-block;
    width: 190px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol200 {
    display: inline-block;
    width: 200px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol210 {
    display: inline-block;
    width: 210px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol220 {
    display: inline-block;
    width: 220px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol230 {
    display: inline-block;
    width: 230px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol240 {
    display: inline-block;
    width: 240px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol250 {
    display: inline-block;
    width: 250px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol260 {
    display: inline-block;
    width: 260px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol270 {
    display: inline-block;
    width: 270px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol280 {
    display: inline-block;
    width: 280px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol290 {
    display: inline-block;
    width: 294px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol300 {
    display: inline-block;
    width: 300px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol350 {
    display: inline-block;
    width: 350px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol370 {
    display: inline-block;
    width: 370px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol400 {
    display: inline-block;
    width: 400px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol450 {
    display: inline-block;
    width: 450px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol460 {
    display: inline-block;
    width: 460px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol500 {
    display: inline-block;
    width: 500px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol550 {
    display: inline-block;
    width: 550px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol600 {
    display: inline-block;
    width: 600px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol620 {
    display: inline-block;
    width: 620px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol700 {
    display: inline-block;
    width: 700px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulCol_45 {
    display: inline-block;
    width: 45%;
    list-style: none;
    padding: 3px 2px 3px 2px;
}

.ulCol {
    display: inline-block;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.ulColPaddingH {
    display: inline-block;
    list-style: none;
    padding: 3px 0;
}

.ulColPaddingV {
    display: inline-block;
    list-style: none;
    padding: 0px 0px 0px 10px;
}

.ulColPaddingR {
    display: inline-block;
    list-style: none;
    padding: 0px 10px 0px 0px;
}

.ulColNoPadding {
    display: inline-block;
    list-style: none;
}

.ulColPaddingL {
    display: inline-block;
    list-style: none;
    padding: 3px 0px 3px 10px;
}


.boldLetters {
    font-weight: bold;
}

.subHeadingStyle {
    font-weight: bold;
    font-size: 15px;
}

#progressBox {
    width: 99%;
    height: 22px;
    text-align: center;
    color: #fff;
    border: 1px solid #111;
    background-color: #292929;
}

    #progressBox div {
        height: 100%;
        width: 0;
        text-wrap: none;
        line-height: 22px;
        background-color: #0099ff;
    }



div.upload {
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
}

    div.upload input {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        opacity: 0 !important;
        opacity: .0;
        filter: alpha(opacity = 0);
        -ms-filter: "alpha(opacity = 0)";
        overflow: hidden !important;
        font-size: 48px;
        background-color: transparent;
        position: absolute;
        top: 0px;
        left: 0px;
    }

        div.upload input:focus {
            outline: none;
        }

.progress {
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-color: #f5f5f5;
    position: absolute;
    top: 0px;
    left: 0px;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    background-color: #428bca;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.hide {
    display: none;
}


select {
    padding: 2px;
}

.inputdisabled {
    background-color: #D0D0D0;
    cursor: pointer;
    -ms-opacity: 0.5;
    opacity: 0.5;
    border: 1px solid gray;
    padding: 2px;
}

.clearBoth {
    clear: both;
}

.divCol {
    padding: 3px;
    margin: 2px;
}

.divColDaten {
    padding: 2px;
    margin: 2px;
    border: 1px solid silver;
    font-weight: bold;
}

.divColFloat {
    float: left;
    padding: 3px;
    margin: 2px;
}

.divColFloatNoMargin {
    float: left;
    padding: 3px;
    /*margin-right: 2px;*/
}

.divColDatenFloat {
    float: left;
    padding: 2px;
    margin: 2px;
    border: 1px solid silver;
    font-weight: bold;
}

.divColDatenFloat0 {
    float: left;
    padding: 2px;
    margin: 2px;
    font-weight: bold;
}

.divColLast {
    padding: 8px 10px 3px 0;
}

.divBorder {
    border: 1px solid #bbbbbb;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}



/* Für Autocomplete*/
.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    background-color: white;
}

.custom-combobox-input {
    margin: 0;
    padding: 1px;
    background-color: white;
    line-height: 14px;
}

/*.ui-button-icon-only { width: 24px; background-color: white; }
.ui-state-default .ui-icon { padding: 2px; background: url("/Content/fidImages/dropdown.png") 0 0 no-repeat; }
.ui-button-icon-only .ui-icon { position: static; top: 0; margin-top: 0; left: 0; margin-left: 0; }
.ui-icon { width: 20px; }
.ui-state-default { border: 1px solid #D0D0D0; }*/

.ui-combobox {
    display: inline-block;
    margin: 0;
    margin-right: 1.8em;
    position: relative;
}

.ui-combobox-input {
    padding: 0.2em;
    margin: 0;
}

.ui-combobox-button {
    position: absolute;
    width: 1.8em !important;
    margin: 0;
    margin-left: -1px;
    top: 0;
    bottom: 0;
}

    .ui-combobox-button .ui-button-text {
        padding: 0em;
    }

.ui-combobox .ui-autocomplete {
    max-height: 10em;
    overflow-y: auto;
    overflow-x: hidden;
}


.comboButton {
    width: 20px;
    height: 20px; /*border-top: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    border-left: 0;
    margin-left: -22px;*/
    border: 0;
    margin: 1px 1px 1px -21px;
    background-image: url('/Content/fidImages/comboButton.png');
    background-repeat: no-repeat;
    background-position: center;
}



.liFiliale {
    overflow: hidden;
    white-space: nowrap;
}


legend {
    margin-left: 25px;
    font-weight: bold;
    font-size: 12px;
}

#CheckListeFilialen {
    position: absolute;
    top: 90px;
    left: 0px;
    width: 440px;
    bottom: 10px;
}

#CheckListeFragen {
    position: absolute;
    top: 80px;
    left: 445px;
    right: 5px;
    bottom: 10px;
}

#CheckListeErstellenDiv {
    position: fixed;
    top: 111px;
    left: 130px;
    right: 10px;
    bottom: 10px;
    margin: 15px 5px 5px;
    background-color: #e6e6e6;
}


/* für jquery-Validierung*/
.input-error {
    outline: 2px solid red;
}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
    border-color: #D0D0D0;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

.numericOnly2digits {
    text-align: right;
}

.numericOnly3digits {
    text-align: right;
}

.numericOnly4digits {
    text-align: right;
}

.numericAlignRight {
    text-align: right;
}

button[disabled] {
    cursor: not-allowed;
}


.buttonMenu {
    border: 0;
    background-color: transparent;
    width: 100%;
    text-align: left;
}

#headerVersion {
    width: auto;
    font-size: 10px;
    position: absolute;
    top: 47px;
    right: 5px;
    z-index: 999;
}

#headerImages {
    height: 50px;
    line-height: 14px;
}

#tblinhalt {
    width: 100%;
}

#tdMenuCol {
    width: 140px;
    min-width: 140px;
}

#btnContentHeight {
    position: fixed;
    top: 0;
    right: 1px;
}

#btnContenWidth {
    position: fixed;
    top: 50px;
    left: 1px;
}

#waitBoxEx {
    display: none;
}

.tdw800p-r10 {
    max-width: 800px;
    padding-right: 10px;
}

#headerMenu {
    margin-top: 7px;
}

#divGeoResult {
    margin: 5px;
}

.div-result-title {
    font-weight: bold;
    text-decoration: underline;
}

.div-result-content {
    max-height: 100px;
    overflow: auto;
}

.ui-dialog.ui-draggable .ui-icon-closethick {
    display: none;
}

    .ui-dialog.ui-draggable .ui-icon-closethick:hover {
        display: none;
    }

.ui-dialog.ui-draggable .ui-dialog-titlebar-close {
    background-image: url('/Content/fidImages/close16_white.png') !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    margin: 0px !important;
    padding: 0px !important;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    display: block !important;
}

    .ui-dialog.ui-draggable .ui-dialog-titlebar-close:hover {
        background-image: url('/Content/fidImages/close16_white_red.png') !important;
        background-repeat: no-repeat !important;
        margin: 0px !important;
        padding: 0px !important;
        background-size: contain !important;
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        border: 1px !important;
        border-radius: 3px !important;
    }

.inner-loader {
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bottom-container {
    bottom: 10px;
    position: absolute;
}

#GridCL:focus, #GridStatus:focus, #GridProfil:focus, #GridKonfig:focus, #GridAufgaben:focus, #GridSyAnm:focus, #GridFrage:focus, #GridItemAvailable:focus, #GridItemSelected:focus,
#GridItemAvailableFragen:focus, #GridItemSelectedFragen:focus, #GridCK:focus, #GridItemAvailableCL:focus, #GridItemSelectedCL:focus, #GridBK:focus, #GridBL:focus, #GridDateien:focus, #GridItemUF:focus,
#GridFiliale:focus, #GridDropdown:focus, #GridManagementPK:focus {
    outline: 0;
}

.li-status-menu {
    display: inline-block;
    width: 115px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}

.li-status-menu-part {
    display: inline-block;
    width: 237px;
    list-style: none;
    padding: 3px 0px 3px 10px;
    vertical-align: top;
}
/*T+8152*/
ul.dropdown-menu {
    white-space: nowrap;
}

.red-background, .red-background:hover:enabled, div.red-background:hover {
    background: rgb(277,0,26);
    color: white;
}

.red-text, .red-text:hover:enabled, div.red-text:hover {
    color: rgb(277,0,26);
}

.int-excel-width {
    width: 70px;
}

#maxTextLength {
    display: none;
}

.synchronize-info {
    height: 20px;
    width: 20px;
    background-image: url('/Content/fidImages/iconinfo64.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    cursor: pointer;
}
/*T+8101 \n line break*/
#lblEmailVerteiler2, #lblEmailVerteiler3 {
    white-space: pre-wrap;
}

.help-question-mark {
    height: 20px;
    width: 20px;
    background-image: url('/Content/fidImages/fragezeichen.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 30px;
}

.help-question-mark-inline {
    height: 20px;
    width: 20px;
    background-image: url('/Content/fidImages/fragezeichen.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}

.attention-inline {
    height: 19px;
    width: 19px;
    background-image: url('/Content/fidImages/State_Validation_Warning.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1px;
    margin-top: 6px;
    /*padding-bottom:2px;*/
}

.konfig-allgemein-section {
    border-collapse: separate;
    border-spacing: 5px 5px;
}

.help-question-mark-tage {
    height: 20px;
    width: 20px;
    background-image: url('/Content/fidImages/fragezeichen.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.konfig-help-question-mark-tage {
    height: 20px;
    width: 20px;
    background-image: url('/Content/fidImages/fragezeichen.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.konfig-help-question-mark-nach {
    height: 20px;
    width: 20px;
    background-image: url('/Content/fidImages/fragezeichen.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 60px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.aufgabenspeicher-actions-container {
    width: 100%;
    margin-top: 10px;
    float: left;
}

.verwerfen-container {
    width: 50%;
    float: left;
}

.erstellen-container {
    width: 50%;
    float: left;
}

#btnErstellen {
    float: right;
}

.aufgabenspeicher-action-image {
    margin: 5px;
    width: 20px;
}

.aufgabenspeicher-action-text {
    margin: 5px;
}

.schreibschutz-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: not-allowed;
    background-color: black;
    opacity: 0.2;
}

.menuLeft .dropdown-menu li {
    padding: 0;
}

    .menuLeft .dropdown-menu li button {
        padding: 3px 10px;
        cursor: pointer;
    }

.furom-content {
    color: rgb(227,0,26) !important;
    text-decoration: underline;
    cursor: pointer;
}

.ButtonIcon {
    vertical-align: text-bottom;
    display: inline-block;
}

.dx-custom-button-image {
    margin-right: 1px;
}

    .dx-custom-button-image div.dxb {
        padding: 3px 3px;
    }

.dx-custom-button-image-panel {
    width: 100%;
    margin-right: 1px;
    white-space: normal !important;
    margin-bottom: 5px;
}

    .dx-custom-button-image-panel div.dxb {
        margin-right: 1px;
        padding: 3px 3px !important;
        float: left;
        border: none !important;
    }

    .dx-custom-button-image-panel img {
        margin-right: 0 !important;
        float: left;
        padding-top: 3px;
    }

    .dx-custom-button-image-panel span {
        text-align: left;
        width: 55px;
        display: inline-block;
        line-height: 15px;
        padding: 3px;
    }

.dx-custom-toggle {
    position: absolute !important;
    top: 0;
    right: 0;
    height: calc(100% - 5px);
    padding: 5px !important;
    z-index: 10;
}

    .dx-custom-toggle .caretRight {
        margin-right: 0 !important;
    }

.dx-ddl-rows-per-page table {
    width: 100% !important;
}

.ui-dialog .ui-dialog-title {
    white-space: normal;
}


/* custom toggle button and slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 15px;
    right: 10px;
    top: 5px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .2s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 21px;
        width: 21px;
        left: -1px;
        bottom: -2px;
        background-color: white;
        transition: .2s;
    }

/* include generated hidden field here */
input[type="checkbox"]:checked + input[type="hidden"] + .slider,
input[type="checkbox"]:checked + .slider {
    background-color: rgb(227,0,26);
}

/* include generated hidden field here */
input[type="checkbox"]:focus + input[type="hidden"] + .slider,
input[type="checkbox"]:focus + .slider {
    box-shadow: 0 0 1px rgb(227,0,26);
}

/* include generated hidden field here */
input[type="checkbox"]:checked + input[type="hidden"] + .slider:before,
input[type="checkbox"]:checked + .slider:before {
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.slider-text {
    position: absolute;
    top: 20px;
    left: -35px;
    white-space: nowrap;
}
/* end of custom toggle button and slider */

.has-newline {
    white-space: pre-line;
}

.help-question-mark-normal {
    height: 20px;
    width: 20px;
    background-image: url('/Content/fidImages/fragezeichen.png');
    background-size: contain;
    background-repeat: no-repeat;
    /*position: absolute;*/
    display: inline-block;
}

.disable-li {
    pointer-events: none;
    opacity: 0.6;
}

.tree-container-full {
    width: 99%;
}

.tree-container {
    width: 49%;
}

.fragen-list-container {
    width: 50%;
}

.zuordnung-container {
    height: 250px;
    padding: 3px 10px;
    width: calc(100% - 20px);
}

.zuordnung-container-full-height {
    padding: 3px 10px;
    width: calc(100% - 20px);
}

.frage-title {
    height: 10%;
}

.tree-content {
    height: 90%;
    overflow: auto;
    border: 1px solid #bbbbbb;
    border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25);
}

.alle-fragen-container {
    width: 100%;
    margin: 10px 0px;
}

#grpAlleFragen {
    cursor: pointer;
}

.actions-container {
    width: 100%;
}

.action-content {
    padding-right: 10px;
    width: calc(50% - 10px);
}

.action-content-left {
    padding-left: 10px;
    width: calc(40% - 10px);
}

.move-down-container {
    float: left;
    width: 20%;
}

.move-up-container {
    float: right;
}

.actions-title {
    float: left;
    width: 60%;
    text-align: center;
}

.zuordnung-fragen-container {
    height: 45%;
    padding: 3px 10px;
    width: calc(100% - 20px);
}

.group-highlighted {
    /*background-color: #a8a8a8;*/
    font-weight: bold;
}

.golden-btn {
    color: #ff8d00;
    border-color: #FFD700;
}

    .golden-btn:hover:enabled {
        color: #ff8d00;
        border-color: #FFD700;
    }

.li-disabled {
    pointer-events: none;
    opacity: 0.6;
}

.height163 {
    height: 163px;
}

.cl-available-container {
    height: calc(100% - 20px);
}

.tree-content-cl {
    height: 90%;
    overflow: auto;
    /*border: 1px solid #bbbbbb;
    border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25);*/
}

.custom-textArea-height {
    height: 45px;
}

.width_30 {
    width: 30%;
}

.fragen-add-container {
    width: calc(70% - 20px);
}

.custom-login-error ul {
    list-style: none;
    white-space: pre-line;
}

.dashboard-bon-viewer-item {
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vertreter-login-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0, 0.2);
    z-index: 1000;
}

.vertreter-login-popup {
    z-index: 1001;
}

.field-set-border {
    border: 1px solid silver;
}