/* PUE */
.editable {
    cursor: unset
}
.odometer-formatting-mark {
    visibility:hidden !important
}
.odometer-radix-mark { 
    visibility:inherit !important
}
.odometer-negation-mark {
    visibility:inherit !important
}
.object{
    overflow:hidden

  }

/* logo */
.js-logo-title {
    text-transform: none !important;
}

/* odometer - decrease the scrolling speed to 0.5 seconds */
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
    transition: -webkit-transform 0s !important;
    transition: transform .5s !important;
    transition:transform .5s, -webkit-transform .5s !important
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    transition: -webkit-transform 0s !important;
    transition: transform .5s !important;
    transition: transform .5s, -webkit-transform .5s !important;
}

/* animation for flashing in accidents */
/*@keyframes blinker {
  25% {
    opacity: 1;
  }
    50% {
    opacity: 0;
  }
    75% {
    opacity: 1;
  }
}*/

/* charts */
.iframe-widgets-selectable-chart  
.dropdown-menu {
    min-width: 245px !important;
}
.iframe-widgets-selectable-chart 
.btn.dropdown-toggle.btn-default {
    min-width: 245px !important;
}

/* scroll update */
.jsplumb-container,
.standard-background,
.standard-view-inner {
    overflow: hidden !important;
}

@media (max-width: 1909px), (min-width: 1921px) {
    .jsplumb-container {
        overflow-x: auto !important;
    }
}

@media (max-height: 1029px), (min-height: 1031px) {
    .jsplumb-container {
        overflow-y: auto !important;
    }
}

.floating-panel {
    padding: 0 !important;
    border: 0 !important;
}

/* set-styles-event-log */
.table td:nth-child(4) {
  min-width: 216px !important; 
  max-width: 216px !important;
}

.table td:nth-child(2) {
  min-width: 150px !important;
  max-width: 150px !important;
}
