﻿/*Colors*/
/*Font*/
/*Borders*/
/*Shadows*/
/*Menu*/
/*Widgets*/
/*Accordion*/
/*InfoHeader*/
/*Breadcrumb*/
/* Tooltip */
/* ErrorDialog */
.ErrorPanel {
  padding: 0.25em;
  border: solid 2px #666;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  font-family: Arial, Helvetica, Sans-Serif; }
  .ErrorPanel .header {
    color: #ff5252;
    padding: 0.2em; }
  .ErrorPanel .footer {
    vertical-align: middle;
    padding: 2px 30px 2px 4px;
    background: url("images/CADClickLogo_small.png") no-repeat right center;
    height: 60px;
    position: relative; }
    .ErrorPanel .footer .timestamp {
      text-align: right;
      font-size: 0.85em;
      position: absolute;
      right: 0;
      bottom: 0;
      padding: 0.2em; }
  .ErrorPanel .content {
    padding-left: 45px;
    background: url("images/errorPanel_warn.png") no-repeat 5px 5px;
    min-height: 100px;
    margin-top: 5px;
    margin-bottom: 5px; }
  .ErrorPanel .message {
    font-weight: bold; }
  .ErrorPanel .message > span {
    overflow-wrap: break-word; }
  .ErrorPanel .detail {
    border: none !important;
    background: none !important;
    max-height: 200px;
    overflow: auto; }
  .ErrorPanel .shadow {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); }
  .ErrorPanel .ErrorTitle {
    font-weight: bold;
    background-color: #FFF9A0;
    border-bottom: solid 1px #666;
    text-align: center;
    background-image: url(images/errorPanel_titleGradient.gif);
    background-repeat: repeat-x; }
  .ErrorPanel .ErrorMessage {
    background-color: #ddd;
    text-align: left;
    width: 100%; }
  .ErrorPanel .ErrorStackTrace {
    color: #ff5252;
    background-color: #ddd;
    text-align: left;
    vertical-align: top;
    width: 100%; }
  .ErrorPanel .ErrorIcon {
    background-color: #ddd;
    vertical-align: top;
    width: 100px;
    height: 64px; }
  .ErrorPanel .ErrorIcon img {
    background-image: url(images/errorPanel_warn.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 64px;
    margin: 2px; }
