/*
 +--------------------------------------------------------+
 | Copyright 2000-2020 by ImageWare Components GmbH       |
 | Any changes to this file and any usage apart from the  |
 | original license agreement require prior written       |
 | permission by ImageWare Components GmbH, Germany       |
 +--------------------------------------------------------+

#
# File: css/show_error.css
# $LastChangedBy: holtkamp@imageware.de $
# $LastChangedDate: 2020-03-12 16:51:10 +0100 (Do, 12. Mär 2020) $
# $LastChangedRevision: 8119 $
#
*/

.show-error-dialog .ui-dialog-titlebar {
  background: #c0c0c0;
  color:#fcfdfc;
  letter-spacing:2px;
  text-shadow: 0 0 8px #4D6984;
}

.show-error-dialog #message_td {
  text-shadow: 1px 1px 1px #000000;
}

.error-dialog #message_td {
  background: #d08c8c;
}

.hint-dialog #message_td {
  background: #567;
}

.selection-dialog #message_td {
  background: #c0c0c0;
}

.success-dialog #message_td {
  background: #7fa97e;
}

.result-dialog #message_td {
  background: #7fa97e;
}

.move-dialog #message_td {
  background: #c0c0c0;
}

.warn-dialog #message_td {
  background: #d08c8c;
}

.request-dialog #message_td {
  background: #c0c0c0;
}

.lock-dialog #message_td {
  background: #c0c0c0;
}

.end_of_list-dialog #message_td {
  background: #c0c0c0;
}
