/*! * Donald  */
.textEdit {
    width: 200px;
    height: 24px;
    border: 1px solid #C0C0C0;
    background-color: white;
}

.textEdit2 {
    width: 200px;
    height: 30px;
    border: 1px solid #C0C0C0;
    background-color: white;
}

.longText {
    width: 800px;
}


.mediumText {
    width: 400px;
}

.shortText {
    width: 100px;
}

.akzeptieren {
    color: white;
    background-color: green;
    padding: 3px;
    border-radius: 6px;
}

.ablehnen {
    color: white;
    background-color: red;
    padding: 3px;
    border-radius: 6px;
}

.disable {
    color: gray;
    background-color: lightgray;
    padding: 3px;
    border-radius: 6px;
}


.error {
    color: red;
    text-decoration: none;
}


.colHeader {
    color: #DC143C;
    text-decoration: none;
}

.headerBlue {
    background-color: lightblue;
    border: 1px solid white;
    border-collapse: collapse;
    padding: 3px;
}


#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}

.noBorder {
    border: none;
    border-width: 0px;
}

.error {
    color: red;
    font-weight: bold;
}

.btn-primary2 {
    border-radius: 3px;
    font-size: small;
    padding: 2px;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.footer {
    //background-color: red;
    margin-top: 0px;
    float: left;
    //position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

.redButton {
    background-color: red;
    color: white;
    border-radius: 4px;
}

.redForeButton {
    background-color: white;
    color: red;
    border-radius: 4px;
}

.greenButton {
    background-color: green;
    color: white;
    border-radius: 4px;
}

.blueButton {
    background-color: blue;
    color: white;
    border-radius: 4px;
}

.blueButtonSmall {
    background-color: blue;
    color: white;
    border-radius: 4px;
    font-size: 14px;
    padding: 0px 2px 0px 2px;
}

.greyButton {
    background-color: gray;
    color: lightgray;
    border-radius: 4px;
}

.MultiFile-remove {
    color: red;
}


.fileBox {
    float: left;
    width: 100%;
    margin-top: 0px;
}

.red {
    background-color: red;
}

.redText {
    color: red;
}


.blueText {
    color: blue;
}

.tableSmall td {
    font-size: 14px;
    width: 1000px;
}

.modal-lg {
    width: 700px;
    margin: auto;
}

.MultiFile-remove {
    color: red;
}

.curveDiv {
    width: 600px;
    float: left;
    margin: 5px 0px 0px 0px;
    padding: 8px;
    border-radius: 10px;
    border: solid;
    border-width: 1px;
    background-color: white;
}

/*! * This is the autocomplete stuff  */

ul.ui-autocomplete {
    list-style: none;
    background-color: #e4f4f7;
    margin: 100px 0px 0px 0px;
    padding-top: 0px;
    vertical-align: top;
    width: 500px
}

.ui-menu .ui-menu-item {
    clear: left;
    float: left;
}

.ui-menu-item {
    width: 100%;
    top: 0% !important;
    background: #e4f4f7;
    z-index: 999;
    margin: 0px 0 0 -30px !important;
    padding-left: 8px;
}


.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*!END */
