.events-btn-small {
  padding: 3px 6px;
  border: 2px;
}

.event-type-filter {
  margin-bottom: 0;
  position: relative;
  top: -8px;
  font-weight: bold;
  user-select: none;
}

ul.navbar-events-dropdown {
  width: 450px;
}

li.navbar-events-dropdown-content {
  max-height: 75vh;
  overflow: auto;
}

li.navbar-events-dropdown-header {
  display: flex;
  justify-content: space-between;
}

.navbar-events-list-item-wrapper {
  align-items: center;
  display: flex !important;
  overflow: hidden;
}

.navbar-events-list-item-content-rows {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.navbar-events-list-item-content-row {
  display: flex;
}

.navbar-events-list-item-content-row-label {
  margin-right: 8px;
  flex-grow: 0;
  min-width: 70px;
  text-align: right;
}

.navbar-events-list-item-content-row-value {
  flex-grow: 1;
  white-space: normal;
}

.event-list-filter-container {
  border: solid 1px #A3AEB7;
}

.event-list-filter-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}

.event-list-filter-title-section {
  display: inline-flex;
  align-items: center;
}

.event-list-message-container {
  border: solid 1px #A3AEB7;
}

.event-list-filter-header {
  background-color: #6956a4;
  color: white;
  font-size: 20px;
  font-variant-caps: all-small-caps;
  margin: -10px -10px 20px !important;
  padding: 0 10px 4px;
}

.event-list-filter-tree-wrapper {
  max-width: none !important;
  max-height: 200px !important;
  overflow: auto;
}

.event-list-filter-button {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.event-list-filter-button-spacer {
  background-color: #08c;
  height: 14px;
  width: 1px;
  margin-top: 6px;
}

.event-list-message-item {
  display: flex;
  flex-direction: column;
}

.event-list-message-item-row {
  display: flex;
  align-items: center;
  /* This is ugly on small screens but at least all data will stay visible */
  flex-wrap: wrap;
}

.event-list-message-placeholder {
  flex-grow: 1;
  text-align: center;
  line-height: 128px;
  font-size: 24px;
  font-weight: 300;
  opacity: 0.7;
}

.event-list-message-item-data-field {
  flex-grow: 0;
  height: auto !important;
  width: auto !important;
  max-width: none !important;
  min-width: none !important;
  margin: 0 6px !important;
}

.event-list-message-item-data-field-type {
  flex: 0 0 25px;
  margin-right: 4px;
  text-align: center;
}

.event-list-message-item-data-field-icon {
  text-align: center;
  width: 20px !important;
}

.event-list-message-item-data-field-source {
  flex-grow: 1;
  display: inline-flex !important;
  flex-wrap: wrap;
}

.event-list-message-content {
  width: 100%;
  max-height: 400px;
  overflow: auto;
}

.event-embedded-description>p {
  margin-bottom: 0;
}

.event-embedded-description>p>label {
  font-weight: bold;
  font-size: 90% !important;
  margin-right: 8px;
}

.added-settings-property>span:after {
  content: 'new';
  margin-left: 8px;
  color: #69aa46;
  font-weight: 500;
  font-variant-caps: all-small-caps;
}

.removed-settings-property>span {
  text-decoration: line-through;
}

.removed-settings-property>span:after {
  content: 'removed';
  margin-left: 8px;
  color: #dd5a43;
  font-weight: 500;
  font-variant-caps: all-small-caps;
  display: inline-block;
}

.updated-settings-property>span:after {
  content: 'updated';
  margin-left: 8px;
  color: #2788cc;
  font-weight: 500;
  font-variant-caps: all-small-caps;
}

.limit-width {
  width: 60px;
}

.company-btn-small {
  font-size: 12px;
  padding: 3px 5px;
  border-top: 2px;
  border-bottom: 2px;
  border-right: 3px;
  border-left: 3px;
  border-style: solid;
}

.measure-point-links {
  background-color: #94FF94;
}

.measure-point-links:hover {
  background-color: #7BDB7B !important;
}

.measure-point-nolinks {
  background-color: #FFC2E0;
}

.measure-point-nolinks:hover {
  background-color: #F0A5CA !important;
}

.measure-point-ignore {
  background-color: #999999 !important;
}

.measure-point-ignore:hover {
  background-color: #888888 !important;
}

.measure-point-draghover {
  background-color: #75D1FF !important;
}

.measure-point-resolving {
  background-color: #FFFA63 !important;
}

.mimic-display-editor-toolbar {
  margin-bottom: 3px;
}

.mimic-display-editor-frame {
  position: relative;
}

.mimic-display-editor-frame>img {
  max-width: 100%;
  z-index: 2;
}

.mimic-display-editor-hotspot {
  border: 3px solid;
  position: absolute;
  z-index: 3;
}

.mimic-display-editor-hotspot>div {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.mimic-display-editor-hotspot .label {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.mimic-display-editor-label {
  background: #efefef;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 6px;
  position: absolute;
  font-weight: 600;
}

.hotspot-usermode-link {
  border-color: #696969 !important;
  opacity: 0.1;
}

.hotspot-usermode-link:hover {
  opacity: 0.7;
}

.hotspot-usermode-point {
  border: 2px solid #111111 !important;
  background-color: #ffffff;
  text-align: center;
}

.hotspot-linked {
  border-color: lightgreen;
}

.hotspot-unlinked {
  border-color: lightcoral;
}

.hotspot-targeted {
  border-color: #285e8e !important;
  background-color: #6dbad5 !important;
  color: #ffffff !important;
}

.hotspot-editor-target-list {
  overflow: hidden;
}

.hotspot-editor-target {
  margin-top: 3px;
  margin-bottom: 0;
}

.hotspot-editor-target>.checkbox {
  display: inline;
}

.hotspot-editor-target>.checkbox>label {
  padding-left: 0;
}

.hotspot-editor-target>.action-buttons>a {
  cursor: pointer;
  min-width: 16px;
  text-align: center;
}

.upkeep-header {
  border: solid 1px transparent;
}

.upkeep-header.hover-target {
  border-color: red;
}

.as-sortable-placeholder {
  display: block;
  background: #e7e7e7;
  border: 1px dashed #888888 !important;
}

.as-sortable-item-handle.disabled {
  color: #777;
  cursor: not-allowed;
}

.as-sortable-drag {
  cursor: move;
  position: absolute;
  height: 34px !important;
  width: 256px !important;
  opacity: 0.9;
  z-index: 9999;
}

.upkeep-clipboard-wrapper {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #333333;
  color: #ffffff;
  width: 280px;
  padding: 12px 24px;
  display: flex;
  flex-direction: column;
  z-index: 1000;
}

.upkeep-clipboard-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
}

.upkeep-clipboard-content {
  font-size: 1.6rem;
  font-weight: 300;
}

.clipboard-spacer-icon {
  margin: 0 4px 0 3px;
}

.diagram-container {
  overflow: visible !important;
}

.diagram-container > .highcharts-container {
  overflow: visible !important;
}

.diagram-selections {
  margin: 0 auto;
  max-width: 1024px;
}

.diagram-selections > .header {
  line-height: 28px;
  display: flex;
  align-items: center;
}

.diagram-selections > .header > small {
  cursor: pointer;
  font-size: 13px;
  line-height: 28px;
}

.diagram-selections > .header > small:after {
  font-family: FontAwesome;
  font-size: 14px;
  content: '\f105';
  color: #b2b6bf;
  padding: 0;
  margin: 0 5px;
  position: relative;
  top: 1px;
}

.diagram-selections > .dd {
  max-width: none;
  width: 100%;
}

.diagram-selections > .dd > .dd-list > .dd-item {
  cursor: pointer;
}

.diagram-btn-small {
  font-size: 11px;
  padding: 3px 5px;
  border: 3px solid;
  text-align: center;
}

.diagram-zoom-type-control {
  position: absolute;
  top: 10px;
  left: 12px;
  z-index: 1000;
}

.diagram-zoom-type-btn {
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
}

.diagram-zoom-type-label {
  font-weight: 600;
  font-variant-caps: all-small-caps;
}

.diagram-width {
  width: 80px;
  display: inline-block;
}

.diagram-padding-left {
  padding-left: 10px;
}

.selected-diagram-column {
  background-color: lightblue !important;
}

.selected-diagram-cell {
  background-color: #6ebbd5 !important;
}

.alert-notifications-wrapper {
  display: inline-flex;
  align-items: center;
}

.alert-notifications-button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.alert-notifications-button > span:not(:first-child) {
  border-top: solid 1px #fff;
}

.loading-diagram-machine__wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
}

.loading-diagram-machine {
  height: 40px;
  width: 40px;
  display: inline-block;
  margin-top: 40px;
  background: #fff;
  border: 8px solid #28285f;
  border-radius: 100%;
  position: relative;
  animation: roll 3s infinite;
  transform: rotate(30deg);
}

.loading-diagram-machine:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 20px;
  height: 6px;
  left: -8px;
  top: 9px;
  background: #fff;
}

@keyframes roll {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loading-diagram-machine__spacer {
  height: 80px;
}

.mt-row-text {
  color: #6a9cba;
  cursor: pointer;
}

.mt-row-text .borderless {
  border: none;
}

.mt-row-inbox-sort {
  border: none;
  width: 100%;
  padding: 12px 0 14px;
  background: #f1f5fa;
  font-weight: bold;
}

.mt-message {
  padding: 10px 12px 12px;
}

.mt-filter-list {
  border: none;
}

.mt-inbox-filter {
  text-align: left;
  float: left;
}

.mt-inbox-filter-label {
  display: block;
}

.mt-inbox-filter-select {
  width: 100%;
}

.mt-message-container {
  border: 1px solid #c5d0dc;
}

.message-item,
.message-item:hover,
.message-footer {
  border-left: none;
  border-right: none;
}

.message-footer {
  border-bottom: none;
}

.mt-message-content {
  position: relative;
}

.mt-message-body {
  position: relative;
}

.mt-placeholder {
  margin: 54px auto 0;
  max-width: 600px;
  position: relative;
}

.mt-placeholder-body {
  margin: 46px 250px 46px 0;
  color: #c0c4ca;
}

.mt-placeholder-description {
  font-size: 1.2em;
}

.mt-placeholder-title {
  font-size: 2em;
  font-weight: bold;
}

.mt-placehloder-image {
  max-height: 200px;
  max-width: 200px;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid #c5d0dc;
  position: absolute;
  right: 0;
  top: 0;
}

.mt-placehloder-image img {
  width: 100%;
  height: 100%;
}

.mt-inbox-placeholder {
  text-align: center;
  padding: 2em 0;
  font-size: 1.2em;
}

.mt-message-impostor {
  margin-top: 16px;
  padding: 16px 21px;
  width: 100%;
}

.mt-edit-comment {
  position: absolute;
  top: 8px;
  right: 8px;
}

.mt-actions-dd {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
}

.mt-inline-form {
  position: relative;
  padding-right: 160px;
}

.mt-inline-form .loading {
  display: none;
}

.mt-inline-form.resolving .loading {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fefefe;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 40% 0;
}

.mt-inline-form .form-controls {
  width: 150px;
  position: absolute;
  top: 16px;
  right: 0;
}

.mt-inline-form .form-controls .btn {
  width: 100%;
  margin-bottom: 5px;
}

.mt-dd-delete-confirm {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 10% 0;
}

.diagram-machine {
  margin: 0 -12px;
  max-width: 1920px;
  overflow: auto;

  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

@media (max-width: 1200px) {
  .diagram-machine {
    flex-wrap: wrap;
  }
}

.diagram-machine-tabs,
.diagram-machine-data {
  margin: 0 16px 32px;
}

.diagram-machine-tabs {
  flex: 0 0 500px;
}

.diagram-machine-data {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-width: 600px;
}

.diagram-machine-data-section > *:not(:last-child) > .widget-box {
  margin-bottom: 24px;
}

.statistics-section-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: baseline;
}

.statistic-table {
  margin-bottom: 32px;
}

.statistic-table,
.statistic-table > tbody > tr > td,
.statistic-table > tbody > tr > th,
.statistic-table > tfoot > tr > td,
.statistic-table > tfoot > tr > th,
.statistic-table > thead > tr > td,
.statistic-table > thead > tr > th {
  background-color: white;
  border: 1px solid #e0e0e0 !important;
  font-size: 12px;
  padding: 6px !important;
  text-align: right;
  user-select: none;
}

.statistic-table > tbody > tr > th,
.statistic-table > thead > tr > th {
  background-color: #e9e9e9;
  border-color: #d3d3d3 !important;
  color: #393939;
}

th.statistic-header,
td.statistic-column-header,
td.statistic-value {
  cursor: pointer;
  position: relative;
}

td.statistic-value.context {
  background-color: #54a1bb !important;
}

td.statistic-value.polar-amplitude {
  padding-right: 16px !important;
}

td.statistic-value.polar-phase {
  padding-left: 8px !important;
}

td.statistic-value > .polar-plot-toggle {
  align-items: center;
  background: white;
  border-radius: 16px;
  border: solid 1px;
  color: #333333;
  display: inline-flex;
  height: 16px;
  justify-content: center;
  opacity: 0.8;
  position: absolute;
  right: -8px;
  transition: all 300ms ease-in-out;
  width: 16px;
  z-index: 2;
}

td.statistic-value > .polar-plot-toggle:hover {
  opacity: 1;
  transform: scale(1.1);
}

td.statistic-value > .polar-plot-toggle.is-active {
  background: #53a0bb;
  color: white;
  opacity: 1;
  transform: scale(1.1);
}

td.statistic-value > .shaft-displacement-toggle {
  background-color: inherit;
  border-left: dotted #e0e0e0 1px;
  margin-top: -6px;
  margin-right: -6px;
  margin-bottom: -6px;
  margin-left: 4px;
  padding: 6px;
  position: relative;
}

td.statistic-value > .shaft-displacement-toggle.is-active {
  background-color: #54a1bb;
}

.shaft-displacement-toggle-axis-indicator {
  position: absolute;
  right: 2px;
  bottom: 1px;
  font-variant-caps: all-small-caps;
  font-size: 10px;
  font-weight: bold;
}

.statistic-table > tbody > tr > td.statistic-column-header {
  background-color: #f3f3f3;
  color: #393939;
  font-weight: 600;
}

th.statistic-header > .parameter-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

th.statistic-header .display-unit {
  font-weight: 500;
}

.machine-details-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.machine-specific-parameters-details {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
}

.machine-specific-parameters-table {
  flex: 0 1 auto;
  margin: 0 0 0 24px;
}

.machine-specific-parameters-table-header {
  min-width: 90px;
}

.machine-intesified-save-interval-wrapper {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}

.measure-data-limit-plotline {
  position: relative;
  opacity: 0.75;
  stroke-width: 1;
  transition: all 0.3s ease-in-out;
}

.measure-data-limit-plotline.focus {
  opacity: 1;
  stroke-width: 2 !important;
}

.measure-data-dataseries-actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.measure-data-dataseries-action {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.measure-data-dataseries-action:last-child {
  align-items: flex-end;
}

.measure-data-dataseries-action:first-child {
  align-items: flex-start;
}

.measure-data-dataseries-action-label {
  margin: 0 4px;
}

.measure-data-dataseries-plotline {
  position: relative;
  stroke-width: 2;
  transition: all 0.3s ease-in-out;
}

.measure-data-dataseries-plotline.focus {
  stroke-width: 3 !important;
}

.measure-data-dataseries-plotline.selected {
  stroke: #468ecc !important;
  stroke-width: 3 !important;
}

.measure-data-dataseries-plotline-label {
  border-radius: 10px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 4px;
  height: 20px;
  width: 20px;
  transition: all 0.3s ease-in-out;
  transform: scale(0.8);
}

.measure-data-dataseries-plotline-label.focus {
  transform: scale(1.1);
}

.measure-data-dataseries-plotline-label.selected {
  background: #60a8e6 !important;
  box-shadow: 0 0 0 2px #468ecc !important;
  color: white !important;
  transform: scale(1.1);
}

.measure-data-dataseries-plotline-label > span {
  margin: 0 -2px 0 -2px;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
}

.measure-data-dataseries-legends {
  text-align: center;
  color: #333333;
  font-size: 12px;
  font-weight: 700;
}

.measure-data-dataseries-legends-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  font-variant: all-small-caps;
}

.measure-data-dataseries-legends-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.measure-data-dataseries-legends-color {
  display: inline-block;
  border-radius: 14px;
  height: 14px;
  width: 14px;
  margin-right: 6px;
}

.measure-data-focused-dataseries {
  margin-top: 12px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}

.measure-data-focused-dataseries-header {
  display: flex;
  justify-content: space-between;
}

.measure-data-focused-dataseries-header > h5 {
  font-variant: all-small-caps;
  margin-right: 8px;
  margin-bottom: 0;
}

.measure-data-focused-dataseries-details {
  display: flex;
  align-items: center;
}

.measure-data-focused-dataseries-spacer {
  flex: 0 0 32px;
}

.measure-data-focused-dataseries-spacer {
  flex: 0 0 32px;
}

.measure-data-focused-dataseries-action {
  margin: -4px 0 -4px 4px;
}

.measure-data-focused-dataseries-action > i {
  margin-right: 0;
  margin-top: 1px;
}

button.btn.measure-data-focused-dataseries-toggle {
  border: none;
  background: inherit !important;
  margin: -4px 0;
}

button.measure-data-focused-dataseries-toggle > i.ace-icon {
  margin-right: 0;
}

/* Dataseries list */
.dataseries-list-header {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}

.dataseries-list-content {
  margin-right: -12px;
  margin-left: -12px;
}

.dataseries-list-footer {
  margin-top: -21px;
  margin-right: -12px;
  margin-bottom: -16px;
  margin-left: -12px;
}

.dataseries-list-content > table {
  border: none;
  width: 100%;
  table-layout: fixed;
}

.dataseries-list-content > table > tbody > tr > td,
.dataseries-list-content > table > thead > tr > th {
  border-right: none;
  border-left: none;
}

.dataseries-list-content > table > thead > tr > th {
  background: #f1f5fa;
  color: #28285f;
  font-weight: bold;
}

.dataseries-list-content > table > tbody > tr.disabled {
  color: #aaaaaa;
}

.dataseries-list-content > table > tbody > tr.selected {
  background: #d9ecf7;
}

.dataseries-list-content > table > tbody > tr.selected:hover > td {
  background: #ccdfea !important;
}

.dataseries-list-mass-remove-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 24px;
}

.dataseries-table-placeholder {
  font-size: 22px;
  font-weight: 300;
  color: #999999;
  text-align: center;
  padding: 48px 8px !important;
}

.dataseries-table-expander {
  border-right: solid 1px #dddddd !important;
}

.dataseries-table-data-icon {
  width: 20px;
  text-align: center;
}

.dataseries-table-expander > a {
  cursor: pointer;
}

.dataseries-table-multiline-wrapper {
  display: flex;
  flex-direction: column;
}

.dataseries-table-multiline-wrapper > strong {
  font-weight: 600;
}

.dataseries-table-label-button {
  border-width: 1px !important;
  border-style: solid;
  padding: 2px 4px !important;
  text-align: center;
  width: 22px;
}

.dataseries-table-details-row {
  display: flex;
  align-items: baseline;
}

.dataseries-table-details-row label {
  width: 140px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 0;
  margin-right: 16px;
}

.dataseries-table-comment-editor {
  display: inline-flex;
  align-self: flex-end;
  flex-grow: 1;
  margin-top: 4px;
}

.dataseries-table-comment-editor > textarea {
  flex-grow: 1;
  height: 50px;
  font-size: 12px;
  resize: none;
  transition: height 200ms ease-in-out;
}

.dataseries-table-comment-editor > textarea.non-empty,
.dataseries-table-comment-editor > textarea:active,
.dataseries-table-comment-editor > textarea:focus {
  height: 120px;
}

.dataseries-table-comment-actions {
  display: flex;
  flex-direction: column;
  margin-left: 8px;
}

.dataseries-table-comment-actions > * {
  margin-bottom: 4px;
}

.dataseries-table-label-button.label-danger {
  border-color: #d25b47;
}

.dataseries-table-label-button.label-info {
  border-color: #3b87ad;
}

.dataseries-table-label-button.label-inverse {
  border-color: #333333;
}

.dataseries-table-label-button.label-warning {
  border-color: #f89407;
}

.dataseries-table-label-button.label-white.label-danger {
  border-color: #d18679;
}

.dataseries-table-label-button.label-white.label-info {
  border-color: #7aa1b4;
}

.dataseries-table-label-button.label-white.label-inverse {
  border-color: #b9b2c8;
  color: #7e6ea2;
}

.dataseries-table-label-button.label-white.label-warning {
  border-color: #d8993e;
}

.dataseries-table-label-button:not([disabled]) {
  cursor: pointer;
}

.logbook-wrapper {
  display: flex;
  flex-direction: column;
  position: fixed;
  width: 420px;
  background-color: white;
  color: #393939;
  line-height: 1;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  box-shadow: 0 8px 10px -5px rgb(0 0 0 / 20%), 0 16px 24px 2px rgb(0 0 0 / 14%),
    0 6px 30px 5px rgb(0 0 0 / 12%);
  transform: translateX(420px);
  transition: all 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  z-index: 1002;
}

.logbook-wrapper.open {
  opacity: 1;
  transform: translateX(0);
}

.logbook-header {
  background: #ebf8e3;
  color: #88aa65;
  border-bottom: #b4d5ad solid 1px;
  padding: 6px 18px 12px;
}

.logbook-header-unread {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.logbook-content {
  padding: 32px 18px 16px;
  overflow: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.logbook-date-separator {
  color: #999a9f;
  margin: 32px 0 12px;
  display: flex;
  align-items: center;
}

.logbook-date-separator::after,
.logbook-date-separator::before {
  background: #dddfdf;
  content: ' ';
  height: 1px;
  flex: 1;
}

.logbook-date-separator::after {
  margin-right: 48px;
  margin-left: 14px;
}

.logbook-date-separator:before {
  margin-right: 14px;
  margin-left: 48px;
}

.logbook-message {
  margin-bottom: 6px;
  display: flex;
}

.logbook-message-timestamp {
  color: #77797e;
  margin-top: 6px;
  margin-right: 6px;
}

.logbook-message-bubble {
  position: relative;
  background-color: #e3eff9;
  color: #323337;
  padding: 6px 14px 6px 10px;
  border-radius: 3px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.logbook-message-bubble.unread {
  background-color: #f9ebce;
}

.logbook-message-target {
  font-weight: 600;
  margin-right: 36px;
  margin-bottom: 6px;
}

.logbook-message-target-type {
  color: #77797e;
  font-weight: 400;
  font-variant-caps: all-small-caps;
  margin: 0 4px;
}

.logbook-message-actions {
  position: absolute;
  top: 6px;
  right: 12px;
}

.logbook-message-actions > a {
  color: #999a9f;
  text-decoration: none;
}

.logbook-message-actions > a:not(:last-child) {
  margin-right: 4px;
}

.logbook-message-actions > a:hover {
  color: #77797e;
}

.logbook-message-author,
.logbook-message-updater {
  color: #77797e;
  font-weight: 500;
  align-self: flex-end;
  margin-top: 4px;
}

.logbook-message-author.unknown {
  font-style: italic;
  font-weight: 300;
}

.logbook-message-updater {
  font-style: italic;
  font-weight: 300;
  font-size: 90%;
  margin-top: 8px;
}

.logbook-new-message {
  text-align: center;
  margin: 12px 0 6px;
}

.logbook-shadow {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
}



.datepicker .btn-default {
  background-color: #ffffff !important;
  border-color: #d5d5d5;
  border-width: 1px;
  color: #6956a4 !important;
}

.datepicker .btn-default:focus,
.datepicker .btn-default:hover {
  background-color: #f5f5f5 !important;
}

.datepicker .btn-info,
.datepicker .btn-info:hover {
  background-color: #d5d5d5 !important;
}

.datepicker .btn-default > .text-info {
  color: #28285f !important;
  font-weight: bold;
}

.module-trigger-container {
  position: relative;
  margin-top: 12px;
  padding: 24px 32px;
  border: solid 1px #1f1f1f;

  transition: all 300ms;
}

.module-trigger-container > label {
  position: absolute;
  top: -12px;
  left: 32px;

  padding: 0 6px;
  line-height: 24px;

  color: #1f1f1f;
  background-color: white;

  transition: all 300ms;
}

.module-trigger-container--disabled {
  border-color: #cecece;
  color: #cecece !important;
}

.module-trigger-container--disabled > label {
  color: #cecece;
}

.ace-switch-trigger + .lbl {
  position: relative;
  top: 8px;
}

.ace-switch-trigger + .lbl::before {
  content: '' !important;
  background-color: #468fcc !important;
}

tr.jammed-device > td {
  color: #b40c1f;
}

.black {
  color: #333 !important;
}

.date-interval-picker-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 4px 0;
}

.date-interval-picker-wrapper > .date-interval-picker-input-wrapper {
  display: inline-flex;
  margin: 0;
}

.date-interval-picker-input-wrapper > input.date-interval-picker-input {
  background-color: white !important;
  width: 110px;
}

.date-interval-picker-input-wrapper
  > input.date-interval-picker-input.input-sm {
  height: 22px;
  width: 80px;
  padding: 2px 6px;
}

.date-interval-picker-input-wrapper > .date-interval-picker-button {
  line-height: 0;
}

.login-logo {
  display: block;
  margin-top: 10vh;
  width: 100%;
}

.login-logo img {
  display: block;
  width: 100%;
}

.trendview-footer {
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 13px;
}

.trendview-footer-spacer {
  margin: 0 8px;
}

.trendview-version-warning-wrapper {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 0;
  bottom: 0;
  transition: height 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.trendview-version-warning {
  background: #d25b47;
  box-shadow: 0 -7px 28px rgba(0, 0, 0, 0.25), 0 -5px 10px rgba(0, 0, 0, 0.22);
  color: #fff;

  display: flex;
  justify-content: center;
  align-items: flex-start;

  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 32px;
}

.trendview-version-warning-btn {
  background: transparent;
  border: solid 2px #fff;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 4px 12px;
}

.trendview-version-warning-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 16px;
}

.trendview-version-warning-description {
  font-size: 14px;
}

.trendview-version-warning-title {
  margin-top: -14px;
  margin-bottom: 0;
  font-variant-caps: all-small-caps;
  font-weight: 700;
}

.add-margin-top-10 {
  margin-top: 10px;
}

.add-margin-left-10 {
  margin-left: 10px;
}

.add-margin-right-10 {
  margin-right: 10px;
}

.add-margin-bottom-10 {
  margin-bottom: 10px;
}

.hide-overflow {
  overflow: hidden;
}

select:disabled,
select[disabled] {
  background-color: #eee;
  cursor: not-allowed;
}

.limit-table-padding>tbody>tr>td,
.limit-table-padding>thead>tr>th {
  padding: 4px;
}

.header-event-type {
  font-size: 14px;
  font-style: normal;
  color: darkblue;
}

.header-event-text {
  font-size: 10px;
  font-style: normal;
  color: black;
}

.header-event-clock {
  font-size: 12px;
  font-style: normal;
  color: black;
}

.pointer {
  cursor: pointer;
}

.default-cursor {
  cursor: default;
}

.scroller {
  white-space: pre-line;
  height: 720px;
  width: 480px;
  overflow-y: hidden;
  position: relative;
}

.common-btn-small {
  padding: 3px 6px;
  border: 2px;
}

.dropdown-messages {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.dropdown-messages .msg-body {
  max-width: 100%;
}

.dropdown-messages .msg-body>.msg-title>p {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown-messages .msg-body>.msg-title {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown-footer {
  border-top: solid 1px #e4ecf3;
}

.dropdown-footer>a {
  border-top-style: none !important;
}

.pagination>li>a {
  cursor: pointer;
}

.pagination>.disabled>a {
  color: #cdcdcd !important;
}

.pagination>.disabled>a:active,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover {
  background: transparent !important;
  border-color: transparent !important;
}

.tree {
  margin: auto;
  padding: 0 0 0 9px;
  overflow-x: hidden;
  overflow-y: auto
}

.tree:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: -20px;
  bottom: 16px;
  left: 0;
  z-index: 1;
  border: 1px dotted #67B2DD;
  border-width: 0 0 0 1px
}

.tree .tree {
  padding: 0;
  overflow: visible
}

.tree .tree:before {
  display: none
}

.tree .tree-branch-name,
.tree .tree-item-name {
  cursor: pointer
}

.tree .icon-caret {
  vertical-align: baseline !important
}

.tree .tree-branch {
  width: auto;
  min-height: 20px;
  cursor: pointer
}

.tree .tree-branch .tree-branch-header {
  position: relative;
  height: 20px;
  line-height: 20px
}

.tree .tree-branch .tree-branch-header:hover {
  background-color: #f0f6fa;
  background-color: rgba(98, 168, 209, .1)
}

.tree .tree-branch .icon-caret~.tree-branch-header {
  display: inline-block;
  width: 80%;
  width: calc(100% - 36px)
}

.tree .tree-branch.tree-selected>.tree-branch-header {
  background-color: #e4f0f7;
  background-color: rgba(98, 168, 209, .18)
}

.tree .tree-branch .tree-branch-header .tree-branch-name,
.tree .tree-item .tree-item-name {
  display: inline;
  z-index: 2
}

.tree .tree-branch .tree-branch-header>.tree-branch-name>.ace-icon:first-child,
.tree .tree-item>.tree-item-name>.ace-icon:first-child {
  display: inline-block;
  position: relative;
  z-index: 2;
  top: -1px
}

.tree .tree-branch>.tree-branch-header>.tree-branch-name>.tree-label {
  margin-left: 2px
}

.tree .tree-branch>.tree-branch-header>.tree-branch-name>.ace-icon:first-child {
  margin: -2px 0 0 -2px
}

.tree .tree-branch:last-child:after {
  display: inline-block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 15px;
  bottom: 0;
  left: -10px;
  border-left: 2px solid #FFF
}

.tree .tree-branch .tree-branch-children,
.tree .tree-branch .tree-branch-children.tree {
  margin: 0 0 0 23px;
  padding: 0;
  position: relative
}

.tree .tree-branch .tree-branch-children.tree:before,
.tree .tree-branch .tree-branch-children:before {
  display: inline-block;
  content: "";
  position: absolute;
  z-index: 1;
  top: -14px;
  bottom: 16px;
  left: -14px;
  border: 1px dotted #67B2DD;
  border-width: 0 0 0 1px
}

.tree .tree-branch.tree-selected>.icon-caret~.tree-branch-header>.tree-branch-name>.tree-label {
  font-weight: 700
}

.tree .tree-item {
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  max-width: calc(100%)
}

.tree .tree-item:hover {
  background-color: #f0f6fa;
  background-color: rgba(98, 168, 209, .1)
}

.tree .tree-item.tree-selected,
.tree .tree-item.tree-selected:hover {
  background-color: #e7f2f8;
  background-color: rgba(98, 168, 209, .16)
}

.tree .tree-item>.tree-item-name>.ace-icon:first-child {
  margin-right: 3px
}

.tree .tree-item>.tree-item-name>.tree-label>.ace-icon:first-child {
  margin-left: 3px;
  margin-right: 3px
}

.tree .tree-item>.ace-icon:first-child {
  margin-top: -1px
}

.tree .tree-branch,
.tree .tree-item {
  position: relative;
  list-style: none;
  border-left: 1px solid #FFF;
  margin: 1px 0
}

.tree .tree-branch:before,
.tree .tree-item:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 14px;
  left: -13px;
  width: 18px;
  height: 0;
  border-top: 1px dotted #67B2DD;
  z-index: 1
}

.tree .tree-selected {
  color: #6398B0
}

.tree .tree-branch .tree-branch-header {
  border-radius: 0
}

.tree .tree-branch .tree-branch-header,
.tree .tree-item {
  padding: 5px;
  color: #4D6878;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.tree .tree-item>.tree-item-name>.ace-icon:first-child {
  color: #F9E8CE;
  width: 13px;
  height: 13px;
  line-height: 13px;
  font-size: 11px;
  text-align: center;
  border-radius: 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #FAFAFA;
  border: 1px solid #CCC;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05)
}

.tree .tree-selected>.tree-item-name>.ace-icon:first-child {
  background-color: #F9A021;
  border-color: #F9A021;
  color: #FFF;
}

.tree .tree-disabled .tree-label {
  color: #999999 !important;
}

.tree .tree-disabled>.tree-item-name>.ace-icon:first-child {
  color: #999999 !important;
}

.tree .tree-selected.tree-disabled>.tree-item-name>.ace-icon:first-child {
  background-color: #aaaaaa !important;
  border-color: #aaaaaa !important;
  color: #FFF !important;
}

.tree .tree-minus.ace-icon:first-child,
.tree .tree-plus.ace-icon:first-child {
  display: inline-block;
  font-style: normal;
  vertical-align: middle;
  height: 11px;
  width: 11px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  border: 1px solid #8BAEBF;
  line-height: 10px;
  background-color: #FFF;
  position: relative;
  z-index: 2
}

.tree .tree-minus.ace-icon:first-child:before,
.tree .tree-plus.ace-icon:first-child:before {
  content: "";
  display: block;
  width: 7px;
  height: 0;
  border-top: 1px solid #4D6878;
  position: absolute;
  top: 5px;
  left: 2px
}

.tree .tree-plus.ace-icon:first-child:after {
  content: "";
  display: block;
  height: 7px;
  width: 0;
  border-left: 1px solid #4D6878;
  position: absolute;
  top: 2px;
  left: 5px
}

.tree .tree-unselectable .tree-item>.tree-item-name>.tree-label>.ace-icon:first-child {
  color: #5084A0;
  width: 13px;
  height: 13px;
  line-height: 13px;
  font-size: 10px;
  text-align: center;
  border-radius: 0;
  background-color: transparent;
  border: none;
  box-shadow: none
}

.tree .ace-icon[class*="-down"] {
  transform: rotate(-45deg)
}

.tree .ace-icon[class*="-download"] {
  transform: none
}

.tree .fa-spin {
  height: auto
}

.tree .tree-loading {
  margin-left: 24px;
  padding: 6px 0;
}

.tree img {
  display: inline;
  vertical-align: middle
}

.tree .icon-open {
  width: 16px;
  position: relative;
  z-index: 2;
  padding-left: 2px
}

.tree .tree-branch .tree-leaf-head.ace-icon,
.tree .tree-leaf .tree-branch-head.ace-icon {
  display: none
}

.tree .tree-branch.tree-leaf .tree-leaf-head {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #DDD;
  background-color: #FFF
}

.tree .tree-selected.tree-branch.tree-leaf .tree-leaf-head {
  color: #FEB902
}

.tree-container {
  background-color: #FFF;
  border: 1px solid #DDD;
  border-left-color: #67B2DD;
  display: block;
  padding: 0;
  max-width: 200px;
  max-height: 250px
}

.tree-container .tree::before {
  margin-left: -1px
}

.tooltip-inner {
  min-width: 140px;
  white-space: normal;
}

/* If a intervalpicker is placed in a widget-toolbar, make sure it is 
   aligned to the right edge of the input. Otherwise it will overflow
   to the right side. */
.widget-toolbar .date-interval-picker-wrapper ul.dropdown-menu {
  right: 0 !important;
  left: auto !important;
}

.widget-header-small-switch {
  height: 22px;
}

.widget-header-small-switch>input[type=checkbox].ace.ace-switch+.lbl {
  margin: 0 0 0 4px;
  min-height: 0;
}

.widget-header-small-switch>input[type=checkbox].ace.ace-switch+.lbl:before {
  content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
  height: 22px;
  width: 54px;
  line-height: 20px;
}

.widget-header-small-switch>input[type=checkbox].ace.ace-switch+.lbl:after {
  height: 18px;
  width: 18px;
}

tr.detail-row {
  display: none
}

tr.detail-row.open {
  display: block;
  display: table-row
}

tr.detail-row>td {
  background-color: #f1f6f8;
  border-top: 3px solid #d1e1ea !important
}

.table-detail {
  background-color: #fff;
  border: 1px solid #dcebf7;
  width: 100%;
  padding: 12px;
}

th.right,
td.right {
  text-align: right;
}

.trendion-switch-animation-left.ng-enter,
.trendion-switch-animation-left.ng-leave {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.trendion-switch-animation-left.ng-enter {
    -webkit-animation: 1s trendion-switch-left-enter;
    animation: 1s trendion-switch-left-enter;
}
.trendion-switch-animation-left.ng-leave {
    -webkit-animation: 1s trendion-switch-left-leave;
    animation: 1s trendion-switch-left-leave;
}
@keyframes trendion-switch-left-enter {
    from {
        opacity: 0;
        left: 40px;
    }
    to {
        opacity: 1;
        left: 0;
    }
}
@-webkit-keyframes trendion-switch-left-enter {
    from {
        opacity: 0;
        left: 40px;
    }
    to {
        opacity: 1;
        left: 0;
    }
}
@keyframes trendion-switch-left-leave{
    from {
        opacity: 1;
        left: 0;
    }
    to {
        opacity: 0;
        left: -40px;
    }
}
@-webkit-keyframes trendion-switch-left-leave{
    from {
        opacity: 1;
        left: 0;
    }
    to {
        opacity: 0;
        left: -40px;
    }
}

.trendion-switch-animation-right.ng-enter,
.trendion-switch-animation-right.ng-leave {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.trendion-switch-animation-right.ng-enter {
    -webkit-animation: 1s trendion-switch-right-enter;
    animation: 1s trendion-switch-right-enter;
}
.trendion-switch-animation-right.ng-leave {
    -webkit-animation: 1s trendion-switch-right-leave;
    animation: 1s trendion-switch-right-leave;
}
@keyframes trendion-switch-right-enter {
    from {
        opacity: 0;
        left: -40px;
    }
    to {
        opacity: 1;
        left: 0;
    }
}
@-webkit-keyframes trendion-switch-right-enter {
    from {
        opacity: 0;
        left: -40px;
    }
    to {
        opacity: 1;
        left: 0;
    }
}
@keyframes trendion-switch-right-leave{
    from {
        opacity: 1;
        left: 0;
    }
    to {
        opacity: 0;
        left: 40px;
    }
}
@-webkit-keyframes trendion-switch-right-leave{
    from {
        opacity: 1;
        left: 0;
    }
    to {
        opacity: 0;
        left: 40px;
    }
}

.trendion-flash {
    -webkit-animation-duration: 1.25s;
    -webkit-animation-name: trendion-fade-out-in;
    -webkit-animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-duration: 1.25s;
    animation-name: trendion-fade-out-in;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

@keyframes trendion-fade-out-in {
    0% {opacity: 1;}
    25% {opacity: 0;}
    100% {opacity: 1;}
}
@-webkit-keyframes trendion-fade-out-in {
    0% {opacity: 1;}
    25% {opacity: 0;}
    100% {opacity: 1;}
}

.trendion-repeat-collapse-animation.ng-enter,
.trendion-repeat-collapse-animation.ng-leave,
.trendion-repeat-collapse-animation.ng-move {
    position:relative;
}
.trendion-repeat-collapse-animation .dd-handle {
    margin-bottom: 0;
}

.trendion-repeat-collapse-animation.ng-enter {
    -webkit-animation: 0.5s trendion-repeat-collapse-animation-enter;
    animation: 0.5s trendion-repeat-collapse-animation-enter;
}

.trendion-repeat-collapse-animation.ng-leave {
    -webkit-animation: 0.5s trendion-repeat-collapse-animation-leave;
    animation: 0.5s trendion-repeat-collapse-animation-leave;
}

.trendion-repeat-collapse-animation.ng-move {
    -webkit-animation: 0.5s trendion-repeat-collapse-animation-move;
    animation: 0.5s trendion-repeat-collapse-animation-move;
}

@keyframes trendion-repeat-collapse-animation-enter {
    from {
        height:0;
        opacity:0;
    }
    to {
        height:38px;
        opacity:1;
    }
}

@-webkit-keyframes trendion-repeat-collapse-animation-enter {
    from {
        height:0;
        opacity:0;
    }
    to {
        height:38px;
        opacity:1;
    }
}

@keyframes trendion-repeat-collapse-animation-leave {
    from {
        height:38px;
        opacity:1;
    }
    to {
        height:0;
        opacity:0;
    }
}

@-webkit-keyframes trendion-repeat-collapse-animation-leave {
    from {
        height:38px;
        opacity:1;
    }
    to {
        height:0;
        opacity:0;
    }
}

@keyframes trendion-repeat-collapse-animation-move {
    from { opacity:0.5; }
    to { opacity:1; }
}

@-webkit-keyframes trendion-repeat-collapse-animation-move {
    from { opacity:0.5; }
    to { opacity:1; }
}

.logbook-repeat-animation.ng-enter,
.logbook-repeat-animation.ng-leave,
.logbook-repeat-animation.ng-move {
    -webkit-transition: 0.6s ease-in-out all;
    transition: 0.6s ease-in-out all;
    position:relative;
}

.logbook-repeat-animation.ng-enter {
    opacity: 0;
    max-height: 0;
}
.logbook-repeat-animation.ng-enter.ng-enter-active {
    opacity: 1;
    max-height: 220px;
}

.logbook-repeat-animation.ng-leave {
    opacity: 1;
    max-height: 220px;
}
.logbook-repeat-animation.ng-leave.ng-leave-active {
    opacity: 0;
    max-height: 0;
}

.logbook-repeat-animation.ng-move {
    opacity:0.5;
}
.logbook-repeat-animation.ng-move.ng-move-active {
    opacity: 1;
    max-height: 220px;
}

body {
    color: #28285f;
}

.sidebar.menu-min {
    width: 0!important;
}
.sidebar.menu-min + .main-content {
    margin-left: 0!important;
}

.breadcrumb-shortcuts {
    border-right: 1px solid rgb(229, 229, 229);
    float: left;
    min-height: 40px;
    text-align: center;
    width: 189px;
}
.breadcrumb-shortcuts-container {
    line-height: 37px;
}
.breadcrumb-shortcuts-container > .btn {
    line-height: 24px;
    padding: 0;
    width: 41px;
    border-width: 4px;
}
.breadcrumb-shortcuts-container .btn > i {
    margin: 0;
}

.page-header {
    padding-top: 4px;
    padding-bottom: 8px;
}

.btn-trendion {
    background-color: #6956a4 !important;
    border-color: #6956a4 !important;
}
.btn-trendion:hover,
.btn-trendion:focus,
.btn-trendion:active,
.btn-trendion.active {
    background-color: #5e4d93 !important;
    border-color: #544483 !important;
}
.btn-trendion.disabled,
.btn-trendion[disabled],
.btn-trendion.disabled:hover,
.btn-trendion.disabled:focus,
.btn-trendion.disabled:active,
.btn-trendion.disabled.active,
.btn-trendion[disabled]:hover,
.btn-trendion[disabled]:focus,
.btn-trendion[disabled]:active,
.btn-trendion[disabled].active,
fieldset[disabled] .btn-trendion:hover,
fieldset[disabled] .btn-trendion:focus,
fieldset[disabled] .btn-trendion:active,
fieldset[disabled] .btn-trendion.active {
    background-color: #6956a4 !important;
    border-color: #6956a4 !important;
}

.trendion-purple-dark {
    color: #28285f;
}

.trendion-purple {
    color: #6956a4;
}

.dataTables_filter > select {
    max-width: 130px;
}

.trendion-table-header-button {
    float: right;
    margin: 6px 8px 6px 0;
    background-color: #6956a4;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    line-height: 26px;
    text-align: center;
    width: 22px;
}

.trendion-table-header-button:hover,
.trendion-table-header-button:focus,
.trendion-table-header-button:active,
.trendion-table-header-button.active {
    background-color: #9C89D7;
    color: #fff !important;
}

.btn-permission-editor:hover,
.btn-permission-editor:focus,
.btn-permission-editor:active,
.btn-permission-editor.active {
    color: #6956a4 !important;
}

.btn-permission-editor.disabled,
.btn-permission-editor[disabled] {
    color: #BBBBBB !important;
}
.btn-permission-editor.disabled:hover,
.btn-permission-editor.disabled:focus,
.btn-permission-editor.disabled:active,
.btn-permission-editor.disabled.active,
.btn-permission-editor[disabled]:hover,
.btn-permission-editor[disabled]:focus,
.btn-permission-editor[disabled]:active,
.btn-permission-editor[disabled].active,
fieldset[disabled] .btn-permission-editor:hover,
fieldset[disabled] .btn-permission-editor:focus,
fieldset[disabled] .btn-permission-editor:active,
fieldset[disabled] .btn-permission-editor.active {
    color: #6956a4 !important;
}

.tree:before {
    top: 0;
}

.form-group {
    margin-bottom: 20px;
}

.tipped-over-element {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.skin-trendion .navbar {
    background: #28285f;
}

.skin-trendion .nav-list > li.open > a,
.skin-trendion .nav-list > li.open:hover > a {
    color: #7360ae;
}
.skin-trendion .nav-list > li.active > a,
.skin-trendion .nav-list > li.active:hover > a {
    color: #6956A4;
}
.skin-trendion .nav-list > li:hover:before {
    background-color: #503d8b;
}
.skin-trendion .nav-list > li.active:before {
    display: block;
    background-color: #6956A4;
}
.skin-trendion .nav-list > li.active:after {
    border-color: #6956A4!important;
}

.skin-trendion .nav-list > li.active >a:after,
.skin-trendion .nav-list > li > .submenu > li.active >a:after {
    border-right-color: #6956A4!important;
    -moz-border-right-colors: #6956A4!important;
}
.skin-trendion .nav-list > li:hover > a,
.skin-trendion .nav-list > li > .submenu > li:hover > a {
    color: #7865b3;
}
.skin-trendion .nav-list > li > .submenu > li.active > a {
    color: #6956A4;
}
.skin-trendion .nav-list > li .submenu li > .submenu li:hover > a {
    color: #7865b3;
}
.skin-trendion .nav-list > li .submenu li.open > a,
.skin-trendion .nav-list > li .submenu li > .submenu > li.open > a {
    color: #7360ae;
}
.skin-trendion .nav-list > li .submenu li > .submenu li.active > a {
    color: #503d8b;
}
.skin-trendion .nav-list > li .submenu li > .submenu li.active:hover > a {
    color: #7360ae;
}

.skin-trendion .sidebar.menu-min .nav-list > li.active > a,
.skin-trendion .sidebar.menu-min .nav-list > li.active > a:hover {
    color: #6956A4;
}
.skin-trendion .sidebar.menu-min .nav-list > li.active:hover > a,
.skin-trendion .sidebar.menu-min .nav-list > li.active > a > .menu-text {
    color: #6956A4;
}
.skin-trendion .sidebar.menu-min .nav-list > li.active > a > .menu-text {
    border-left-color: #1d0a58;
}
.skin-trendion .sidebar.menu-min .nav-list > li.active > .submenu {
    border-left-color: #1d0a58;
}
.skin-trendion .sidebar.menu-min .nav-list > li.active > .arrow:before {
    border-right-color: #6765dd;
    -moz-border-right-colors: #6765dd;
}

.skin-trendion .sidebar.menu-min .nav-list > li > .arrow:after {
    border-right-color: #414b51;
    -moz-border-right-colors: #414b51;
}
.skin-trendion .sidebar.menu-min .nav-list > li > .arrow:before {
    border-right-color: #111415;
    -moz-border-right-colors: #242a2b;
}
.skin-trendion .sidebar.menu-min .nav-list > li.active > .arrow:after {
    border-right-color: #242a2b;
    -moz-border-right-colors: #242a2b;
}
.skin-trendion .sidebar.menu-min .nav-list > li.active > a,
.skin-trendion .sidebar.menu-min .nav-list > li.active > a:hover {
    color: #6956A4;
}
.skin-trendion .sidebar.menu-min .nav-list > li.active:hover > a,
.skin-trendion .sidebar.menu-min .nav-list > li.active > a > .menu-text {
    color: #6956A4;
}
.skin-trendion .sidebar.menu-min .nav-list > li.active > a > .menu-text {
    border-left-color: #1d0a58;
}
.skin-trendion .sidebar.menu-min .nav-list > li.active > .submenu {
    border-left-color: #1d0a58;
}
.skin-trendion .sidebar.menu-min .nav-list > li.active > .arrow:before {
    border-right-color: #6765dd;
    -moz-border-right-colors: #6765dd;
}

.skin-trendion .ace-nav > li.trendion-purple-dark > a {
    background-color: #4a3785;
}
.skin-trendion .ace-nav > li.trendion-purple > a {
    background-color: #6956a4;
}

.skin-trendion .breadcrumb > li > a {
    color: #6956a4;
}

.skin-trendion .page-header h1 {
    color: #6956a4;
}

.skin-trendion .dataTable > tHead > tr > th[class*="sorting_"],
.skin-trendion .dataTable > tHead > tr > th[class*="sorting_"]:hover,
.skin-trendion .dataTable > tHead > tr > th[class*="sorting_"]:focus,
.skin-trendion .dataTable > tHead > tr > th[class*="sorting_"]:active,
.skin-trendion .dataTable > tHead > tr > th[class*="sorting_"].active {
    color: #6956a4;
}
.skin-trendion .dataTable > tHead > tr > th:hover,
.skin-trendion .dataTable > tHead > tr > th:focus,
.skin-trendion .dataTable > tHead > tr > th:active,
.skin-trendion .dataTable > tHead > tr > th.active {
    color: #7865B3;
}

.skin-trendion .pagination > li > a {
    color: #6956a4;
}

.skin-trendion .pagination > li.active > a {
    color: #fff;
    background-color: #6956a4;
    border-color: #7865b3;
}

.skin-trendion .dataTable > tbody > tr > td > a {
    color: #6956a4;
}

.skin-trendion .widget-header {
    color: #6956a4;
}

.skin-trendion .wizard-steps li.active .title,
.skin-trendion .wizard-steps li.complete .title {
    color: #28285f;
}

.skin-trendion .wizard-steps li.active .step,
.skin-trendion .wizard-steps li.active:before,
.skin-trendion .wizard-steps li.complete .step,
.skin-trendion .wizard-steps li.complete:before {
    border-color: #6956a4;
}

.skin-trendion .table-header {
    background-color: #6956A4;
}

.skin-trendion .login-box .toolbar {
    background-color: #28285F;
}

.skin-trendion .login-box .forgot-password-link{
    color: #c7c7c7;
}
