/*
   Add additional application styles or override styles provided by the selected theme or widgets.
   You can include SASS syntax, as this file is built to a css file using a SASS processor.

   Available Variables:

   Variable Name      Description
   ----------------------------------------------------
   $resources         References the directory where resources reside (images, etc.), this directory may be different
                      between the design time and the runtime directory structure.

                      Example: background-image: url(../app/resources/Uploaded/image.png)

   $font-path        References the relative directory where fonts are stored.
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url(../app/resources/Uploaded/fonts/ariot/style.css);
[data-rz-handle] {
  flex: 0 0 6px;
  background-color: rgba(0, 0, 0, 0.5);
}

[data-rz-handle] div {
  width: 6px;
  background-color: rgba(0, 0, 0, 0.5);
}

body {
  font-family: "Open Sans", sans-serif;
}

i {
  color: #2E2E2E;
  font-size: 24px;
  padding: 7px;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
i.disabled {
  cursor: default;
  color: rgba(68, 68, 68, 0.4196078431);
  border-color: rgba(68, 68, 68, 0.2705882353);
}
i.active {
  color: #0d9be2;
}
i.hidden {
  display: none;
}

.iframeContainer {
  position: absolute;
  z-index: 998;
  background-color: white;
  display: none;
  top: 108px;
  left: 0;
  border-right: solid 1px #bfbfbf;
  height: calc(100% - 108px);
}
.iframeContainer iframe {
  width: 100%;
  top: 0;
  height: 100%;
  position: relative;
}

.header, .splash-header {
  position: relative;
  padding: 0;
  margin: 0;
  pointer-events: auto !important;
}
.header__user-info, .splash-header__user-info {
  flex-wrap: nowrap !important;
  font-size: 13px;
  line-height: 18px;
}
.header__user-info__user-data, .splash-header__user-info__user-data {
  height: 54px;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  overflow: hidden;
  max-width: calc(100% - 81px);
  font-size: 14px;
}
.header__user-info__user-data__container, .splash-header__user-info__user-data__container {
  flex-shrink: 1;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  padding-right: 8px;
  line-height: 1.5;
}
.header__user-info__user-data__name, .splash-header__user-info__user-data__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-weight: 600;
}
.header__user-info__user-data__company, .splash-header__user-info__user-data__company {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-weight: 600;
}
.header__user-info__user-data__approle, .splash-header__user-info__user-data__approle {
  color: #0d9be2;
  font-size: 10px;
  font-weight: 700;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
@media (max-width: 768px) {
  .header__user-info__user-data, .splash-header__user-info__user-data {
    display: none;
  }
}
.header__avatar-thumbnail, .splash-header__avatar-thumbnail {
  height: 35px;
  width: 35px;
  margin: 0 7px 0 0;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  line-height: 36px;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #0d9be2;
}
.header__avatar-thumbnail.no-background, .splash-header__avatar-thumbnail.no-background {
  background: none;
}
.header__avatar-thumbnail img, .splash-header__avatar-thumbnail img {
  border-radius: 50%;
  vertical-align: middle;
  height: 36px;
}
.header__signout, .header__signin, .splash-header__signout, .splash-header__signin {
  color: #fff;
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  text-decoration: none;
  border: solid 1px #f8f9fa;
  padding: 3px 8px;
  border-radius: 0.2rem;
  line-height: 24px;
  margin-right: 0px;
}
.header__signout:active, .header__signin:active, .splash-header__signout:active, .splash-header__signin:active {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.header__signout:hover, .header__signin:hover, .splash-header__signout:hover, .splash-header__signin:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.header__signout, .splash-header__signout {
  padding: 5px;
  font-size: 24px;
  margin-left: 5px;
  border: none;
}
.header__navbar, .splash-header__navbar {
  color: #fff;
  height: 60px;
  background-color: #000000;
  padding-right: 15px !important;
}
.header__toolbar, .splash-header__toolbar {
  z-index: 2;
}
.header__toolbar-container, .splash-header__toolbar-container {
  background-color: #FFFFFF;
  text-align: right;
  border-color: #ddd;
  position: relative;
  z-index: 2000;
  display: flex;
  border-width: 1px;
  border-style: solid;
  height: 50px;
  justify-content: flex-end;
  align-items: center;
  box-shadow: inset 0px -1px 0px #C5C5C7;
}
.header twx-widget[widget-id=labelBreadCrumb], .splash-header twx-widget[widget-id=labelBreadCrumb] {
  width: calc(100% - 40px);
}
.header twx-widget[widget-id=labelBreadCrumb] .labelWidget, .splash-header twx-widget[widget-id=labelBreadCrumb] .labelWidget {
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.header twx-widget[widget-id=imageLogo] i, .splash-header twx-widget[widget-id=imageLogo] i {
  margin: 0px;
  width: 40px;
  height: 40px;
  display: inline-block;
  color: white;
}

.splash-header .row-toast-container .column-toast-container {
  right: 0;
}

.splash {
  background-color: #000000;
  width: 100vw;
  height: calc(100vh - 108px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  position: absolute;
  top: 108px;
  opacity: 1;
  visibility: visible;
  transition: visibility 1s, opacity .3s, cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.splash__image {
  text-align: center;
  padding-bottom: 20px;
  width: 350px;
}
.splash__logo {
  width: auto;
  display: flex;
  height: 50px;
}
.splash__logoImage {
  width: 78px;
  height: 36px;
  padding: 2px;
}
.splash__logoText {
  font-size: 27px;
  color: #fff;
  position: relative;
  height: 36px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.splash__logoTextHidden {
  display: none;
}
.splash__hide {
  transition: visibility 1s, opacity .3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0;
  visibility: hidden;
}
.splash__opaque {
  opacity: 50%;
}
.splash__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 75vh;
}
.splash__spinner {
  opacity: 0;
  padding-top: 15px;
}
.splash__spinner__show {
  opacity: 1;
}

.item-select:after {
  color: #fff !important;
}

.panel__bottom {
  position: fixed;
  bottom: 0;
  background-color: #000000;
  width: 100%;
  border-bottom: 1px solid gray;
  border-top: 1px solid gray;
  padding: 0;
  pointer-events: auto !important;
}
.panel__bottom__grid {
  margin: 0;
  padding: 0;
}
.panel__bottom__row {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid gray;
}
.panel__bottom__column {
  margin: 0;
  padding: 0;
}
.panel__label {
  color: #fff;
  padding-left: 4px;
}
.panel__label__strong {
  font-size: 18px;
  padding-bottom: 4px;
}
.panel__hyperlink {
  color: #fff;
  Font-weight: bold;
  text-decoration: none;
}
.panel__hyperlink__disabled {
  color: #8b8b8b;
  Font-weight: bold;
  text-decoration: none;
}

.list {
  overflow-y: auto;
  overflow-x: hidden;
}

.item {
  background: #131820;
  color: #fff;
  border: none;
  cursor: pointer;
}

ion-item.selected {
  background-color: #131820;
  color: #fff;
}

.item.activated {
  background-color: #000000 !important;
  color: #fff !important;
}

.item.highlighted {
  background-color: #2ea1f8 !important;
  color: #fff !important;
}

.column-toast-container {
  display: block;
  width: 300px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  right: 0px;
  position: absolute;
}

.row-toast-container {
  width: 360px;
  min-height: 68px !important;
  margin-top: 5px !important;
  float: right;
  position: absolute;
  top: 120px;
  right: 0;
  z-index: 2004;
}
.row-toast-container.move-to-left {
  width: 600px;
}
.row-toast-container.move-to-left .column-toast-container {
  right: 240px;
}

.alert__div {
  position: relative;
  width: 100%;
  transition: -webkit-transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
  transition: transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
  -webkit-transform: translateY(460px) !important;
  transform: translateX(460px) !important;
}
.alert__div__active {
  transition: -webkit-transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
  transition: transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
  -webkit-transform: translateY(0px) !important;
  transform: translateX(0px) !important;
}
.alert__div__hide {
  display: none;
}
.alert__element {
  margin-bottom: 1rem;
  margin-right: 10px;
  position: relative;
  border-radius: 4px;
}
.alert__element i {
  display: inline;
  position: relative;
  padding: 0;
  margin: 0;
}
.alert__element__info {
  background-color: #d9f2ff !important;
}
.alert__element__error {
  background-color: #ffe6e6 !important;
}
.alert__element__warning {
  background-color: #fff3e6 !important;
}
.alert__element__success {
  background-color: #e6fff0 !important;
}
.alert__closeButton {
  position: absolute;
  top: 0;
  right: 5px;
  opacity: 0.5;
  font-size: 21px;
  font-weight: 700;
  padding: 2px;
  cursor: pointer;
  color: inherit;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-shadow: 0 1px 0 #fff;
  line-height: 1;
}
.alert__actionButton {
  color: #387ef5;
  text-decoration: underline;
  cursor: pointer;
  background: none !important;
  border: none;
  padding: 0 !important;
}
.alert__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  border-radius: 4px;
}
.alert__icon {
  display: flex;
  align-self: stretch;
  justify-content: center;
  align-items: center;
  flex: 1;
  font-size: 24px;
  text-align: center;
}
.alert__icon i {
  font-size: 32px;
  width: 32px;
  height: 32px;
  color: white;
}
.alert__content {
  vertical-align: middle;
  width: 246px;
  text-align: left;
  padding: 15px;
  display: inline-block;
}
.hamburger {
  outline: none;
  border-radius: 50%;
  overflow: hidden;
  width: 32px;
  height: 32px;
  border: 1px solid #c5c5c7;
  box-sizing: border-box;
  color: #2e2e2e;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-shrink: 0;
  z-index: 10;
  font-size: 20px;
  left: 8px;
  top: 8px;
  position: relative;
  background-color: #f5f5f7;
}

.header .hamburger {
  position: absolute;
  top: 70px;
  left: 8px;
}

.right-panel.hamburger {
  position: relative;
  left: 0;
  top: 0;
  margin-left: 8px;
  margin-right: 15px;
  font-size: 20px;
  display: inline-flex;
  transition: margin-left .3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
}
.right-panel.hamburger.active {
  margin-left: 185px;
}

#right-panel {
  top: 108px;
  width: 235px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  transition: -webkit-transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
  -webkit-transform: translateX(0px);
  transform: translateX(235px);
  box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.3);
  display: flex;
  z-index: 997;
}
#right-panel #right-panel-title {
  position: absolute;
  left: 0;
  top: -48px;
  width: 200px;
  height: 10px;
  height: 49px;
  z-index: 0;
  transition: -webkit-transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  font-size: 18px;
  color: #252525;
  display: flex;
  align-items: center;
  padding-left: 15px;
  border-left: solid 1px #C5C5C7;
}
#right-panel.active {
  transform: translateX(0px);
  border-top: solid 1px #C5C5C7;
}
#right-panel.active #right-panel-title {
  transform: translateX(0px);
}
#right-panel #properties-panel {
  display: inline-block;
  flex-grow: 1;
  font-size: 14px;
  box-shadow: inset 1px 0px 0px #C5C5C7;
  padding: 0.6em;
  overflow-y: auto;
}
#right-panel #properties-panel .description {
  color: #858586;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
#right-panel #properties-panel .value {
  margin-left: 0.5em;
  font-size: 0.9em;
}
#right-panel ::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0.5);
}
#right-panel #properties-panel {
  scrollbar-width: thin;
  scrollbar-color: #c4c4c4 #f5f5f5;
}
#right-panel #properties-panel::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
#right-panel #properties-panel::-webkit-scrollbar-track {
  background: #f5f5f5;
}
#right-panel #properties-panel::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  border-radius: 10px;
  border: 2px solid #f5f5f5;
}
#right-panel #right-bar {
  width: 60px;
  flex: 0 0 60px;
  display: flex;
  text-align: center;
}
#right-panel #right-bar i {
  font-size: 24px;
  display: inline-flex;
  height: 60px;
  width: 60px;
  border: none;
  padding: 0;
  margin: 0;
}
#right-panel.hidden {
  display: none;
}

#hidden-features {
  width: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  flex: 0 0 60px;
  display: flex;
  text-align: center;
  z-index: 1000;
  background: #f5c6cb;
}
#hidden-features i {
  font-size: 24px;
  display: inline-flex;
  height: 60px;
  width: 60px;
  border: none;
  padding: 0;
  margin: 0;
}
#hidden-features.extended {
  right: 0;
}
#hidden-features.offset {
  bottom: 220px;
}

#hidden-features-trigger {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 200px;
  height: 60px;
  color: white;
  z-index: 999;
}

#console-container {
  position: absolute;
  left: 0px;
  bottom: 0px;
  border: 1px solid red;
  width: 100%;
  height: 220px;
  color: white;
  z-index: 999;
  overflow-y: scroll;
  background-color: rgba(68, 68, 68, 0.6392156863);
}

.eplMenu {
  font-size: 14px;
  color: #f0f3f8;
  height: calc(100vh - 60px);
  position: fixed;
  z-index: 2003;
  top: 65px;
  display: block;
  width: 300px;
  overflow-y: auto;
  background: #2e2e2e;
  margin: 0;
  padding: 0 !important;
  pointer-events: auto !important;
  transition: -webkit-transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
  transition: transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
  -webkit-transform: translateX(-300px) !important;
  transform: translateX(-300px) !important;
}

.menu__active {
  transition: -webkit-transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
  transition: transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
  -webkit-transform: translateX(0px) !important;
  transform: translateX(0px) !important;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.menu__title {
  color: #0d9be2;
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  line-height: 48px;
  width: 100%;
  padding-left: 8px;
}
.menu__title .hamburger {
  z-index: 9999;
  top: 8px;
  left: 0;
  margin-right: 8px;
  position: relative;
  float: right;
  background-color: #2e2e2e;
  color: #ffffff;
}
.menu__exit {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 3px;
  font-size: 24px;
  cursor: pointer;
  color: #f0f3f8;
}
.menu__list {
  z-index: 10;
}
.menu__container {
  width: 300px;
}
.menu__group {
  padding-top: 10px;
  padding-bottom: 10px;
}
.menu__element {
  padding-left: 60px;
  width: 100%;
}
.menu__subtitle {
  color: white;
  font-size: 18px;
  line-height: 25px;
  padding-top: 3px;
  padding-bottom: 9px;
  background: #2C2D30;
}
.menu__subtitleText {
  float: right;
  width: 260px;
  padding-top: 8px;
}
.menu__subtitleArrow {
  width: 9px;
  height: 9px;
  border-bottom: 1px solid white;
  float: left;
  border-right: 1px solid white;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: relative;
  top: 18px;
  left: 15px;
}
.menu__subtitleArrow__active {
  top: 15px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-bottom: 1px solid #2ea1f8;
  border-right: 1px solid #2ea1f8;
}
.menu__projectList {
  display: none;
}
.menu__projectList__active {
  display: block;
}

.toolbar-button {
  transition: -webkit-transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
  transition: transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
  -webkit-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
  width: 38px;
  height: 38px;
}
.toolbar-button__transform {
  transition: -webkit-transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
  transition: transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955), -webkit-transform .3s cubic-bezier(0.455, 0.03, 0.515, 0.955) !important;
  -webkit-transform: translateY(-45px) !important;
  transform: translateY(-45px) !important;
}
.toolbar-button__disabled {
  cursor: default !important;
  color: rgba(68, 68, 68, 0.4196078431) !important;
  pointer-events: none !important;
}
.toolbar-button__hidden {
  display: none !important;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.toolbar-button__spinner:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid var(--spinner-color, var(--primary, #0d9be2));
  border-radius: 50%;
  border-top-color: rgba(255, 255, 255, 0);
  animation: spin 1s linear infinite;
  left: calc(50% - 8px);
  top: calc(50% - 8px);
  position: absolute;
}
.toolbar-button__spinner-disabled {
  cursor: default !important;
  color: rgba(68, 68, 68, 0.4196078431) !important;
  pointer-events: none !important;
}

.list {
  height: 83vh;
}

.scroll {
  transform: none !important;
}

.clearBoth {
  clear: both;
}

.rowSide {
  margin-top: 10px;
  margin-bottom: 6px;
}

.settings__icon {
  color: white;
  font-size: 24px;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  display: inline-flex;
}
.settings__slider {
  height: 34px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  border-radius: 0;
  border-color: transparent;
  background: transparent;
  color: transparent;
}
.settings__button {
  margin-right: 15px;
  border-radius: 4px;
  border: 1px solid #494948;
  background-color: #2e2e2e;
  height: 32px;
  padding: 0px 8px;
  color: white;
  font-size: 12px;
  min-height: 32px;
  line-height: normal;
}
.settings__button:hover {
  color: white;
}
.settings__button:not(.settings__button--active):hover {
  background-color: #2e2e2e;
}
.settings__button--active {
  background-color: #0d9be2;
}
.settings__slider-icon {
  display: none !important;
}
.settings__label {
  color: #ffffff;
  font-size: 11px;
}
.settings__label-left {
  color: #ffffff;
  font-size: 12px;
  text-align: end;
  display: flex;
  justify-content: center;
  align-self: center;
}
.settings__label-bullet {
  color: transparent;
  height: 8px;
  width: 8px;
  margin: 3px;
  border-radius: 4px;
  background: #858586;
}
.settings__label-bullet__active {
  color: transparent;
  height: 8px;
  width: 8px;
  margin: 3px;
  border-radius: 4px;
  background: #0d9be2;
}

input[type=range] {
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  width: 100%; /* Specific width is required for Firefox. */
  background: transparent; /* Otherwise white in Chrome */
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}

/* Special styling for WebKit/Blink */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -10px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  width: 23px;
  height: 23px;
  background: #c5c5c7 0% 0% no-repeat padding-box;
  border: 7px solid white;
  opacity: 1;
  outline: none;
}

/* All the same stuff for Firefox */
input[type=range]::-moz-range-thumb {
  background: #c5c5c7 0% 0% no-repeat padding-box;
  border: 7px solid white;
  outline: none;
  opacity: 1;
  border-radius: 18px;
}

/* All the same stuff for IE */
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 7px solid white;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #c5c5c7 0% 0% no-repeat padding-box;
  outline: none;
  cursor: pointer;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  background: #797c7e 0% 0% no-repeat padding-box;
  border: 1px solid #b0bac5;
  border-radius: 3px;
  opacity: 1;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  background: #797c7e 0% 0% no-repeat padding-box;
  border: 1px solid #b0bac5;
  border-radius: 3px;
  opacity: 1;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  background: #797c7e 0% 0% no-repeat padding-box;
  border: 1px solid #b0bac5;
  border-radius: 3px;
  opacity: 1;
}

.menu__container {
  overflow-x: hidden;
}
.menu__container__wrapper {
  overflow-x: auto;
}
.menu__container ul {
  min-width: 290px;
  list-style-type: none;
}
.menu__container ul .nested {
  display: none;
}
.menu__container ul .active {
  display: block;
  width: fit-content;
}
.menu__container ul.level-1 {
  margin-left: 0px;
}
.menu__container ul.level-2 {
  margin-left: -20px;
}
.menu__container ul.level-3 {
  margin-left: -40px;
}
.menu__container ul.level-4 {
  margin-left: -60px;
}
.menu__container ul.level-5 {
  margin-left: -80px;
}
.menu__container ul.level-6 {
  margin-left: -100px;
}
.menu__container ul.level-7 {
  margin-left: -120px;
}
.menu__container ul.level-8 {
  margin-left: -140px;
}
.menu__container ul.level-9 {
  margin-left: -160px;
}
.menu__container ul.level-10 {
  margin-left: -180px;
}
.menu__container ul li {
  line-height: 35px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.menu__container ul li.selected {
  background-color: #0d9be2;
  border: 0 solid transparent;
}
.menu__container ul li.level-1 {
  padding-left: 20px;
}
.menu__container ul li.level-2 {
  padding-left: 40px;
}
.menu__container ul li.level-3 {
  padding-left: 60px;
}
.menu__container ul li.level-4 {
  padding-left: 80px;
}
.menu__container ul li.level-5 {
  padding-left: 100px;
}
.menu__container ul li.level-6 {
  padding-left: 120px;
}
.menu__container ul li.level-7 {
  padding-left: 140px;
}
.menu__container ul li.level-8 {
  padding-left: 160px;
}
.menu__container ul li.level-9 {
  padding-left: 180px;
}
.menu__container ul li.level-10 {
  padding-left: 200px;
}
.menu__container ul li .icon, .menu__container ul li .arrow {
  width: 32px;
  text-align: center;
  padding-left: 8px;
}
.menu__container ul li span {
  height: 46px;
  line-height: 46px;
  display: inline;
  vertical-align: middle;
  user-select: none;
}
.menu__container ul li span.name {
  margin-left: 6px;
}

.header__user-info i {
  cursor: pointer;
  height: 35px;
}

#floatingMenu {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 99999;
  background-color: #0a9dc7;
  width: 60px;
  height: auto;
}
#floatingMenu i {
  color: #444;
  font-size: 16px;
  padding: 10px;
  cursor: pointer;
  border: solid 1px #444;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 5px;
  display: inline-block;
}

body.theme-light .hamburger {
  color: #2e2e2e;
  background-color: #F5F5F7;
}
body.theme-light .menu {
  background-color: #F5F5F7;
  color: #252525;
}
body.theme-light .header__navbar, body.theme-light .splash-header__navbar {
  background-color: #e5e5e7;
}
body.theme-light .header__navbar .labelWidget, body.theme-light .header__navbar .labelWidget, body.theme-light .splash-header__navbar .labelWidget, body.theme-light .splash-header__navbar .labelWidget {
  color: #666666;
}
body.theme-light .header__navbar .header__signout, body.theme-light .header__navbar .header__signin, body.theme-light .header__navbar .splash-header__signout, body.theme-light .header__navbar .splash-header__signin, body.theme-light .header__navbar .header__signout.header-icon-sign-out, body.theme-light .splash-header__navbar .header__signout, body.theme-light .splash-header__navbar .header__signin, body.theme-light .splash-header__navbar .splash-header__signout, body.theme-light .splash-header__navbar .splash-header__signin, body.theme-light .splash-header__navbar .header__signout.header-icon-sign-out {
  color: #666666;
  border: 1px solid #c5c5c7;
  background-color: #f5f5f7;
}
body.theme-light .header__navbar .header__user-info__user-data__name, body.theme-light .splash-header__navbar .header__user-info__user-data__name {
  color: #000000;
}
body.theme-light .header__navbar .header__user-info__user-data__company, body.theme-light .splash-header__navbar .header__user-info__user-data__company {
  color: #666666;
}

body.theme-dark i {
  color: #ffffff;
}
body.theme-dark .hamburger {
  background-color: #2e2e2e;
  color: #ffffff;
}
body.theme-dark .header__toolbar-container, body.theme-dark .splash-header__toolbar-container {
  background-color: #252525;
  color: #ffffff;
  border-color: #494948;
}
body.theme-dark #right-panel {
  background-color: #252525;
}
body.theme-dark #right-panel .properties-panel .value {
  color: #ffffff;
}

.properties-panel-div-p-value-singleItem__text {
  display: flex;
  align-items: center;
  font-size: 0.8em;
  overflow-wrap: anywhere;
}

.properties-panel-div-p-value-singleItem {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c5c5c7;
  padding: 0 0.4em 0 0.4em;
  margin-left: 0.5em;
}

.properties-panel-div-p-value-singleItem__selected {
  background-color: #0d9be2;
  color: white;
}

.properties-panel-div-p-value-singlepart__rightSide {
  display: flex;
  align-items: center;
}

.properties-panel-div-p-value-singleRepresentation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px;
  margin: 0;
}

.properties-panel-div-p-value-singleRepresentation-container {
  margin-bottom: 0.5em;
  margin-left: 0.5em;
  border-bottom: 1px solid #c5c5c7;
}

.properties-panel-div-p-value-singleRepresentation-container__headerText {
  font-size: 0.9em;
}

.properties-panel-div-p-value-singleRepresentation__downSideText {
  font-size: 0.8em;
  margin-left: 0.5em;
}

.properties-panel-div-p-value-singleRepresentation__upSideText {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  overflow-wrap: anywhere;
}

.properties-panel-div-p-value-singleRepresentation-leftSide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.properties-panel-div-p-value-singleRepresentation-leftSide__eViewIcon {
  font-size: 1.5em;
}

.properties-panel-div-p-value-singleRepresentation-rightSide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.deivce-details-div-collapserIcon {
  font-size: 1em;
  height: auto;
  width: auto;
  color: #252525;
}

.__inheritColorFromParent {
  color: inherit;
}

.__displayNone {
  display: none;
}

.__centerVerticallyRowFlex {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.__centerVerticallyFlex {
  display: flex;
  align-items: center;
}

.__iconSelected {
  color: #0d9be2;
}

@keyframes eplLoader_1 {
  0% {
    opacity: 0.25;
  }
  16% {
    opacity: 0.25;
  }
  33% {
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
  66% {
    opacity: 0.75;
  }
  83% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes eplLoader_2 {
  0% {
    opacity: 0.5;
  }
  16% {
    opacity: 0.25;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 0.75;
  }
  66% {
    opacity: 1;
  }
  83% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes eplLoader_3 {
  0% {
    opacity: 0.75;
  }
  16% {
    opacity: 1;
  }
  33% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.5;
  }
  66% {
    opacity: 0.25;
  }
  83% {
    opacity: 1;
  }
  100% {
    opacity: 0.75;
  }
}
@keyframes eplLoader_4 {
  0% {
    opacity: 1;
  }
  16% {
    opacity: 0.75;
  }
  33% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.25;
  }
  66% {
    opacity: 0.25;
  }
  83% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
.epl-loader-splash {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1000;
  position: absolute;
  right: 0;
  top: 0;
}

.epl-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.epl-loader-container {
  display: flex;
  flex-wrap: nowrap;
  width: 96px;
  height: 8px;
}

.epl-loader-container-partbase {
  height: inherit;
  flex-basis: 25%;
  background-color: #0d9be2;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.epl-loader-container_part_1 {
  animation-name: eplLoader_1;
}

.epl-loader-container_part_2 {
  animation-name: eplLoader_2;
  margin-left: 4px;
}

.epl-loader-container_part_3 {
  animation-name: eplLoader_3;
  margin-left: 4px;
}

.epl-loader-container_part_4 {
  animation-name: eplLoader_4;
  margin-left: 4px;
}

.__hidden {
  display: none;
}

.divider {
  width: 16px;
  background-color: #ccc;
  cursor: col-resize;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  background-color: #000;
}

.divider .svg-container {
  display: flex;
  width: 24px;
  height: 24px;
  fill: rgb(133, 133, 134);
}