/* error and info messages */
table.error {
    vertical-align: top;
    border: 1px solid red;
    margin-bottom: 10px;
    width: 100%;
}

table.error td.icon {
    background-image: url(../../icons/error.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 40px;
    width: 100px;
    vertical-align: top;
}

table.error td.icon span.title {
    margin-left: 40px;
    color: red;
    font-weight: bold;
}

table.warning {
    vertical-align: top;
    border: 1px solid #ffcc00;
    margin-bottom: 10px;
    width: 100%;
}

table.warning td.icon {
    background-image: url(../../icons/warning.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 40px;
    width: 100px;
    vertical-align: top;
}

table.warning td.icon span.title {
    margin-left: 40px;
    color: #ffcc00;
    font-weight: bold;
}

table.info {
    border: 1px solid green;
    margin-bottom: 10px;
    padding: 10px;
    vertical-align: top;
    width: 100%;
}

table.info td.icon {
    background-image: url(../../icons/info.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 40px;
    width: 100px;
    vertical-align: top;
}

table.info td.icon span.title {
    margin-left: 40px;
    color: green;
    font-weight: bold;
}

table.dialog {
    display: block;
    position: absolute;
    left: -40ex;
    top: 4px;
    vertical-align: top;
    border: 1px solid gray;
    margin-bottom: 10px;
    background-color: white;
    padding: 5px
}

table.dialog td.icon {
    background-image: url(../../icons/info.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 40px;
    width: 100px;
    vertical-align: top;
}

table.dialog td.icon span.title {
    margin-left: 40px;
    color: gray;
    font-weight: bold;
}

table.hint {
    vertical-align: top;
    border: 1px solid blue;
    margin-bottom: 10px;
    width: 100%;
}

table.hint td.icon {
    background-image: url(../../icons/hint.png);
    background-repeat: no-repeat;
    background-position: left;
    height: 40px;
    width: 100px;
    vertical-align: top;
}

table.hint td.icon span.title {
    margin-left: 40px;
    color: blue;
    font-weight: bold;
}

.message td {
    font-size: 110%;
    /*padding-top: 10px;*/
    /*vertical-align: top;*/
}

.message td h2, .message p, .dialog-message p {
    font-size: 110%;
    margin-top: 0;
}

.dialog-message p.error {
    color: red;
}

table.help {
    vertical-align: top;
    border: 1px solid gray;
    margin-bottom: 10px;
}

.message input, .dialog-message input {
    position: relative;
    font-size: 100%;
    margin-left: 0;
    top: 2px;
}

.message p.indent, .dialog-message p.indent {
    position: relative;
    margin-left: 20px;
    top: -10px;
}

table.help td.icon {
    background-image: url(../../icons/help.png);
    background-repeat: no-repeat;
    background-position: left;
    height: 40px;
    width: 100px;
}

table.help td.icon span.title {
    margin-left: 40px;
    color: gray;
    font-weight: bold;
}

.dynamic-message {
}

.dynamic-message-text {
    margin-right: 50px;
}

.dynamic-message-close {
    position: absolute;
    top: 0;
    right: 0;
}

.dynamic-message-close img {
    border: 0;
}

/*
#messages .message {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
}

body .message {
    position: absolute;
    left: 50px;
    top: 50px;
    width: 80%;
}
*/

.filelist #messages {
    padding-left: 20px;
}

#login-page .filelist #messages {
    padding-left: 0;
}

/* popup windows */

/* modern dialogs */
.dialog-message {
    padding: 10px;
}

.dialog-buttons button {
    font-size: 12px;
    padding: 2px 5px;
}

.dialog-buttons {
    position: absolute;
    bottom: 0;
    right: 0;
}

.dialog-content {
    position: relative;
    background: #CDCDCD;
    height: 100%;
}

.dialog-content p {
    margin: 0 0 6px 0;
}

.password-dialog-content label {
    padding-top: 3px;
    width: 200px;
    float: left;
}

/* Farbanpassung fuer Rahmenbilder in Prototype Windows im IE */
/* <= IE6 */
* html div.dialog-content {
    background: #C7C7C7;
    height: auto;
}

/* == IE7 */
*+html div.dialog-content {
    background: #C7C7C7;
}

/* standard dialogs */
.message .dialog-content {
    background: #ffffff;
}

.message .dialog-message {
    padding-left: 0;
}

.message .dialog-buttons {
    position: relative;
}

.dialog-overlay {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.9;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
    filter: alpha(opacity = 90);
    z-index: 100000;
}

.action-overlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.9;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
    filter: alpha(opacity = 90);
    z-index: 200000;
    height: 100%;
}

div#spinner {
    display: none;
    height: 100%;
    width: 100%;
    position: relative;
    background: url("../../icons/spinner.gif") center center no-repeat;
}

img#progress-image {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

/* Layout Wartungsmeldungen */
#maintenance-overlay .proclamation {
    border: 1px solid;
    padding: 10px;
    margin-bottom: 6px;
}

#maintenance-overlay .proclamation h1 {
    margin: 0;
}

#maintenance-overlay .proclamation .custom-message {
    margin-top: 3px;
}

#maintenance-overlay .close {
    display: none;
}

#maintenance-overlay .proclamation.prio1 {
    border-color: #CC0000;
    background-color: #FFeeee;
}

#maintenance-overlay .proclamation.prio1 h1 {
    color: #CC0000;
}

#maintenance-overlay .proclamation.prio2 {
    border-color: #006633;
    background-color: #eeffee;
}

#maintenance-overlay .proclamation.prio2 h1 {
    color: #006633;
}

#maintenance-overlay .proclamation.prio3 {
    border-color: #ff6600;
    background-color: #ffee88;
}

#maintenance-overlay .proclamation.prio3 h1 {
    color: #ff6600;
}

#messages .message {
    margin-bottom: 10px;
}

#messages .message .message-text {
    font-size: 110%;
    padding: 18px 30px 10px 52px;
}

#messages .message .message-text h2 {
    margin-top: 0;
}

#messages .message .error {
    border: 1px solid red;
    min-height: 52px;
}

#messages .message .warning {
    border: 1px solid #ffcc00;
    min-height: 52px;
}

#messages .message .info {
    border: 1px solid green;
    min-height: 52px;
}

#messages .message .help {
    border: 1px solid gray;
    min-height: 52px;
}

#messages .message .hint {
    border: 1px solid blue;
    min-height: 52px;
}

#messages .message .icon {
    background-repeat: no-repeat;

    height: 32px;
    width: 32px;

    float: left;
    margin: 10px;
}

#messages .message .error .icon {
    background-image: url(../../icons/error.png);
}

#messages .message .info .icon,
#messages .message .help .icon,
#messages .message .hint .icon {
    background-image: url(../../icons/info.png);
}

#messages .message .warning .icon {
    background-image: url(../../icons/warning.png);
}

#dialog-messages .message .dynamic-message-close,
#messages .message .dynamic-message-close {
    float: right;
    margin: 2px 2px 0 0;
    position: static;
}

.message .dialog-buttons {
    text-align: right;
}

#dialog-messages .message .dialog {
    background-color: white;
    border: 1px solid gray;
    left: 50%;
    margin-left: -350px;
    position: absolute;
    top: 50px;
    width: 700px;
    z-index: 100000;
}

#dialog-messages .message .dialog .icon {
    /* dialog bekommt kein icon */
}

#dialog-messages .message .dialog .message-text {
    font-size: 110%;
    padding: 30px;
}

#dialog-messages .message .dialog .message-text h2 {
    margin-top: 0;
}

#dialog-messages .message .dialog .message-text textarea {
    height: 200px;
    width: 100%;
}

.message p.indent, .dialog-message p.indent {
    top: -5px;
}

/* task planen */
.dialog-message .task-name,
.dialog-message .task-config {
    display: inline-block;
    width: 100px;
}

.dialog-message .task-name-input > input {
    width: 300px;
}

.import-message.info {
    border: 1px solid green;
    background-image: url(../../icons/info.png);
    background-repeat: no-repeat;
    padding: 10px;
    padding-left: 35px;
}

.import-message.error {
    border: 1px solid red;
    background-image: url(../../icons/error.png);
    background-repeat: no-repeat;
    padding: 10px;
    padding-left: 35px;
}

.on-demand-message.warning {
    border: 1px solid #ffcc00;
    background-image: url(../../icons/warning.png);
    background-repeat: no-repeat;
    padding: 10px;
    padding-left: 35px;
}

.deployment {
    height: 16px;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 25px;
    padding-top: 3px;
}

.deployment.inactive {
    filter: opacity(.35) grayscale(30%);
}

.deployment.green {
    background-image: url(../../icons/green.gif);
}

.deployment.yellow {
    background-image: url(../../icons/yellow.gif);
}

.deployment.red {
    background-image: url(../../icons/red.gif);
}

.deployment.error {
    background-image: url(../../icons/error.gif);
}

.deployment.warning {
    background-image: url(../../icons/warning.gif);
}

table.import-tasks th {
    text-align: left;
}

table.import-tasks tr.unchanged, p.unchanged span.color {
    background-color: #deddd8;
}

table.import-tasks tr.modified, p.modified span.color {
    background-color: #f1d98a;
}

table.import-tasks tr.new, p.new span.color {
    background-color: #b1fab1;
}

table.import-tasks tr.error, p.error span.color {
    background-color: #f68f8f;
}