#bglogin {
    background-image: url(../img/background3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #6590C7;
}

.message {
    margin-top: 20px;
}

.hide {
    display: none;
}

.show {
    display: inherit;
}

.calstyle {
    padding-left: 4px;
    padding-top: 10px;
}

.white {
    background-color: white;
}

.low_yellow {
    background-color: yellow;
}

.yellow {
    background-color: orange;
}

.green {
    background-color: green;
}

.red {
    background-color: red;
}


/* Fileuploader */

#dropped_file_zone {
    background-color: #9cfcbe;
    border: green 4px dashed;
    width: 260px;
    height: 200px;
    padding: 8px;
    font-size: 16px;
}

#dropped_file_zone p {
    text-align: center;
    font-weight: bold;
}

#drop_file_zone {
    background-color: #EEE;
    border: #999 4px dashed;
    width: 260px;
    height: 200px;
    padding: 8px;
    font-size: 16px;
}

#drag_upload_file {
    width: 60%;
    margin: 0 auto;
}

#drag_upload_file p {
    text-align: center;
}

#drag_upload_file #selectfile {
    display: none;
}

.checkstyle {
    width: 0%;
}

.checkstyle_ie {
    display: block;
}

.ausgeschieden {
    /*background-color: #ff978b;*/
    background-color: #ffd4cf;
}

#dataTableNine span {
    display: none;
}

button {
    margin-bottom: 5px;
}