@font-face {
  font-family: "offline-worktime";
  src: url("/Themes/Base/vendor/jquery-datatables/Fonticons/approvals.eot?owqkm8");
  src: url("/Themes/Base/vendor/jquery-datatables/Fonticons/approvals.eot?owqkm8#iefix") format("embedded-opentype"), url("/Themes/Base/vendor/jquery-datatables/Fonticons/approvals.ttf?owqkm8") format("truetype"), url("/Themes/Base/vendor/jquery-datatables/Fonticons/approvals.woff?owqkm8") format("woff"), url("/Themes/Base/vendor/jquery-datatables/Fonticons/approvals.svg?owqkm8#offline-worktime") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* #region COLLAPSES */
[data-toggle=collapse] {
  position: relative;
  display: block;
  padding-right: 0.75rem;
  min-height: 1rem;
}

.collapse-trigger {
  position: absolute;
  top: 0.5rem;
  right: 0;
  width: 0 !important;
  height: 0 !important;
  border: 0.3rem solid transparent;
  border-bottom-width: 0;
  border-top-width: 0.4rem;
  border-top-color: #129CDD;
  transition: transform 0.2s;
}
.collapsed .collapse-trigger {
  transform: rotate(-90deg);
  border-top-color: #4d4d4d;
}
.collapsed:hover .collapse-trigger {
  border-top-color: #129CDD;
}

.collapse-filters-trigger {
  max-width: 75px !important;
  min-width: 75px !important;
}
.collapse-filters-trigger a.action-icon {
  color: #129CDD;
  margin-top: 2px;
}
.collapse-filters-trigger a.action-icon.collapsed, .collapse-filters-trigger a.action-icon.collapsed:active, .collapse-filters-trigger a.action-icon.collapsed:focus {
  color: #4d4d4d;
}
.collapse-filters-trigger a.action-icon:hover {
  color: #129CDD;
}

/* #endregion */
.icon-owt {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "offline-worktime" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-approve:before {
  content: "\e900";
}

.icon-decline:before {
  content: "\e901";
}

.icon-filter:before {
  content: "\e903";
}

.icon-operations:before {
  content: "\e904";
}

.icon-revoke:before {
  content: "\e905";
}

.icon-row-sorter:before {
  content: "\e906";
}

.icon-sort-down:before {
  content: "\e907";
}

.icon-sort-up:before {
  content: "\e908";
}

.icon-status-approved:before,
.icon-status-synched:before {
  content: "\e909";
  color: #5cb85c;
}

.icon-status-declined:before,
.icon-status-rejected:before,
.icon-status-deleted:before {
  content: "\e90a";
  color: #d9534f;
}

.icon-status-requested:before,
.icon-status-pending:before {
  content: "\e90b";
  color: #B3B3B3;
}

.icon-status-warning:before,
.icon-status-revoked:before,
.icon-status-modified:before {
  content: "\e90c";
  color: #f0ad4e;
}

/* #region datatable */
.kpis-container h3 {
  font-size: 1.125rem;
  font-weight: 700;
  display: inline-block;
  margin: 0;
  margin-right: 1rem;
  vertical-align: middle;
}
.kpis-container button.add {
  line-height: 1;
  border: none;
  background-image: none !important;
  background-color: #129CDD;
  padding: 3px 4px;
  font-size: 2rem;
}
.kpis-container .kpiFilterText {
  display: inline-block;
  margin-top: 8px;
  margin-right: 10px;
}
.kpis-container .dataTables_wrapper {
  border: none;
}
.kpis-container .kpi-table thead th {
  color: #fff;
  background-color: #4d4d4d;
}
.kpis-container .kpi-table td, .kpis-container .kpi-table th {
  border-left: none;
  border-right: none;
}
.kpis-container .kpi-table td.action-column, .kpis-container .kpi-table th.action-column {
  white-space: nowrap;
}
.kpis-container .kpi-table td.action-column button, .kpis-container .kpi-table th.action-column button {
  border: none;
  background-color: transparent;
  font-size: 2rem;
  padding: 0;
  line-height: 1;
  color: #4d4d4d;
}
.kpis-container .kpi-table td.action-column button:hover, .kpis-container .kpi-table th.action-column button:hover {
  color: #129CDD;
}
.kpis-container .kpi-table td.action-column button:disabled, .kpis-container .kpi-table th.action-column button:disabled {
  color: #B3B3B3;
}
.kpis-container .kpi-table td .icon-approve, .kpis-container .kpi-table th .icon-approve {
  font-size: 2rem;
}
.kpis-container .kpi-table .indicator-cell {
  font-weight: 700;
}
.kpis-container .kpi-dialog .modal-header {
  cursor: move;
}
.kpis-container .kpi-dialog .operator {
  line-height: 3;
}

.kpiOperandWrapper.notInitialized {
  visibility: hidden;
}

#kpi-table .highlightKpi {
  animation: changekpicolor 2s ease-in-out 0s alternate 2 none running;
}

.defaultAggregateKpiTableHeader {
  color: #fff;
  background-color: #4d4d4d;
}

.defaultAggregateKpiTableNameCell {
  font-weight: 700;
}

.defaultAggregateKpiTableCell {
  padding: 0.25rem 0.75rem;
}
@keyframes changedictcolor {
    0% {
    background-color: white;
  }
  50%, 100% {
    background-color: #d0eaf7;
  }
}
/* #endregion */