#reportHistoryWidget {
  position: fixed;
  top: 50px;
  right: -320px;
  bottom: 0;
  background-color: white;
  width: 300px;
  padding: 0 10px;
  padding-top: 20px;
  border-left: 1px solid #adadad;
  box-shadow: 20px 20px 70px #adadad;
  color: black;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 500;
}
#reportHistoryWidget.open {
  right: 0;
}
#reportHistoryWidget.ng-enter,
#reportHistoryWidget.ng-leave {
  transition: right 300ms ease-in;
}
#reportHistoryWidget.ng-leave.ng-leave-active {
  right: -320px;
}
#reportHistoryWidget.ng-enter {
  right: -320px;
}
#reportHistoryWidget.ng-leave {
  right: 0;
}
#reportHistoryWidget.ng-enter.ng-enter-active {
  right: 0;
}
#historyBackdrop {
  position: fixed;
  top: 53px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFF;
  opacity: 0;
  z-index: 499;
}
#toastArea {
  position: fixed;
  right: 10px;
  top: 63px;
  z-index: 500;
  transition: right 300ms ease-in;
}
#toastArea .alert {
  max-width: 400px;
  display: block;
  position: relative;
}
#toastArea .close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
}
#toastArea .media,
#toastArea .media-body {
  overflow: visible;
}
#toastArea.shift {
  right: 320px;
}
#toastArea .ng-move,
#toastArea .ng-enter,
#toastArea .ng-leave {
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
#toastArea .ng-leave.ng-leave-active {
  transform: translateX(300px);
  opacity: 0;
}
#toastArea .ng-enter {
  transform: translateY(-300px);
  opacity: 0;
}
#toastArea .ng-leave {
  transform: translate(0, 0);
  opacity: 1;
}
#toastArea .ng-enter.ng-enter-active {
  transform: translate(0, 0);
  opacity: 1;
}
#toastArea .btn.btn-success:hover,
#toastArea .btn.btn-success:focus {
  background-color: #419641;
  border-color: #398439;
}
.running-completed-reports-counter {
  position: absolute;
  bottom: 3px;
  right: 0px;
}
.running-completed-reports-counter > span {
  border-radius: 30px;
  font-size: 0.8em;
}
.running-completed-reports-counter > span:first-child {
  left: 0;
}
.running-completed-reports-counter > span:last-child {
  right: 0;
}
.report-history-directive a.report-name:visited {
  color: #8D539E;
}
.report-history-directive a.report-name.disabled {
  color: black;
  text-decoration: none;
  cursor: default;
}
.report-history-directive .filter-panel:not(.filters-closed) .panel-body {
  overflow: visible;
}
.report-history-directive .filter-panel:not(.filters-closed) .panel-body .media-body {
  overflow: visible;
}
.report-history-directive .list-group-item:nth-child(even) {
  background: #f5f5f5;
}
.report-history-directive .list-group-item {
  padding: 6px 10px;
  transition: all 750ms ease-in-out 500ms;
  /*min-height:48px;*/
}
.report-history-directive .list-group-item.no-animate {
  transition: none;
}
.report-history-directive .list-group-item.completed {
  background: #dff0d8 !important;
}
.report-history-directive .list-group-item.active {
  background-color: #d9edf7;
  background-image: none;
  color: black;
  text-shadow: none;
  border-color: #ddd;
}
.report-history-directive .media {
  overflow: visible;
}
.report-history-directive .media-body,
.report-history-directive .media-left,
.report-history-directive .media-right {
  vertical-align: middle;
}
.report-history-directive .media-body .btn-group,
.report-history-directive .media-left .btn-group,
.report-history-directive .media-right .btn-group {
  display: flex;
}
.report-history-directive .status-icon i {
  padding: 3px 5px;
}
.report-history-directive .dropdown-menu li a {
  cursor: pointer;
}
.report-history-directive .atlasicon-access {
  padding-left: 4px;
  padding-right: 2px;
}
.atlasicon-access {
  color: #984265;
}
.report-history-row .dropdown-menu .divider {
  margin: 5px 0;
}

notification-center #database-status {
  word-break: break-all;
}
notification-center #database-status > div {
  position: relative;
  padding: 5px 10px;
}
notification-center #database-status > div button {
  outline: none;
}
notification-center #database-status > div .notification-arrows {
  width: 98px;
}
