/* Custom table styles */
[data--source^="Banking"] table.dynamic > * > * > td,
[data--source^="DonationManagement"] table.dynamic > * > * > td,
[data--source^="DocumentManagement"] table.dynamic > * > * > td {
  white-space: normal;
}

table {
  border-collapse: collapse;
  text-align: left;
  line-height: 1.5em;
}

th[onclick], tr[onclick], td[onclick], tr.SuggestRow, tr:active, td.Action {
  cursor: pointer;
}

table.dynamic {
  border-collapse: collapse;
  color: #404040;
  background-color: #FFFFFF;
}

table.data {
  margin-bottom: 4px;
}

table.data > tbody > tr > td,
table.data > thead > tr > th {
  padding: 2px;
  border: 1px solid #E0E0E0;
}

table.data > thead > tr > th {
  text-align: center;
}

table.data tbody th {
  text-align: left;
}

table.dynamic > * > tr,
table.dynamic > * > tr > * {
  box-shadow: 0 1px 0 #F0F0F0;  
  z-index: 1;
}


.Table table.dynamic > * > tr,
.Table table.dynamic > * > tr > *:first-child {
  border-left: 0px;
}

.Table table.dynamic > thead > tr:first-child,
table.dynamic > thead > tr:first-child > * {
  border-top: 0px;
}

.Table table.dynamic > tbody > tr:last-child,
table.dynamic > tbody > tr:last-child > * {
  border-bottom: 0px;
}

table.dynamic > * > tr:nth-child(odd) {
  background-color: #FAFAFA;
}

table.dynamic > * > tr.hot,
table.dynamic > * > tr:focus {
  background-color: #F3F8FC;
}

table.dynamic.edit > * > * > td {
  overflow: visible;
  max-width: initial;
}

table.dynamic > * > * > td {
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 3em;	
  white-space: nowrap;
  overflow: hidden;
  max-width: 30em;
  text-overflow: ellipsis;
}

/* table.dynamic > * > * > td:hover {
  white-space: normal;
} */

table.dynamic td.button {
  padding-left: 0;
  padding-right: 0;
}

table.dynamic th.rowSelector,
table.dynamic td.rowSelector {
  max-width: 2em;
  line-height: 3em;
}

table.dynamic > thead > tr > th {
  position: sticky;
  top: 0;
}

table.dynamic > thead > tr > th,
table.dynamic > thead > tr > td {
  text-align: left;
  height: 3em;
  background-color: white;
  padding-left: 6px;
  padding-right: 6px;
  color: #606060;
  font-weight: bold;
  cursor: pointer;
}

table.dynamic > thead > tr > th.Ascending {
  background-image: url("UserInterface.Icon.Ascending.svg");
}

table.dynamic > thead > tr > th.Descending {
  background-image: url("UserInterface.Icon.Descending.svg");
}

table.dynamic > thead > tr > th.Ascending,
table.dynamic > thead > tr > th.Descending {
    background-repeat: no-repeat;
    background-position: 95% center;
    padding-right: 25px;
}

table.dynamic > thead .Filter > th,
table.dynamic > thead .GlobalFilter > th,
table.dynamic > thead .GlobalFilter > td,
table.dynamic > thead .Filter > td {
  background-color: white;
  height: 2em;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
}

table.dynamic > thead .Filter .Box,
table.dynamic > thead .GlobalFilter .Box {
  white-space: nowrap;
  padding-left: 0.2em;
  outline: 1px solid #E0E0E0;
  background-color: #FFFFFF;
}

table.dynamic > thead .Filter .Box .Field {
  background-color: transparent;
  border-bottom: none;
  box-sizing: content-box;
  transition: none;
  height: auto;
  line-height: inherit;
  min-width: auto;
  padding: 0px;
  display: inline-block;
  min-height: auto;
}

table.dynamic > thead .Filter .Box .Field .Icon {
  height: 1.5em;
  width: 1.5em;
}

table.dynamic > thead .Filter th input[type=text],
table.dynamic > thead .GlobalFilter th input[type=text] {
  border: none;
  background-color: #FFFFFF;
  width: calc(100% - 19px);
  text-indent: 0;
  height: 1.5em;
  outline: none;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
}

table.dynamic > thead .Filter th .Box .DateTimeField {
  width: calc(100% - 1.5em);
}

.EnumerationFilter > .Icon,
table.dynamic > thead .Filter .Box .FilterButton {
  background-image: url("UserInterface.Icon.Filter.svg");
  background-position: center center;
  width: 1em;
  height: 1.5em;
  background-size: 0.8em;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
}

table.dynamic > thead .Filter .Box .FilterForm.Collapsed {
  display: none;
}

table.dynamic > thead .Filter .Box .FilterForm {
  position: absolute;
  background-color: #FFFFFF;
  display: block;
  text-align: center;
  border: 1px solid #E0E0E0;
  padding: 5px;
  z-index: 1;
}

table.dynamic > thead .Filter .Box .FilterForm td.caption {
  border: none;
}

table.dynamic > thead .Filter .Box .FilterForm td.value {
  background-color: #FFFFFF;
  width: auto;
}

table.dynamic > thead .Filter .Box .FilterForm input[type=radio] {
    vertical-align: middle;
    margin-top: 0px;
    margin-right: .5em;
    width: auto;
}

::-webkit-input-placeholder	{ font-style: italic; color: #BBBBBB; }
input:-moz-placeholder { font-style: italic; color: #BBBBBB; }
input:-ms-placeholder { font-style: italic; color: #BBBBBB; }
::-ms-input-placeholder	{ font-style: italic; color: #BBBBBB; }
:-ms-input-placeholder	{ font-style: italic; color: #BBBBBB; }

table.dynamic > tbody td {
  min-height: 1.5em;
}

table.dynamic > tbody > tr > td .Field {
  min-width: auto;
}

table.dynamic .RecordSet > table.dynamic > tbody > tr {
  border: none;
  border-bottom: 1px solid #E0E0E0;
}

table.dynamic .RecordSet > table.dynamic > tbody > tr:last-child {
  border: none;
}

table.dynamic .RecordSet > table.dynamic {
  background-color: transparent;
}

table.dynamic tr:nth-child(odd) .RecordSet > table.dynamic > tbody > tr {
  background-color: transparent;
}

table.dynamic tr:nth-child(even) .RecordSet > table.dynamic > tbody > tr {
  background-color: transparent;
}

table.dynamic .RecordSet > table.dynamic > tbody > tr > td:last-child {
  width: 100%;
}

table.dynamic .RecordSet > table.dynamic {
  width: 100%;
}

td.value.Edit > .RecordSet > table.dynamic > tbody > tr > td > input[type="text"] {
  min-width: 250px;
}

table.dynamic > * > * > td.Numeric,
table.dynamic > * > * > th.Numeric {
  text-align: right;
  width: 1px;
}

table.dynamic td textarea.StructuredDocument,
table.dynamic td textarea.StructuredDocument:focus {
  position: relative;
  display: block;
  height: 2em;
  min-height: 2em;
  font-family: courier;
}

table.dynamic tr.Totals td {
  font-weight: bold;
  position: sticky;
  bottom: 0;
  z-index: 1;
  background: white;
  box-shadow: 0 -1px 0 #F0F0F0;
}

table.dynamic td.currency {
  padding-left: 10px;
}

table.dynamic td .dateTimeField td {
  border: none;
}

table.dynamic > thead table.Cursor {
  border-collapse: separate;
  white-space: nowrap;
  border-spacing: 2px;
}

table.dynamic > thead td.options {
  vertical-align: middle;
  padding: 0;
}

table.dynamic > thead td.options td {
  min-height: 1em;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  border: 1px solid #FFFFFF;
  min-width: 10px;
}

table.dynamic > thead .options td.button {
  border: 1px solid #D2D2D2;
  background-color: #F4F7FC;
  padding-right: 3px;
  padding-left: 3px;
  height: 1em;
}

table.dynamic > thead .options td.button:hover {
  background-color: #FFC73C;
  cursor: pointer;
}

tr.Filter,
tr.GlobalFilter {
  display: none;
}

tr.Filter.Enabled,
tr.GlobalFilter.Enabled {
  display: table-row;
}

.Table {
  min-width: 100%;
  width: fit-content;
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
}

.ObjectActionComponent .Toolbar,
.Table .Toolbar {
  width: 100%;
  min-width: fit-content;
  min-height: 3em;
  box-sizing: border-box;
  position: relative;
  background-color: #FFFFFF;
  border-bottom: 1px solid #E0E0E0;
}

.ObjectActionComponent .Toolbar {
  border: 1px solid #E0E0E0;
}

.ObjectActionComponent > .Form {
  border-top: 0px;
}

.Toolbar > .ActionForm {
  background-color: white;
}

.Toolbar > .ActionForm > form {
  border: 0px;
  border-top: 1px solid #E0E0E0;
  display: block;
}

/* Table layout panel */
.Table > .Layout {
  display: none;
  border-bottom: 1px solid #e0e0e0;
  padding: 1em 0.5em;
}

.Table > .Layout.Visible {
  display: block;
}

.Table > .Layout h1 {
  font-size: small;
  font-weight: bold;
  margin: 0.1em 0;
}

.Table > .Layout > .Predefined {
  display: flex;
  margin-bottom: 1.5em;
}

.Table > .Layout > .Projection {
  position: relative; /* Ensures element.offsetLeft is calculated relative to this element */
  white-space: nowrap; /* We might want to remove this when we support dragging columns across multiple lines */
}

.Table > .Layout > .Projection > span.Column {
  display: inline-block;
  border: solid 1px #e0e0e0;
  padding: 0.5em 1em;
  margin: 0.25em;
  cursor: pointer;
  background-color: #FFFFFF;
  white-space: nowrap;
  transition: opacity ease 1s;
}

.Table > .Layout > .Projection > span.Column.Moving {
  opacity: 0.4;
}

.Table > .Layout > .Projection > span.Column[data--visible="false"] {
  opacity: 0.25;
}

.Table > .Layout > .Projection > span.Column:hover {
  background-color: #F5F5F5;
}

.Table > .Layout > .Projection > span.Column[data--visible="false"]:hover {
  opacity: initial;
}

.Table > .Layout > .Predefined .Share {
  display: inline-block;
  background-image: url("UserInterface.Icon.Share.svg");
  background-size: 1em 1em;
  background-repeat: no-repeat;
  background-position: 0.5em center;
  text-indent: 1.5em;
  vertical-align: top;
  height: 2em;
  margin-left: 1em;
  line-height: 2em;
}

/* Cursor */

.Cursor {
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  display: inline-block;
}

.Cursor .PreviousPage,
.Cursor .NextPage,
.Cursor .CurrentPage,
.Cursor .Active {
  display: inline-block;
  height: 2em;
  min-width: 2em;
  background-color: #FFFFFF;
  box-sizing: content-box;
  border: 1px solid #E0E0E0;
  padding: 0px;
  vertical-align: top;
}

.Cursor .PreviousPage:hover,
.Cursor .NextPage:hover, 
.Cursor .Active:hover {
  background-color: #F5F5F5;
}

.Cursor .Active,
.Cursor .CurrentPage {
  padding-left: 6px;
  padding-right: 6px;
}

.Cursor .PreviousPage {
  background-image: url("UserInterface.Icon.Chevron.Left.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.Cursor .NextPage {
  background-image: url("UserInterface.Icon.Chevron.Right.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.Cursor .CurrentPage:hover {
  cursor: auto;
}

/* Generic toolbar */

table.dynamic .Toolbar {
  display: inline-block;
  background-color: transparent;
  outline: 1px solid transparent;
  transition: background 1s ease-out, outline-color 1s ease-out;
}

.Toolbar .Refresh,
.Toolbar > .ActionBar .ToggleFilter,
.Toolbar > .ActionBar .Layout,
.Toolbar > .ActionBar > .Menu,
.ObjectAction,
.Table .Toolbar > .ActionBar > .Manage {
  display: inline-block;
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  vertical-align: top;
  line-height: 2em;
  margin: 0.5em 0em 0.5em 0.5em;
  height: 2em;
  cursor: pointer;
}

.Table .Toolbar > .ActionBar > .Manage {
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: top;
  width: 2em;
  height: 2em;
  background-image: url("UserInterface.Icon.Home.Black.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.Toolbar > .ActionBar {
  padding-left: 0.5em;
  white-space: nowrap;
}

.Toolbar > .ActionBar > .Menu {
  margin-left: 0px;
}

.Toolbar > .ActionBar > .Menu:hover {
  background-color: #F5F5F5;
}

.Toolbar > .ActionBar > .Menu.Horizontal > ol > li > ol {
  top: 2em;
}

.Toolbar > .ActionBar > .Menu > ol > li.collapsed > span,
.Toolbar > .ActionBar > .Menu > ol > li.expanded > span {
  width: 2em;
  height: 2em;
  padding: 0;
  background-image: url("UserInterface.Icon.Menu.svg");
  background-position: center center;
}

.Toolbar > .ActionBar > .Menu li.Download > span {
  background-image: url("UserInterface.Icon.Download.svg");
  background-position: 2px center;
}

.Toolbar > .ActionBar > .Menu li.Upload > span {
  background-image: url("UserInterface.Icon.Upload.svg");
  background-position: 2px center;
}

.Toolbar > .ActionBar > .DefaultActions {
  display: inline-block;
  vertical-align: top;
}

.Toolbar > .ActionBar  .Refresh {
  display: inline-block;
  width: 2em;
  margin-left: 0px;
  border-radius: 0px;
  background-image: url("UserInterface.Icon.Loop.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
}

.Updating > .Toolbar > .Actions > .Refresh,
.Updating > .Toolbar > .ActionBar > .DefaultActions > .Refresh {
  background-image: url("OperationInProgress.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px;
}

.Toolbar > .ActionBar .Layout {
  display: inline-block;
  width: 2em;
  margin-left: 0px;
  border-radius: 0px;
  background-image: url("UserInterface.Icon.Star.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
}

.Toolbar > .ActionBar .ToggleFilter {
  display: inline-block;
  margin-left: 0px;
  border-radius: 0px;
  width: 2em;
  background-image: url("UserInterface.Icon.MagnifyingGlass.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.ObjectAction > .Cancel:hover,
.ObjectAction > .Submit:hover,
.ObjectAction:not(.Disabled) > .Caption:hover,
.Toolbar > .ActionBar .Upload:hover,
.Toolbar > .ActionBar .Refresh:hover,
.Toolbar > .ActionBar .Layout:hover,
.Toolbar > .ActionBar .ToggleFilter:hover {
  background-color: #F5F5F5;
}

.Toolbar > .ActionBar > .Menu.Horizontal,
.Toolbar > .ActionBar > .Menu.Horizontal > li ,
.Toolbar > .ActionBar > .Cursor,
.Toolbar > .ActionBar > .Cursor .PreviousPage,
.Toolbar > .ActionBar > .Cursor .NextPage,
.Toolbar > .ActionBar > .Cursor .CurrentPage,
.Toolbar > .ActionBar > .Cursor .Active {
  vertical-align: top;
  display: inline-block;
}

.Toolbar > .ActionBar > .Cursor .PreviousPage,
.Toolbar > .ActionBar > .Cursor .NextPage,
.Toolbar > .ActionBar > .Cursor .CurrentPage,
.Toolbar > .ActionBar > .Cursor .Active {
  height: 2em;
  min-width: 2em;
  margin: 0;
}

.Toolbar > .ActionBar > .Cursor .PreviousPage {
  border-right: 1px solid #EEEEEE;
  background-image: url("UserInterface.Icon.Chevron.Left.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.Toolbar > .ActionBar > .Cursor .NextPage {
  border-right: 1px solid #EEEEEE;
  background-image: url("UserInterface.Icon.Chevron.Right.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.Toolbar > .ActionBar > .Cursor .CurrentPage {
  background-color: #FFFFFF;
  padding-left: 6px;
  padding-right: 6px;
  border-right: 1px solid #EEEEEE;
}

.Toolbar > .ActionBar > .Cursor .CurrentPage:hover {
  cursor: auto;
}

.button.Apply {
  height: 20px;
  padding-left: 16px;
  margin-right: 0;
  margin-left: 0;
}

.Toolbar > .ActionBar > .Actions {
  display: inline-block;
  vertical-align: top;
}

.Toolbar > .ActionBar:empty {
	display: none;
}

.ActionGroup {
  display: inline-block;
  position: relative;
  margin-right: -1px;
  padding-left: 1em;
  padding-right: 1em;
  border-left: 1px dashed #C0C0C0;
  border-right: 1px dashed #C0C0C0;
  vertical-align: top;
}

.ActionGroup.Collapsed > .ObjectAction {
  min-width: 0;
  max-width: 0;
  background-image: none;
  opacity: 0;
  margin-left: 0;
  margin-right: 0;
  border-left-width: 0;
  border-right-width: 0;
}

.ActionGroup > .ObjectAction > .Caption {
  transition: padding 0.5s ease, max-width 0.5s ease, font-size 0s linear, opacity 0.5s ease;
  max-width: 200px;
}

.ActionGroup.Collapsed > .ObjectAction > .Caption {
  max-width: 0;
  padding: 0;
  opacity: 0;
  font-size: 0;
  transition: padding 0.5s ease, max-width 0.5s ease, font-size 0s linear 0.5s, opacity 0.5s ease;
  min-width: 0;
}

.ActionGroup.Collapsed > .ObjectAction > .Caption.Count {
  display: none;
}

.ActionGroup.Collapsed > .Caption {
  font-size: 100%;
  height: 2em;
  line-height: 2em;
  margin-top: 0.5em;
  vertical-align: top;
  margin-bottom: 0.5em;
  font-weight: normal;
}

.ActionGroup > .Caption {
  transition: all 0.1s linear;
  display: inline-block;
  margin-top: 0.5em;
  border: 1px solid transparent;
  font-size: 75%;
  font-weight: bold;
  text-align: right;
  cursor: pointer;
}

.ActionGroup[data--Collapsed="true"] > .Icon {
  background-image: url("UserInterface.Icon.Actions.svg");
  background-size: 1.5em;
  background-repeat: no-repeat;
  background-position: center left;
  width: 1.5em;
  height: 2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border: 1px solid transparent;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.ObjectAction {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-right: 5px;
  cursor: pointer;
  transition: all ease 0.5s;
  max-width: 500px;
}

.ObjectAction[data--use-sibling-component] {
  border-color: #0b2a48;
}

.ObjectAction.Disabled {
  opacity: 0.25;
  cursor: default;
}

.ObjectAction > div {
  display: inline-block;
}

.ObjectAction > .Active {
  padding-left: 8px;
  padding-right: 8px;
  min-width: 60px;
  cursor: default;
  color: #FFFFFF;
  background-color: #0b2a48;
  height: 100%;
}

.ObjectAction > .Caption {
  padding-right: 8px;
  padding-left: 8px;
  position: relative;
  min-width: 60px;
  height: 100%;
}

.ObjectAction > .Caption > div > *,
.ObjectAction > .Caption > div {
  display: inline-block;
  vertical-align: bottom;
}

.ActionGroup > .Count {
  display: none;
}

.ActionGroup.Collapsed > .Count,
.ObjectAction > .Caption > .Count {
  display: inline-block;
  position: absolute;
  right: -0.5em;
  top: -1.5em;
  height: 2em;
  width: auto;
  min-width: 2em;
  text-align: center;
  padding-left: 0.25em;
  padding-right: 0.25em;
  line-height: 2em;
  font-size: 8px;
  font-weight: bold;
  background-color: orange;
  border-radius: 1.5em;
  z-index: 0;
}

.Toolbar > .ActionBar .Submit {
  background-image: url("UserInterface.Icon.Active.svg");
  background-repeat: no-repeat;
  background-position: 4px center;
  background-size: 12px;
  text-indent: 2em;
  padding-right: 10px;
}

.Toolbar > .ActionBar .Cancel {
  background-image: url("UserInterface.Icon.Cancel.svg");
  background-repeat: no-repeat;
  background-position: 4px center;
  background-size: 12px;
  text-indent: 2em;
  padding-right: 10px;
}

div.HasMenu > .Toolbar > .ActionBar > ol.Menu > li > span.Action {
  display: block;
  width: 2em;
  height: 2em;
  padding: 0;
  background-position: center center;
}

.updateForm .ButtonPanel {
  display: none;
}

.Table[data--row-selector-enabled="true"] .rowSelector {
  display: table-cell;
  width: 20px;
}

/* .Table > .Contents {
  max-height: 60em;
  overflow-y: scroll;
} */

.Table .Contents > form > .button {
  margin-bottom: 5px;
}

table.dynamic > * > tr:focus > td,
table.dynamic > * > tr.hot > td {
  cursor: pointer;
}

.UuidField, .IbanField {
  white-space: nowrap;
  font-family: monospace;
}

table.grouping .expandable tr.category {
  cursor: pointer;
}

table.grouping tbody.collapsed tr,
table.grouping tfoot.collapsed tr {
  display: none;
}

table.grouping tbody.collapsed tr:first-child,
table.grouping tfoot.collapsed tr:first-child {
  display: table-row;
}

table.grouping tbody.expanded tr,
table.grouping tfoot.expanded tr {
  display: table-row;
}

table.grouping .Field {
  background-color: transparent;
  border-bottom: none;
  box-sizing: content-box;
  line-height: inherit;
  height: auto;
  min-width: 0;
  max-width: none;
}

table.grouping .Field.display {
  background-color: transparent;
  border-bottom: none;
  color: inherit;
  padding-left: 0;
}

table tr.Master {
  cursor: pointer;
}

table.dynamic tr.Master.hot td:nth-child(even) {
  background-color: #F2AB82;;
}

table.dynamic tr.Master.hot td:nth-child(odd) {
  background-color: #FFAB82;
}

table tr.Expanded {
  display: table-row;
}

table tr.Collapsed {
  display: none;
}

form > table.dynamic > tbody > tr.selectedRow > td,
form > table.dynamic > tbody > tr > td.rowSelector  {
  opacity: 1;
}

form > table.dynamic > tbody > tr > td {
  opacity: 0.5;
}

.ObjectAction[data--name="Add"] > .Caption,
.ObjectAction[data--name="Add"] > .Active {
  background-image: url("UserInterface.Icon.Plus.svg");
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: 4px center;
}

.ObjectAction[data--name="Update"] > .Caption,
.ObjectAction[data--name="Update"] > .Active {
  background-image: url("UserInterface.Icon.Pencil.svg");
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: 4px center;
}

.ObjectAction[data--name="Delete"] > .Caption,
.ObjectAction[data--name="Delete"] >.Active {
  background-image: url("UserInterface.Icon.Minus.svg");
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: 4px center;
}

.ObjectAction[data--name="Duplicate"] > .Caption,
.ObjectAction[data--name="Duplicate"] > .Active {
  background-image: url("UserInterface.Icon.Duplicate.svg");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 4px center;
}

.Toolbar.Successful {
  background-color: #CDEBCD;
  outline: 1px solid #CDEBCD;
}

.Toolbar.Error > .ActionBar {
  background-color: #FFDDDD;
}

.Toolbar .Error .Message {
  padding: 5px;
}

.Toolbar .Error .Exception {
  font-size: 0.75em;
  font-family: monospace;
  border: none;
  margin: 0px;
  padding: 5px;
}

.Confirmation > .ConfirmationWindow > .Message {
  display: block;
  height: 30px;
  width: auto;
  margin: auto;
  background-image: url("UserInterface.Icon.Warning.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

div.Confirmation.Expanded {
  display: block;
}

div.Confirmation  {
  display: none;
  position: fixed;
  text-align: center;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.ConfirmationWindow > div.Submit,
.ConfirmationWindow > div.Cancel,
.ConfirmationWindow > div.Message {
  text-align: center;
  vertical-align: bottom;
  line-height: 2em;
}

.ConfirmationWindow > div.Submit,
.ConfirmationWindow > div.Cancel {
  display: inline-block;
  background-color: #FAFAFA;
  border: 1px solid #EEEEEE;
  height: 2em;
  width: 100px;
  margin: 10px;
  margin-bottom: 0px;
  cursor: pointer;
}

.Confirmation > .ConfirmationWindow {
  background-color: #FEFEFE;
  margin: 15% auto;
  padding: 10px;
  outline: 2px solid #CCCCCC;
  width: 600px;
  vertical-align: bottom;
}

.Toolbar > .ActionBar > .ActionFeedback:not(:empty) {
  display: inline-block;
  line-height: 2em;
  padding-left: 10px;
  height: 2em;
  margin: 0.5em;
  padding-right: 10px;
}

.Toolbar.Warning > .ActionBar > .ActionFeedback:not(:empty) {
  background-color: #FFE8D0;
  border: 1px solid #DD7417;
  color: #DD7417;
}

.Toolbar.Successful > .ActionBar > .ActionFeedback:not(:empty) {
  background-color: #CDEACD;
  border: 1px solid #CDEACD;
  color: #000000;
}
