/*!***********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./css/default.css ***!
  \***********************************************************************************************/
html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  cursor: default;
  font-size: 14px;
  font-family: Arial, sans-serif;
  background-color: #f3f3f3 !important;
}

.modal-open .modal {
  width: 900px;
  margin: 0 auto;
  opacity: 1;
}

.dropdown-menu {
  left: 20px;
  text-align: center;
}

.dropdown-menu .nav-item > :hover {
  background-color: #ccc;
}

ul .nav-item > .active {
  font-weight: bold;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #fff !important;
  text-decoration: none;
  outline: none !important;
  box-shadow: none !important;
}

/* Set up layout structure for canvas,toolbar,sidebar,etc. */
#output {
  height: 100%;
}
#WebViewsAppWrapper {
  height: 100%;
  display: flex;
  flex-direction: row;
}
#MainContentView {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0px;
}
#WebViewsCanvas {
  flex: 1;
  overflow: auto;
  -webkit-user-select: none;
  user-select: none;
}

/*CSS for Page design size option*/
.WebViewsCanvasInner {
  position: relative;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.25); /* Show some demarcation of the canvas edge*/
  /*overflow: hidden;*/ /* Do not show elements outside the canvas dimensions or it will cause confusion with selection, etc. */
  transform-origin: 0px 0px;
}

#WebViewsCanvasBody {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
}

/* To keep the crosshair cursor for multi-line mode on static image as full background */
#WebViewsCanvasBody > div {
  cursor: inherit;
}

#WebAdminSidebarWrapper {
  width: auto;
  flex: 0 0 auto;
  z-index: 500;
  height: 100%;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus {
  color: #1f1f1f !important;
  text-decoration: none;
  background-color: #fff !important;
  outline: 0;
  font-weight: bold;
}

.dropdown-menu > .active > a:hover,
.dropdown-menu > .nav-item >  > a:hover {
  background-color: #ccc !important;
}

canvas {
  vertical-align: top;
}

/* General Styles */
div.ellipse {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* Flex-box Classes */
.flexBoxRow {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.flexBoxRowEnd {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.flexBoxRowStretch {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.flexBoxColumn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flexBoxColumnStretch {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
/* End Flex-box Classes*/

/* Basic Input Overides */
.error {
  border: 2px solid red !important;
}

input:focus:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
  border-color: #0e6eb8;
  width: 100%;
  height: 26px;
  resize: none;
  margin: 0px !important;
  padding: 0px 5px;
  min-width: 75px;
  font-size: 12px;
  line-height: 12px;
  border: 1px solid #0e6eb8;
  border-radius: 0px;
  background: #1f1f1f;
  vertical-align: bottom;
  color: #f3f3f3;
}

textarea,
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
    :focus
  ),
select {
  width: 100%;
  height: 26px;
  resize: none;
  margin: 0px !important;
  padding: 0px 5px;
  min-width: 75px;
  font-size: 12px;
  line-height: 12px;
  border: 1px solid #171717;
  border-radius: 0px;
  background: #1f1f1f;
  vertical-align: bottom;
  color: #f3f3f3;
}
select {
  cursor: pointer;
}
select:focus {
  border-color: #0e6eb8;
  border: 1px solid #0e6eb8;
  border-radius: 0px;
}
div:focus {
  border-color: #0e6eb8;
  border: 0px solid #0e6eb8;
  border-radius: 0px;
  outline: 0;
}
select[disabled],
.modal-dialog select[disabled] {
  cursor: not-allowed;
}
input::-ms-clear {
  display: none;
}
/*Dropdown styling for dropdown input arrow*/
select::-ms-expand {
  color: #f3f3f3;
  background: none;
}
/*End DropdownStyling*/

/*  Style to make font color of placeholder text to grey
    - Supports Internet Explorer 10–11 and Internet Explorer Mobile 10-11 */
:-ms-input-placeholder {
  color: #ccc !important;
  opacity: 0.5;
}
/* Overrides for color picker preview box */
.sp-replacer.custom {
  overflow: hidden;
  cursor: pointer;
  padding: 5px;
  border: solid 1px #171717;
  background: #1f1f1f;
  color: #f3f3f3;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
}
.sp-replacer.custom .sp-preview {
  width: 16px;
  height: 16px;
  border: none;
  margin: 0;
  float: none;
  cursor: inherit;
}
.sp-replacer.custom .sp-preview-inner {
  cursor: inherit;
}
.sp-replacer.custom .sp-dd {
  display: none;
}
.sp-replacer.sp-light.sp-disabled {
  cursor: not-allowed;
}
/* End overrides for color picker preview */
/* End Basic Input Overrides */

/* Font Imports */
@font-face {
  font-family: "Glyphicons Halflings";

  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/glyphicons-halflings-regular.woff") format("woff"),
    url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"),
    url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular")
      format("svg");
}
/* This is used to disable menu options in many places */
.menu-disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: not-allowed;
}

/* This is used in the Channel Properties Modal - TODO: migrate */
.text-disabled {
  /*pointer events and cursor are allowed*/
  /*can be used for textarea so that when disabled scrolls can be operational, if any*/
  opacity: 0.6;
}
/* This is used in AngularGauge */
.lowered3D {
  border-style: inset !important;
}

.raised3D {
  border-style: outset !important;
}
/* End General Styles */

/* Graph Styling */
/* Note: highcharts-applied classes cannot be encapsulated to the component*/
.highcharts-legend-item tspan {
  /* white-space: pre-wrap; */
}
.highcharts-container {
  width: 100% !important;
  height: 100% !important;
}
/* End Graph Styling */

/* Updated Toolbar/Menu Styles */
.menuBar {
  min-height: 35px;
  line-height: 35px;
  user-select: none;
}
.menuBar * {
  box-sizing: border-box;
}
.lightMenuBar {
  background: linear-gradient(#e6e6e6, #d0d0d0);
  color: #000000;
  z-index: 90;
  /*overflow-x: hidden;*/
}
.darkMenuBar {
  background: #1f1f1f;
  color: #f3f3f3;
  z-index: 90;
  /*overflow-x: hidden;*/
}
.menuOptions {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 35px;
  float: left;
}
.toolbarListItem {
  display: block;
  position: relative;
  float: left;
  padding: 0 12px 0 10px;
  height: 35px;
  cursor: pointer;
  /*overflow: hidden;*/
  white-space: nowrap;
  transition: color 0.1s ease-in-out;
  -webkit-user-select: none;
  user-select: none;
}
.toolbarListItem:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  height: 25px;
  width: 0;
  border-left: 1px solid rgba(225, 225, 225, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.menuSubGroup .toolbarListItem:not(:last-child):after {
  display: none;
}
.toolbarListItem:hover {
  background-color: #c1c1c1;
}
.darkMenuBar .toolbarListItem:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  height: 25px;
  width: 0;
  border-left: 1px solid rgba(225, 225, 225, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.darkMenuBar .toolbarListItem:hover {
  background-color: #333333;
}
.menuNoHover .toolbarListItem {
  cursor: default;
}
.menuNoHover .toolbarListItem:hover,
.darkMenuBar .menuNoHover .toolbarListItem:hover {
  background: transparent;
}
.toolbarListItem:hover:after {
  display: none;
}
.toolbarListItem.arrow {
  position: relative;
  padding: 0 20px 0 10px;
  background-image: url("/icons/gray/arrows/arrow-down.svg");
  background-position: calc(100% - 10px) 50%;
  background-size: 8px 8px;
  background-repeat: no-repeat;
  transition: background 0.1s ease-in-out;
}
.darkMenuBar .toolbarListItem.arrow {
  position: relative;
  padding: 0 20px 0 10px;
  background-image: url("/icons/white/arrows/arrow-down.svg");
  background-position: calc(100% - 10px) 50%;
  background-size: 8px 8px;
  background-repeat: no-repeat;
  transition: background 0.1s ease-in-out;
}
.toolbarMenu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 100;
  padding: 0;
  min-width: 130px;
  white-space: nowrap;
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #c1c1c1;
  transition: all 0.1s ease-in;
}
.toolbarListItem > .toolbarMenu {
  display: none;
  opacity: 1;
  visibility: inherit;
  left: 0px;
  top: 35px;
}
.darkMenuBar .toolbarMenu {
  background: #333333;
  border: 1px solid #606060;
}
.darkMenuBar .toolbarListItem > .toolbarMenu {
  background: #333333;
  border: 1px solid #606060;
}
.toolbarListItem.arrow:hover > .toolbarMenu {
  display: block;
}
.toolbarListItem.disabled {
  background: transparent;
  cursor: default;
  opacity: 0.55;
}
.toolbarListItem.disabled:hover {
  background-color: transparent;
}
.toolbarMenuItem {
  position: relative;
  padding: 0 10px;
  -webkit-user-select: none;
  user-select: none;
}
.toolbarMenuItem:not(:last-child) {
  border-bottom: 1px solid #c1c1c1;
}
.darkMenuBar .toolbarMenuItem:not(:last-child) {
  border-bottom: 1px solid #1f1f1f;
}
.toolbarMenuItem:hover {
  background-color: #f2f2f2;
}
.darkMenuBar .toolbarMenuItem:hover {
  background-color: #444444;
}
.toolbarMenuItem.arrow {
  position: relative;
  padding: 0 20px 0 10px;
  background-image: url("/icons/gray/arrows/arrow-right.svg");
  background-position: calc(100% - 8px) center;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  transition: background 0.1s ease-in-out;
}
.darkMenuBar .toolbarMenuItem.arrow {
  background-image: url("/icons/white/arrows/arrow-right.svg");
}
.toolbarMenuItem.arrow:hover > .toolbarMenu {
  visibility: visible;
  opacity: 1;
}
/*checked icon used in Toolbars*/
.checkedMenuIcon {
  color: white;
  font-size: 12px;
  vertical-align: middle;
}

.checkedMenuIcon.glyphicon-ok::before {
  content: "";
  height: 14px;
  width: 14px;
  display: block;
  background-image: url("/icons/white/checkbox-checked.svg");
  background-position: center;
  background-size: 21px;
}

.toolbarMenuItem .checkedMenuIcon {
  padding: 0 10px 0 0;
}
.toolbarMenuItem[disabled],
.toolbarMenuItem.disabled {
  opacity: 0.55;
  cursor: default;
}
/* End Updated Toolbar/Menu Styles */

/* Modal Flex Table Styling */
.modalTable {
  display: flex;
  flex-direction: column;
}
.lightTable {
  background: #f2f2f2;
}
.darkTable {
  background: #333333;
  color: #f3f3f3;
  border-spacing: 10px;
}
.darkestTable {
  background: #1f1f1f;
  color: #f3f3f3;
}
.modalTable .flexrow {
  display: flex;
  flex-direction: row;
  min-width: 0px;
  align-items: flex-start;
  /*min-height: 20px;*/
}
.modalTable .flexrow.headers {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  height: 20px;
  align-items: center;
  flex: 0 0 auto;
  min-height: 0px;
}
.lightTable .flexrow.headers {
  background: #c0c0c0;
}
.darkTable .flexrow.headers,
.darkestTable .flexrow.headers {
  background: #444444;
}
.modalTable .flexrow.headers > div.sortable {
  cursor: pointer;
}
.modalTable .flexrow.headers > div:not(:last-child):after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  height: 16px;
  width: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
/* Sort Arrows */
.modalTable .flexrow.headers .sort {
  background-image: url("/icons/gray/arrows/arrow-up.svg");
  background-position: calc(100% - 5px) 50%;
  background-size: 8px 8px;
  background-repeat: no-repeat;
}
.modalTable .flexrow.headers .sort.reverse {
  background-image: url("/icons/gray/arrows/arrow-down.svg");
}
.darkTable .flexrow.headers .sort {
  background-image: url("/icons/white/arrows/arrow-up.svg");
}
.darkTable .flexrow.headers .sort.reverse {
  background-image: url("/icons/white/arrows/arrow-down.svg");
}

.modalTable .flexrow .expander {
  height: 20px;
  width: 22px;
  flex: 0 0 auto;
  cursor: pointer;
  background-image: url("/icons/white/arrows/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: 100% 50%;
}
.modalTable .flexrow .expander.closed {
  height: 20px;
  width: 22px;
  flex: 0 0 auto;
  cursor: pointer;
  background-image: url("/icons/white/arrows/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: 100% 50%;
}
.modalTable .flexrow > div {
  padding: 0px 5px;
  flex: 1 1 0px;
  min-width: 0px;
  position: relative;
  cursor: inherit;
}
.modalTable .flexrow > div:first-child {
  padding-left: 10px;
}
.modalTable .flexrow.child > div:first-child {
  padding-left: 27px;
}
.modalTable .flexrow > div:last-child {
  padding-right: 10px;
}
.modalTable .tableBody {
  flex: 1 1 0px;
  min-height: 0px;
}
.lightTable .tableBody .flexrow:nth-child(2n) {
  background: #e9e9e9;
}
.lightTable .tableBody .flexrow:nth-child(2n + 1) {
  background: #f2f2f2;
}
.lightTable .tableBody .flexrow:hover {
  background: #d5d5d5;
}
.darkTable .tableBody .flexrow:nth-child(2n) {
  background: #404040;
}
.darkTable .tableBody .flexrow:nth-child(2n + 1) {
  background: #333333;
}
.darkTable .tableBody .flexrow:hover {
  background: #555555;
}
.darkestTable .tableBody .flexrow {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.darkestTable .tableBody .flexrow:hover {
  background: #555555;
}
.modalTable .tableBody .flexrow.selected {
  background: #007bc1;
}
.darkestTable .tableBody .flexrow.selected {
  background: #444444;
}
.modal .flexrow > .checkbox {
  flex: 0 0 auto;
  height: 15px;
  width: 15px;
  margin-right: 5px;
  background-image: url("/icons/white/checkbox-unchecked.svg");
  background-size: 100% 100%;
  cursor: pointer;
  padding: 0 !important;
  margin: 0 5px 0 10px;
}
.modal .flexrow > .checkbox.checked {
  background-image: url("/icons/white/checkbox-checked.svg");
}
.modal .flexrow > .checkbox.partial {
  background-image: url("/icons/white/checkbox-partial.svg");
}
/* End Modal Flex Table Styling */

.iconInformation {
  height: 20px;
  width: 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/icons/white/components/StatusInformation_16x.svg");
  margin-top: 7px;
  margin-bottom: 7px;
}

.iconWarning {
  height: 20px;
  width: 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/icons/white/components/StatusWarning_exp_16x.svg");
  margin-top: 7px;
  margin-bottom: 7px;
}

.iconError{
  height: 20px;
  width: 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/icons/StatusCriticalError_16x.svg");
  margin-top: 7px;
  margin-bottom: 7px;
}
/*Toggle Switch - this is used by the graph propertieseditorcontrols
    we need to convert that and everything that's using it before we can
    remove this.
*/
.ToggleSwitch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 24px;
  background: #303233;
  border-radius: 3px;
  cursor: pointer;
}
.ToggleSwitch-button {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #5a5b5e;
  border-radius: 3px;
  transition: all 150ms, cubic-bezier(0.4, 0, 0.2, 1);
}
.ToggleSwitch-button:hover {
  background: #008aca;
}
.ToggleSwitch-button--on {
  transform: translateX(38px);
  background: #008aca;
}
.ToggleSwitch-button--off {
  transform: translateX(0px);
}
.ToggleSwitch-on {
  float: left;
  padding-left: 5px;
  line-height: 24px;
}
.ToggleSwitch-off {
  float: right;
  padding-right: 5px;
  line-height: 24px;
}
/* End wrong Toggle Switch styles*/

/* Custom Modal Size Definitions
    Boostrap doesn't let you specify the size of the modal directly, it has to be done
    using classes, unfortunately.
*/
/* Fixed Size */
.modalAutox470 {
  width: auto;
  height: 470px;
} /* Channel Picker Popup */

/* Responsive Size */
.modalMax350360 {
  max-width: 440px;
  width: 90%;
  height: 90%;
  max-height: 360px;
} /* First dialog of custom style(StylePickerModal)  */
.modalMax460470 {
  max-width: 460px;
  width: 90%;
  height: 90%;
  max-height: 470px;
} /* Second dialog of custom style(CreateEditStyleModal)  */
.modalMax1000x550 {
  max-height: 550px;
  max-width: 1000px;
  height: 80%;
  width: 80%;
  background: #1f1f1f;
} /* Reports */
.modalMax900x400 {
  height: 90%;
  width: 100%;
  max-height: 400px;
  max-width: 900px;
} /* Custom Reports */
.modalMax600x700 {
  height: 90%;
  width: 90%;
  max-height: 700px;
  max-width: 600px;
} /* Graph Data Analysis */
.modalMax600x610 {
  height: 90%;
  width: 90%;
  max-height: 610px;
  max-width: 600px;
} /* Alarm Filter Definition */
.modalMax600x450 {
  height: 90%;
  width: 90%;
  max-height: 450px;
  max-width: 600px;
} /* Custom Report */
.modalMax450x610 {
  height: 90%;
  width: 90%;
  max-height: 610px;
  max-width: 450px;
} /*Channel Report */
.modalMax450x610FullHeight {
  height: 100%;
  width: 90%;
  max-height: 630px;
  max-width: 450px;
} /* Alarm Detail */
.modalMax450x450 {
  height: 90%;
  width: 90%;
  max-height: 450px;
  max-width: 450px;
} /* Load Graph, Save Graph */
.modalMax400x400 {
  height: 90%;
  width: 90%;
  max-height: 400px;
  max-width: 400px;
} /* Alarm Filter Save/Load, Report Format */
.modalMax400x300 {
  height: 90%;
  width: 90%;
  max-height: 300px;
  max-width: 400px;
}
/* Login page */
.modalMax400x340 {
  height: 90%;
  width: 90%;
  max-height: 340px;
  max-width: 425px;
}
.modalMax960x470 {
  height: 90%;
  width: 100%; /* To make sure, it takes max space available on IPad [when used in Portrait mode / Vertical ] */
  max-height: 470px;
  max-width: 960px;
}
.modalMax1035x470 {
  height: 90%;
  width: 100%; /* To make sure, it takes max space available on IPad [when used in Portrait mode / Vertical ] */
  max-height: 470px;
  max-width: 1035px;
}
/* End Custom Modal Size definitions*/

/* Custom Styling for Modal Dialog (Bootsrap Overrides) */
/* Basic Styles */
.modal-dialog {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  cursor: default;
}
.modal.fade .modal-dialog {
  opacity: 1;
  position: absolute;
  left: 33%;
  top: 27%;
  margin: 0px;
}
.modal.in .modal-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* this will remove the animation to make the dragging smoother */
  transition: none;
  margin: 0px;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden;
  opacity: 1;
}
.show {
  display: block;
  opacity: 1;
}
.modal-content {
  height: 100%;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #333333;
  border: 1px solid #0f0f0f;
  border-radius: 0px;
  color: #f3f3f3;
}
.modal-header {
  height: 36px;
  padding: 0px 10px;
  background: #007bc1;
  border-bottom: 0px solid #0f0f0f;
  color: #f3f3f3;
}
.modal-header .close {
  height: 20px;
  width: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/icons/white/close.svg");
  margin: 7px 0;
  cursor: pointer;
  outline: none;
  opacity: 1;
}
.modal-header .close:hover,
.modal-header .close:focus {
  opacity: 1;
}
.modal-title {
  height: 100%;
  font-size: 14px;
  line-height: 34px;
  margin: 0;
  width: calc(100% - 25px);
  -webkit-user-select: none;
  user-select: none;
}
.modal-header .close span {
  display: none;
}
.modal-body {
  height: calc(100% - 86px); /* minus header and footer */
  padding: 0px;
}
.modal-body.no-footer {
  height: calc(100% - 36px); /* minus header */
  padding: 0px;
}
.modal-body > div {
  height: 100%;
}
.plusButton {
  height: 20px;
  width: 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/icons/white/plus.svg");
  cursor: pointer;
}

/* Navigation (Tabs) */
.modal-dialog .nav {
  margin: 0px;
  padding: 0px;
}
.modal-dialog .nav-tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  height: 50px;
  width: 100%;
  background: #1f1f1f;
}
.modal-dialog .nav-tabs > .nav-item >  {
  margin: 0;
  cursor: pointer;
  height: 50px;
  width: 50px;
  opacity: 0.55;
  display: inline-block;
  color: #f3f3f3;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
}
/* Common styles for tab icons */
.nav-tabs > .nav-item > .nav-link.common-icon {
  background-repeat: no-repeat;
  background-size: 30px 30px;
  color: transparent;
  width: 50px;
  height: 50px;
  position: relative;
  background-position: center;
  display: inline-block;
  opacity: 0.55;
}
.nav-tabs > .nav-item > .nav-link.general,
 .WCModalTabIcon.general{
  background-image: url("/icons/white/settings.svg");
}
.nav-tabs > .nav-item > .nav-link.textbox,
.WCModalTabIcon.text {
  background-image: url("/icons/white/components/textbox.svg");
}
.nav-tabs > .nav-item > .nav-link.alarms {
  background-image: url("/icons/white/alarm.svg");
}
.nav-tabs > .nav-item > .nav-link.udf {
  background-image: url("/icons/white/list.svg");
  background-size: 45px 45px;
}
.nav-tabs > .nav-item > .nav-link.udfAlarm {
  background-image: url("/icons/white/channels-24dp-white.svg");
  background-size: 45px 45px;
}
.nav-tabs > .nav-item > .nav-link.advanced {
  background-image: url("/icons/white/advanced.svg");
}
.nav-tabs > .nav-item > .nav-link.equation {
  background-image: url("/icons/white/equation.svg");
}
.nav-tabs > .nav-item > .nav-link.time,
.WCModalTabIcon.time {
  background-image: url("/icons/white/time.svg");
}
.nav-tabs > .nav-item > .nav-link.channels,
.WCModalTabIcon.channels {
  background-image: url("/icons/white/components/channels.svg");
}
.nav-tabs > .nav-item > .nav-link.format,
.WCModalTabIcon.format {
  background-image: url("/icons/white/format.svg");
}
.nav-tabs > .nav-item > .nav-link.priority {
  background-image: url("/icons/white/priority.svg");
}
.nav-tabs > .nav-item > .nav-link.graph,
.WCModalTabIcon.graph {
  background-image: url("/icons/white/components/graph.svg");
}
.nav-tabs > .nav-item > .nav-link.aggregation {
  background-image: url("/icons/white/aggregate.svg");
}
.modal-dialog .nav-tabs > .nav-item  > a {
  margin: 0px;
  border: none;
  border-radius: 0px;
  height: 100%;
  width: 100%;
  color: transparent;
  font-size: 0px;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
}
.modal-dialog .nav-tabs > .nav-item > a:hover {
  border: none;
  background: transparent;
}
.modal-dialog .nav-tabs > .nav-item > :hover {
  opacity: 0.7;
}
.modal-dialog .nav-tabs > .nav-item > .active {
  background-color: #333333;
  opacity: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.modal-dialog .nav-tabs > .nav-item > .active:first-child {
  border-left: none;
}
.modal-dialog .nav-tabs > .nav-item > .active > a {
  border: none;
  color: transparent;
  background: transparent;
}

/* Modal Body (Table Layout) */
.modal-dialog .tab-content {
  height: calc(100% - 50px);
  width: 100%;
  padding: 10px;
  overflow-y: auto;
  overflow-x: auto;
}
.modal-dialog .tab-content table {
  color: #f3f3f3;
  width: 100%;
}
.modal-dialog .tab-content tr {
  height: 35px;
}
.modal-dialog .tab-content td {
  padding-bottom: 5px;
  vertical-align: top;
  white-space: nowrap;
}
.modal-dialog .tab-content tr:last-child > td {
  padding-bottom: 0px;
}
.modal-dialog .tab-content td:not(:last-child) {
  padding-right: 10px;
}
.modal-dialog .tab-content td:last-child {
  width: 100%;
}
.modal-dialog textarea,
.modal-dialog
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.modal-dialog select {
  width: 100%;
  resize: none;
  margin: 0px;
  padding: 5px;
  min-width: 75px;
  font-size: 12px;
  border: 1px solid #171717;
  background: #1f1f1f;
  vertical-align: bottom;
  color: #f3f3f3;
}
.modal-dialog select {
  cursor: pointer;
}
.modal-dialog textarea {
  white-space: pre-wrap;
}
.modal-dialog
  .tab-content
  td:last-child:nth-child(2)
  input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.modal-dialog .tab-content td:last-child:nth-child(2) select {
  width: 50%;
}
.modal-dialog .callout textarea,
.modal-dialog .callout input:not([type="checkbox"]):not([type="radio"]),
.modal-dialog .callout select {
  min-width: 55px;
}
.modal-dialog input[type="checkbox"],
.modal-dialog input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0px 5px 0px 0px;
  vertical-align: top;
}
.modal-dialog label {
  margin: 0px;
  font-weight: normal;
}
.modal-dialog textarea:focus,
.modal-dialog input:focus,
.modal-dialog select:focus {
  outline: none;
  border-color: #007bc1;
}
.modal-dialog .callout {
  background: #444444;
  border: 1px solid #0f0f0f;
  padding: 10px;
}
.modal-body .descriptionBox {
  padding: 10px;
  background: #444444;
  border: 1px solid #1f1f1f;
  overflow-x: hidden;
}
.modal-body h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
}
.modal-body table tbody:not(first-child) tr:first-child td {
  padding-top: 5px;
}

/* Footer and Buttons */
.modal-footer {
  height: 50px;
  width: 100%;
  padding: 0px 10px;
  background: #1f1f1f;
  border-top: 0px solid #0f0f0f;
  padding: 10px 10px;
  white-space: nowrap;
  overflow: hidden;
}
.modal-dialog .btn,
.modal-dialog .btn-default {
  width: 130px;
  height: 30px;
  padding: 0px;
  border-radius: 0px;
  border: 1px solid #171717 !important;
  background: #555555;
  background: -moz-linear-gradient(top, #555555 1%, #333333 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #555555),
    color-stop(100%, #333333)
  );
  background: -webkit-linear-gradient(top, #555555 1%, #333333 100%);
  background: -o-linear-gradient(top, #555555 0%, #333333 100%);
  background: -ms-linear-gradient(top, #555555 0%, #333333 100%);
  background: linear-gradient(to bottom, #555555 1%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#333333',GradientType=0 );
  color: #f3f3f3;
}
.modal-dialog .btn-default-100 {
  width: 100px;
  height: 30px;
  padding: 0px;
  border-radius: 0px;
  border: 1px solid #171717 !important;
  background: #555555;
  background: -moz-linear-gradient(top, #555555 1%, #333333 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #555555),
    color-stop(100%, #333333)
  );
  background: -webkit-linear-gradient(top, #555555 1%, #333333 100%);
  background: -o-linear-gradient(top, #555555 0%, #333333 100%);
  background: -ms-linear-gradient(top, #555555 0%, #333333 100%);
  background: linear-gradient(to bottom, #555555 1%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#333333',GradientType=0 );
  color: #f3f3f3;
}
.modal-footer .btn + .btn,
.modal-footer .btn-group .btn + .btn {
  margin-left: 10px;
}
.modal-dialog .btn:not([disabled]):hover,
.modal-dialog .btn-default:not([disabled]):hover {
  background: #5c5c5c;
  background: -moz-linear-gradient(top, #5c5c5c 0%, #3b3b3b 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #5c5c5c),
    color-stop(100%, #3b3b3b)
  );
  background: -webkit-linear-gradient(top, #5c5c5c 0%, #3b3b3b 100%);
  background: -o-linear-gradient(top, #5c5c5c 0%, #3b3b3b 100%);
  background: -ms-linear-gradient(top, #5c5c5c 0%, #3b3b3b 100%);
  background: linear-gradient(to bottom, #5c5c5c 0%, #3b3b3b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5c5c', endColorstr='#3b3b3b',GradientType=0 );
}
.modal-dialog .buttonWrapper {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
.modal-dialog .buttonWrapper .btn,
.modal-dialog .buttonWrapper .btn-default {
  margin-right: 10px;
}

/* Helper Text */
.popover {
  border: 2px solid #000000;
  padding: 0px;
  max-width: 100%;
  background-color: transparent;
  border-radius: 0px;
}
.popover-title {
  background-color: #606060;
  color: #ffffff;
  font-size: 28px;
  text-align: center;
}
.popover-content {
  background-color: #606060;
  color: #ffffff;
  white-space: pre-wrap;
}
.popover.bottom > .arrow {
  border-bottom-color: #0f0f0f !important;
}
.popover.right > .arrow {
  border-right-color: #0f0f0f !important;
}
.popover.left > .arrow {
  border-left-color: #0f0f0f !important;
}
.popover.top > .arrow {
  border-top-color: #0f0f0f !important;
}
.popover.bottom > .arrow:after {
  border-bottom-color: #606060;
}
.popover.right > .arrow:after {
  border-right-color: #606060;
}
.popover.left > .arrow:after {
  border-left-color: #606060;
}
.popover.top > .arrow:after {
  border-top-color: #606060;
}
.modal-help {
  height: 20px;
  width: 20px;
  float: right;
  background: #007bc1;
  border: 0;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/icons/white/help.svg");
  margin: 7px 5px;
  cursor: pointer;
  outline: none;
  opacity: 1;
}

/* End Custom Styling for Modal Dialogs (Bootstrap Overrides) */

/* Interact Styling */
.interact-selectable {
  cursor: pointer;
}
.interact-selectable.interact-selected {
  cursor: move;
}
.interact-border {
  position: absolute;
  display: none;
  cursor: inherit;
}
.interact-handle {
  display: none;
}
.interact-handle.interact-selected {
  display: none;
}
.interact-handle.interact-focused {
  display: block;
  z-index: 2003;
}
.interact-border.interact-selected {
  position: absolute;
  background-color: transparent;
  top: -3px;
  left: -3px;
  display: block;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  overflow: visible;
  border: 3px solid #00acec;
  z-index: 2001;
}
.interact-border.interact-focused {
  position: absolute;
  background-color: transparent;
  top: -3px;
  left: -3px;
  display: block;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  overflow: visible;
  border: 3px solid #ff0000;
  z-index: 2002;
}
.interact-handle-nw,
.interact-handle-ne,
.interact-handle-sw,
.interact-handle-se,
.interact-handle-n,
.interact-handle-e,
.interact-handle-s,
.interact-handle-w {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border: 1px solid #000000;
  overflow: visible;
  z-index: 2003;
}
.interact-handle-ne {
  top: -10px;
  right: -10px;
  cursor: ne-resize;
}
.interact-handle-se {
  bottom: -10px;
  right: -10px;
  cursor: se-resize;
}
.interact-handle-nw {
  top: -10px;
  left: -10px;
  cursor: nw-resize;
}
.interact-handle-sw {
  bottom: -10px;
  left: -10px;
  cursor: sw-resize;
}
.interact-handle-n {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  cursor: n-resize;
}
.interact-handle-e {
  right: -10px;
  top: 50%;
  margin-top: -5px;
  cursor: e-resize;
}
.interact-handle-s {
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  cursor: s-resize;
}
.interact-handle-w {
  left: -10px;
  top: 50%;
  margin-top: -5px;
  cursor: w-resize;
}
/* End Interact Styling */

/* Breadcrumb Styling */
.breadcrumbMenuName {
  font-style: inherit;
}
.breadcrumbMenuName:hover {
  text-decoration: underline;
  cursor: pointer;
}
.breadcrumbs {
  color: #ffffff;
}
.breadcrumbsEditMode {
  color: #ff0000;
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.breadcrumbsLayoutSaveError {
  color: #ffff00;
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 1, 1);
  -webkit-animation-duration: 1.7s;
}

/* End Breadcrumb Styling */

/* DateTime Styling */
/* These styles cannot be migrated yet because the classes are applied by the 3rd
    party react-datetime control. When we go to global styles, they can be moved
    into the DateTime.css file.
*/
.dateTimeWrapper .rdtPicker {
  width: auto;
  background: #444444;
  border: 1px solid #171717;
  padding: 0px;
  margin: 0px;
}
.dateTimeWrapper .rdtPicker .rdtDay,
.dateTimeWrapper .rdtPicker .rdtMonth,
.dateTimeWrapper .rdtPicker .rdtYear {
  background: #444444;
  border: 1px solid #171717;
  padding: 0px !important;
  vertical-align: middle;
}
.dateTimeWrapper .rdtDay:not(.rdtOld):not(.rdtActive):hover,
.dateTimeWrapper .rdtMonth:not(.rdtActive):hover,
.dateTimeWrapper .rdtYear:not(.rdtActive):hover {
  background: #606060;
}
.dateTimeWrapper .rdtDay.rdtOld {
  background: #1f1f1f;
}
.dateTimeWrapper .rdtDay.rdtOld:hover {
  background: #2f2f2f;
}
.dateTimeWrapper .rdtPicker .rdtActive {
  background: #007bc1;
}
.dateTimeWrapper .rdtPicker .rdtActive:hover {
  background: #0f7acc;
}
.dateTimeWrapper .rdtToday:before {
  border-bottom-color: #0e6eb8;
}
.dateTimeWrapper .rdtPicker thead tr:first-child {
  background: #1f1f1f;
}
.dateTimeWrapper .rdtPicker thead tr:first-child th:hover {
  background: #2f2f2f;
}
.dateTimeWrapper .rdtPicker thead tr:first-child th {
  border-color: #171717;
}
.dateTimeWrapper .rdtPicker thead tr:first-child th {
  height: 40px;
  line-height: 40px;
}
.dateTimeWrapper .hideTime.rdt {
  flex: 1 1 0px;
}
.dateTimeWrapper .hideTime .rdtPicker {
  display: none;
}
.dateTimeWrapper .hideTime.rdt input[type="text"] {
  width: 100% !important;
}
/* End DateTime Styling */

/* Graph Styling - These are still used by controls/toggleswitch and graph properties*/
.ToggleSwitch-button--on.commonToggle {
  transform: translateX(30px);
}
.ToggleSwitch-button.ToggleSwitch-button--off.commonToggle,
.ToggleSwitch-button--on.commonToggle {
  height: 30px;
  margin-left: 5px;
}
.ToggleSwitch.commonToggle {
  outline: none;
  height: 30px;
}
/* End Graph Styling */

/* START : Waveform Component Scrollbar Styling : bug# 188481: */
.scrollForWaveformTable {
  overflow-y: auto;
  overflow-x: auto;
}

.scrollForWaveformTable::-webkit-scrollbar {
  -webkit-appearance: none;
}

.scrollForWaveformTable::-webkit-scrollbar:vertical {
  width: 6px;
}

.scrollForWaveformTable::-webkit-scrollbar:horizontal {
  height: 6px;
}

.scrollForWaveformTable::-webkit-scrollbar-thumb {
  border-radius: 6px;
  border: 1px solid white; /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 12px;
}

/* END : Waveform Component Scrollbar Styling : bug# 188481: */

/* START : Channel Properties Modal User Defined Fields Tab Styling  */

.udfNameIndex {
  text-align: right;
}

.udfNameLabel {
  max-width: 230px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.udfValueInput {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* END :  Channel Properties Modal User Defined Fields Tab Styling   */

/* Table List CSS*/
.darkTheme .ReactVirtualized__Table__headerRow {
  text-transform: none !important;
}

.darkTheme .ReactVirtualized__Table__headerRow > .TableListSortable {
  padding: 0px 2px;
  position: relative;
  cursor: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 15px;
  border: 2px solid transparent;
}
.darkTheme .ReactVirtualized__Table__headerRow > .TableListSortable:focus {
  outline: none;
  border-color: rgb(72, 129, 226);
}
.darkTheme
  .ReactVirtualized__Table__headerRow
  > div.TableListSortable:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 16px;
  width: 2px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.ReactVirtualized__Table__headerRow > .TableListSortable.TableListSortASC {
  background-image: url("/icons/white/table-arrow-up.svg");
  background-position: calc(100% - 5px) 50%;
  background-size: 8px 8px;
  background-repeat: no-repeat;
}
.ReactVirtualized__Table__headerRow > .TableListSortable.TableListSortDESC {
  background-image: url("/icons/white/table-arrow-down.svg");
  background-position: calc(100% - 5px) 50%;
  background-size: 8px 8px;
  background-repeat: no-repeat;
}
.darkTheme .ReactVirtualized__Table {
  font-size: 12px;
  font-family: Arial, sans-serif;
  outline: none;
  display: inline;
}
.darkTheme .ReactVirtualized__Table {
  color: #eee;
  background: black;
}
.lightTheme .ReactVirtualized__Table {
  color: black;
  background: #f2f2f2;
}
.darkTheme .ReactVirtualized__Grid.ReactVirtualized__Table__Grid:focus {
  outline: none;
}
.darkTheme .ReactVirtualized__Table__row {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
  padding: 0px;
  outline: none;
  border: 1px solid #0000000d;
}
.darkTheme .ReactVirtualized__Table__rowColumn,
.darkTheme .ReactVirtualized__Table__rowColumn div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.darkTheme .ReactVirtualized__Table__rowColumn {
  padding-left: 4px;
}
.darkTheme .ReactVirtualized__Table__row:nth-child(even) {
  background: #222;
}
.lightTheme .ReactVirtualized__Table__row:nth-child(even) {
  background: #e5e5e5;
}
.darkTheme .ReactVirtualized__Table__row:hover {
  background: #555;
}
.lightTheme .ReactVirtualized__Table__row:hover {
  background: rgba(0, 94, 184, 0.1);
}
/*
    .ReactVirtualized__Table__row.TableListRowSelected {
      border: 1px solid transparent;
    }
    */
.darkTheme .ReactVirtualized__Table__row.TableListRowSelected {
  background: #0e6eb8;
  /*border: 1px solid transparent;*/
}
.lightTheme .ReactVirtualized__Table__row.TableListRowSelected {
  background: #0e6eb8;
  /*border: 1px solid transparent;*/
}
.darkTheme .ReactVirtualized__Table__row.TableListRowActive {
  /* background: #868686; */
  border-color: #fff;
}
.lightTheme .ReactVirtualized__Table__row.TableListRowActive {
  background: rgba(0, 94, 184, 0.25);
}
.darkTheme .ReactVirtualized__Table__row.TableListRowFocused {
  padding: 0px;
  border: 1px solid rgb(72, 129, 226);
}

/* styling for table */
.darkTable .WCIcon {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-left: 5px;
  background-size: contain;
  cursor: pointer;
  outline: none;
}

.darkTable .WCIconRight {
  position: absolute;
  right: 8px;
  top: 8px;
}

.darkTable .WCIcon:hover .WCHoverCard {
  display: block;
}

.darkTable .WCFilter {
  background-position: calc(100% - 20px) 50% !important;
  overflow: visible !important;
}

.darkTable .IconFilterOn {
  background-image: url("/icons/white/filter.svg");
}

.darkTable .IconFilterOff {
  background-image: url("/icons/gray/filter.svg");
}

.darkTable .IconFilterOn:focus,
.darkTable .IconFilterOff:focus {
  outline-offset: 2px;
  outline: 2px solid rgb(72, 129, 226);
}

.darkTable .virtual-checkbox {
  position: absolute;
  margin-top: 3px;
  height: 300px;
  color: #cccccc;
  background-color: #222222;
  width: 200px;
  right: 0px;
  z-index: 10;
  box-shadow: 8px 10px 12px 0 rgba(99, 99, 99, 0.65);
}
/*
  Adding styles with !important as the styles are added via 3rd-party library, and
  we want custom scroll
*/
.darkTable .virtual-checkbox .ReactVirtualized__List {
  overflow: auto !important;
}
.darkTable .virtual-checkbox .ReactVirtualized__Grid__innerScrollContainer {
  overflow-x: auto !important;
  display: inline-table;
}
.darkTable .virtual-checkbox .ReactVirtualized__Grid__innerScrollContainer div {
  padding-top: 2px;
}
.darkTable
  .virtual-checkbox
  .ReactVirtualized__Grid__innerScrollContainer
  div:hover {
  background-color: rgba(72, 129, 226, 0.5);
}
.darkTable .virtual-checkbox input[type="text"] {
  margin-top: 4px;
}
.darkTable .virtual-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  width: auto;
  vertical-align: middle;
  background-color: transparent;
}
.darkTable .IconFilterMenu,
.darkTable .IconFilterMenuApplied {
  background: transparent url("/icons/gray/filter-light.svg") no-repeat
    center center;
  background-size: 18px;
  border: none;
  margin-top: -2px;
  border: 2px solid transparent !important;
  top: 0px;
  right: 0px;
}

.darkTable .IconFilterMenuApplied {
  background: transparent url("/icons/white/filter.svg") no-repeat center
    center;
  background-size: 18px;
}

.darkTable .IconFilterMenu:focus,
.darkTable .IconFilterMenuApplied:focus {
  border-color: rgb(72, 129, 226) !important;
}

/*
  Filter Box CSS
*/

.darkTable .filterbox-wrapper {
  position: absolute;
  z-index: 10;
  background-color: #222222;
  direction: ltr;
  z-index: 10;
  -webkit-box-shadow: 8px 10px 12px 0 rgba(99, 99, 99, 0.65);
  box-shadow: 8px 10px 12px 0 rgba(99, 99, 99, 0.65);
  color: #ccc;
  padding: 0px 2px;
}
.darkTable .filterbox-wrapper span {
  float: left;
  display: block;
  width: 100%;
}
/*
  margin-left and padding-left is used to wrap the label across the checkbox
*/
.darkTable .filterbox-wrapper label {
  display: block;
  float: left;
  line-height: 20px;
  width: 100%;
  margin-left: -21px;
  padding-left: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.darkTable .filterbox-wrapper label:hover {
  background-color: rgba(72, 129, 226, 0.5);
}
.darkTable .filterbox-search input[type="text"] {
  font-weight: normal;
}
.darkTable .filterbox-search input[type="text"]:focus {
  border: 1px solid rgb(72, 129, 226) !important;
}
.darkTable .filterbox-checkbox-wrapper {
  overflow-y: auto;
  overflow-x: hidden;
}
.darkTable .filterbox-checkbox-wrapper input {
  width: 14px !important;
  height: 14px !important;
  float: left !important;
  margin: 3px 3px 3px 4px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.darkTable .filterbox-checkbox-wrapper input[type="checkbox"] + label {
  border: 1px solid #222222;
}
.darkTable .filterbox-checkbox-wrapper input[type="checkbox"]:focus + label {
  border-color: rgb(72, 129, 226);
}

.WCMenuUnderlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 0, 0, 0.4);
}
.darkTable .WCMenu {
  position: relative;
  top: 20px;
  left: 20px;
  /* max-width: 300px; */
  font-size: 12px;
  padding: 5px 0px;
  overflow-y: visible;
  overflow-x: visible;
  z-index: 10;
}
.darkTable .WCMenu {
  color: #ccc;
  background-color: #222;
  box-shadow: 8px 10px 12px 0 rgba(99, 99, 99, 0.65);
}
.darkTable .WCMenu {
  color: #1f1f1f;
  background-color: #ffffff;
  box-shadow: 8px 10px 12px 0 rgba(31, 31, 31, 0.65);
}
.darkTable .WCMenuItem {
  position: relative;
  width: 100%;
  height: 20px;
  line-height: 20px;
  padding: 0px 10px;
}
.darkTable .WCItemText {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  width: auto;
  height: 100%;
}
.darkTable .WCShortcutText {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 10px;
  width: auto;
  height: 100%;
}
.darkTable .WCMenuItem:hover {
  background: rgba(72, 129, 226, 0.5);
}
.light .WCMenuItem:hover {
  background: rgba(0, 94, 184, 0.1);
}
.darkTable .WCMenuItem:focus {
  outline: none;
}
.darkTable .WCMenuItem:focus {
  background-color: rgba(72, 129, 226, 1);
}
.light .WCMenuItem:focus {
  background-color: rgba(72, 129, 226, 0.5);
}
.darkTable .WCMenuLine {
  margin: 5px 10px;
  width: calc(100% - 20px);
  height: 2px;
}
.darkTable .WCMenuLine {
  border-bottom: 1px solid #777;
}
.light .WCMenuLine {
  border-bottom: 1px solid rgba(31, 31, 31, 0.3);
}
.darkTable .WCMenuMeasureWidths {
  position: absolute;
  top: 0;
  left: -9999px;
  width: auto;
  height: auto;
  white-space: nowrap;
  margin: 0;
  padding: 0 0 0 10px;
  box-shadow: none;
  z-index: 0;
  border: none;
}

/* Toolbar Search */

.darkTable .toolbarSearchInput {
  height: 18px !important;
  line-height: 14px !important;
  width: 80% !important;
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.65) !important;
  border-radius: 5px !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
  color: white !important;
  margin-right: 4px !important;
}
.darkTable .toolbarSearchInput:focus {
  border: 1px solid transparent !important;
  outline-offset: 1px !important;
  outline: 2px solid rgb(72, 129, 226) !important;
  z-index: 3 !important;
}
.darkTable input.toolbarSearchInput::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 10px !important;
  font-style: italic !important;
}
.darkTable input.toolbarSearchInput:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 10px !important;
  font-style: italic !important;
}
.darkTable .toolbarSearchNext {
  width: 11px;
  height: 18px;
  cursor: pointer;
  background: transparent url("/icons/white/arrows/arrow-round-right.svg")
    no-repeat center center;
  background-size: 10px 10px;
  border: none;
}
.darkTable .toolbarSearchPrev {
  width: 12px;
  height: 18px;
  cursor: pointer;
  background: transparent url("/icons/white/arrows/arrow-round-left.svg")
    no-repeat center center;
  background-size: 10px 10px;
  border: none;
}
.darkTable .toolbarSearchPrev:focus,
.darkTable .toolbarSearchNext:focus {
  outline: 2px solid rgb(72, 129, 226);
}
.darkTable .toolbarSearchClear {
  width: 10px;
  height: 18px;
  background: transparent url("/icons/white/clear.svg") no-repeat center
    center;
  background-size: 10px 10px;
  margin-left: 5px;
  cursor: pointer;
}
.darkTable .toolbarSearchClear:focus {
  outline-offset: 2px;
  outline: 2px solid rgb(72, 129, 226);
}
.darkTable .toolbarSearchOpen {
  width: 22px;
  height: 22px;
  cursor: pointer;
  background-image: url("/icons/white/outline-search-24px.svg");
  background-size: contain;
}
.darkTable .toolbarSearchOpen:focus {
  outline-offset: 2px;
  outline: 2px solid rgb(72, 129, 226);
  z-index: 3;
}

.darkTable .WCPanelTitleBar {
  position: relative;
  background-color: rgb(91, 103, 112);
  color: #f3f3f3;
  user-select: none;
  font-size: 14px;
  flex: 0 0 auto;
  padding: 0px 5px;
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: 1px 0px 0px 0px rgb(91, 103, 112);
}
.darkTable .WCPanelTitleBar > .WCPanelTitle {
  flex: 1 1 0px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* Scroll of TableList */
/* width */
.darkTable ::-webkit-scrollbar {
  width: 10px;
}
/* Track */
.darkTable ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
/* Handle */
.darkTable ::-webkit-scrollbar-thumb {
  background: #555555;
  border-radius: 10px;
}
.darkTable ::-webkit-scrollbar-corner {
  background: #333333;
}

.languageIcon {
  position: relative;
  padding: 5px 5px 7px 28px;
  background-image: url("/icons/white/language_white_24dp.svg");
  background-repeat: no-repeat;
  height: 28px;
}

.darkMenuBar > .dropdown {
  z-index: 9999;
}

.ControlText {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap !important;
  max-width: 100%;
}

/*!******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./js/components/controls/ledswitch/LedSwitch.css ***!
  \******************************************************************************************************************************/
/*Led Switch*/

@keyframes ledswitch {
    0%  {
            border-left: 1px solid #666666;
            border-top: 1px solid #666666;
            border-right: 1px solid #ffffff;
            border-bottom: 1px solid #ffffff;
    }
    99%  {
            border-left: 1px solid #666666;
            border-top: 1px solid #666666;
            border-right: 1px solid #ffffff;
            border-bottom: 1px solid #ffffff;
    }
    100% {
            border-left: 2px solid #ffffff;
            border-top: 2px solid #ffffff;
            border-right: 2px solid #666666;
            border-bottom: 2px solid #666666;
    }
}
#ledswitchouter.ledswitchpressed {
    position: absolute;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #666666;
    border-bottom: 2px solid #666666;
    animation-name: ledswitch;
    animation-duration: 200ms;
    animation-iteration-count: 1;
}
#ledswitchouter.ledswitchnormal {
    position: absolute;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #666666;
    border-bottom: 2px solid #666666;
}
#ledswitchindicator {
    position: absolute;
    margin: 0 10%;
    width: 80%;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
#ledswitchcaption {
    position: absolute;
    width: 100%;
    text-align: center;
}
#LedSwitchPanel {background:#F0F0F0;border-color:#F0F0F0;cursor: default;}
#caption {height: 60%;text-align: center;font-family: "MS Sans Serif";font-size:11px;text-transform: capitalize;}
#propertiesContainer {margin: 15px;}
div#ledSwitchControlProperties > div {padding: 15px 2px;}
#ledSwitchControlProperties { border: 1px solid lightgrey;  }
div#propertiesContainer span, div#propertiesContainer label { color: burlywood;}
.green {background-color: #005500;color: #005500;}
.grey {background-color: #BBBBBB;color: #BBBBBB;}
.lightgreen { color: #01FF00;background-color: #01FF00;}
.legend { padding: 0 5px;margin: 5px;}
.wordWrap {overflow: hidden;text-overflow: ellipsis;}
#LedSwitchPanel .indicator {height: 6px;margin: 0 3px;}
#LedSwitchPanel .left {position: relative;left: 8px;top: -9px}
#LedSwitchPanel .right {position: relative;right: 8px;top: -9px;}
#LedSwitchPanel .top {position: relative;top: -19px;}
#LedSwitchPanel.active {border-style: inset !important;border-bottom-width: thin !important;border-right-width: thin !important;}
#LedSwitchPanel.inactive {border-style: outset !important;border-top-width: thin !important;border-left-width: thin !important;}
/*!************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./js/components/controls/rockerswitch/RockerSwitch.css ***!
  \************************************************************************************************************************************/
/*Rocker Switch*/
#rockeroutmost {
    position: absolute;
    display: inline-block;
    border: 2px solid #d4d0c8;
}
#rockerouter {
    display: inline-block;
    width: 100%;
    height: 100%;
}
#rockerfirstrow.active {
    display: inline-block;
    width: 100%;
    height: 50%;
    background: #d4d0c8;
}
#rockersecondrow.active {
    position: relative;
    top: -5px;
    display: inline-block;
    width: 100%;
    height: 49%;
    border-bottom: 2px solid #949088;
    background: #e4e0d8;
}
#rockerfirstrow.inactive {
    display: inline-block;
    width: 100%;
    height: 50%;
    border-top: 2px solid #e4e0d8;
    background: #b4b0a8;
}
#rockersecondrow.inactive {
    position: relative;
    top: -6px;
    display: inline-block;
    width: 100%;
    height: 50%;
    background: #d4d0c8;
}
#rockerindicatorrow {
    position: absolute;
    display: inline-block;
    height: 12%;
    border-width: 1px;
    border-style: solid;
    border-color: black white white black;
}


.indicator {
    height: 5px;
    margin: 0px 3px;
    top: 15%;
    position: relative;
    border: 1px solid lightgray;
    border-style: inset;
}

.transparent {
    background: transparent !important;
    border: 0 !important;
}

#rockerControlDetails #container {
    display: inline-block;
    background: #F0F0F0;
    height: 100%;
}

#rockerSwitchControlLayout {
    display: inline-block;
    border-color: #F0F0F0;
}

#rockerSwitchControlProperties {
    border: 1px solid lightgrey;
    padding: 10px 7px;
}

#first-row {
    height: 10%;
    border-top: 2px solid;
}

.active #first-row, .notfound #first-row {
    background-color: #F0F0F0;
    border-left: 2px solid black;
    border-right: 2px solid black;
}

.inactive #first-row {
    background-color: black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

#second-row, #third-row {
    height: 40%;
    border-left: 2px solid;
    border-right: 2px solid;
}

.active #second-row, .notfound #second-row, .inactive #third-row, .inactive #fourth-row {
    background-color: #F0F0F0;
}

.inactive #second-row {
    background-color: #D0D0D0;
}

.notfound #third-row {
    background-color: black;
}

.active #third-row {
    background-color: #D0D0D0;
}

#fourth-row {
    height: 10%;
    border-bottom: 2px solid;
    border-left: 2px solid;
    border-right: 2px solid;
}

.active #fourth-row, .notfound #fourth-row {
    background-color: #B0B0B0;
}

#rockerSwitchControlLayout.inactive {
    border-style: solid !important;
    border-top-width: medium !important;
    border-left-width: medium !important;
}

#rockerSwitchControlLayout.active, #rockerSwitchControlLayout.notfound {
    border-style: solid !important;
    border-bottom-width: medium !important;
    border-right-width: medium !important;
}
/* End Rocker Switch */
/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./js/components/controls/odometer/Odometer.css ***!
  \****************************************************************************************************************************/
/*Odometer Properties*/

.lowered3D {border-style:inset !important;}
.raised3D {border-style:outset !important;}

.OdometerWrapper, .OdometerInnerWrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.OdometerDigit{
    flex: 1 1 0px;
    min-width: 0px;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.OdometerDial{
    height: 100%;
    max-height: 3em;
    width: 100%;
    overflow: hidden;
}
.OdometerDialInner{
    top: 50%;
    position: relative;
}



/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./js/components/controls/led/Led.css ***!
  \******************************************************************************************************************/
.AlignRight {
    text-align: right !important;
}

.AlignLeft {
    text-align: left !important;
}

.Aligncenter {
    text-align: center !important;
}

.wordWrapLed {
    overflow: hidden;
    text-overflow: ellipsis;
}

.rectangle {
    display: table-cell;
    vertical-align: middle;
}

.lightgrey {
    background-color: #BBBBBB;
    color: #BBBBBB !important;
}

.Lowered3d {
    border-style: inset;
    border-width: 2px;
}

.Raised3d {
    border-style: outset;
    border-width: 2px;
}

.flat {
    margin: 0;
    border: none;
}

.diamond {
    height: 15px;
    width: 15px;
    top: 15%;
    left: 15%;
    margin-right: auto;
    transform: rotateZ(-45deg) !important;
    position: relative;
}

.circle {
    border-radius: 50%;
}

.glyphicon.red, .glyphicon.green, .glyphicon.lightgrey, .glyphicon.yellow, .glyphicon.blue, .glyphicon.purple, .glyphicon.lightblue, .glyphicon.lightgreen {
    background: transparent;
    border: none;
    font-size: 20px;
    box-shadow: none;
    margin-top: 0 !important;
    width: 100%;
    height: 100%;
    text-align: center;
}

.red {
    background-color: red;
    color: red !important;
}

.yellow {
    color: yellow;
    background-color: yellow !important;
}

.blue {
    color: blue;
    background-color: blue !important;
}

.purple {
    color: #7F007F;
    background-color: #7F007F !important;
}

.lightblue {
    color: aqua;
    background-color: aqua !important;
}

.green {
    background-color: #005500;
    color: #005500;
}

.lightgreen {
    color: #01FF00;
    background-color: #01FF00;
}

.grey {
    background-color: #BBBBBB !important;
    color: #BBBBBB;
}

#ledControlData {
    width: 60%;
    display: inline-block;
}

#ledControlLegend {
    width: 40%;
    border: 1px solid;
    padding: 5px 15px;
}

#mainContainer {
    padding: 15px;
}

#containerDiv {
    width: 100%;
    display: inline-block;
}

    #containerDiv div.pull-left, #containerDiv div.pull-right {
        width: 50%;
    }

    #containerDiv ul {
        list-style: none;
        padding: 0;
    }

#statusText {
    font-weight: bolder;
    margin: 5px;
    text-decoration: underline;
    font-size: larger;
    color: black;
}

.transparent {
    background: transparent !important;
    color: transparent !important;
    border: 0;
}

/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./js/components/controls/motor/Motor.css ***!
  \**********************************************************************************************************************/
.lowered3D {border-style:inset !important;}
.raised3D {border-style:outset !important;}
#motorControlBase {
    border-style: inset;
    border-width: 2px 2px 2px;
    border: 1px solid lightgray;
}

#MotorDetails {
    height: 200px;
    width: 200px;
    margin: 10px;
    display: inline;
}

.topbar {
    background-color: #B5B5C2;
    width: 32%;
    position: relative;
    left: 35%;
    top: 0;
    min-height: 32%;
}

.TwoWayVertical .leftbar, .TwoWayVertical .rightbar, .TwoWayVertical .lowered3D .leftbar, .TwoWayVertical .raised3D .leftbar, .TwoWayVertical .lowered3D .rightbar, .TwoWayVertical .raised3D .rightbar {
    background-color: transparent !important;
    border: 0;
}

.TwoWayHorizantal .topbar, .TwoWayHorizantal .bottombar {
    background-color: transparent !important;
    border: 0;
}

.ThreeWayTop .bottombar {
    background-color: transparent !important;
    border: 0;
}

.ThreeWayBottom .topbar {
    background-color: transparent !important;
    border: 0;
}

.leftbar {
    background-color: #B5B5C2;
    width: 32%;
    height: 32%;
    position: relative;
}

.rightbar {
    background-color: #B5B5C2;
    width: 32%;
    height: 32%;
    position: relative;
    top: -34%;
    left: 70%;
}

.bottombar {
    background-color: #B5B5C2;
    height: 32%;
    width: 32%;
    position: relative;
    left: 35%;
    top: -28%;
    z-index: 99;
}

.circleinside {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

.nobase .trapezoid {
    background-color: transparent !important;
}

.LeftWay .rightbar, .LeftWay .topbar, .LeftWay .bottombar, .RightWay .leftbar, .RightWay .topbar, .RightWay .bottombar, .TopWay .leftbar, .TopWay .rightbar, .TopWay .bottombar, .BottomWay .leftbar, .BottomWay .topbar, .BottomWay .rightbar {
    background-color: transparent !important;
    border: 0;
}

#motorControlBase.lowered3D {
    border-style: inset !important;
    border-width: 3px 3px 2px !important;
    border-color: #cdced0 !important;
}

#motorControlBase.raised3D {
    border-style: outset !important;
    border-width: 3px 3px 2px !important;
    border-color: #cdced0 !important;
}

#MotorDetails select {
    margin: 15px 5px;
}

.trapeziod {
    border-bottom: 40px solid #F0F0F0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 0;
    width: 50%;
    position: relative;
    top: -41px;
    left: 25%;
    display: inline-block;
}

.feet .leftFeet {
    position: relative;
    height: 41px;
    width: 20%;
    background-color: #F0F0F0;
    -webkit-transform: rotate(0) skew(160deg);
    transform: rotate(0deg) skew(160deg);
    top: -42px;
    left: 30%;
}

.feet .rightFeet {
    position: relative;
    height: 41px;
    width: 20%;
    background-color: #F0F0F0;
    -webkit-transform: skew(20deg);
    transform: skew(20deg);
    top: -82px;
    left: 52%;
}

#motorBlades.circle {
    border: 4px solid #CDCED0;
    padding: 0;
    margin: 3px auto;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    list-style: none;
    overflow: hidden;
    position: relative;
}

#motorBlades li {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 50%;
    transform-origin: 0% 100%;
}

#motorBlades .moterWheelText {
    position: absolute;
    left: -100%;
    width: 200%;
    height: 200%;
    text-align: center;
    -webkit-transform: skewY(60deg) rotate(15deg);
    -ms-transform: skewY(60deg) rotate(15deg);
    transform: skewY(60deg) rotate(15deg);
    padding-top: 20px;
}

#motorBlades li:first-child {
    -webkit-transform: rotate(-2deg) skewY(-60deg);
    -ms-transform: rotate(-2deg) skewY(-60deg);
    transform: rotate(-2deg) skewY(-60deg);
}

#motorBlades li:nth-child(2) {
    -webkit-transform: rotate(30deg) skewY(-60deg);
    -ms-transform: rotate(30deg) skewY(-60deg);
    transform: rotate(30deg) skewY(-60deg);
}

#motorBlades li:nth-child(3) {
    -webkit-transform: rotate(60deg) skewY(-60deg);
    -ms-transform: rotate(60deg) skewY(-60deg);
    transform: rotate(60deg) skewY(-60deg);
}

#motorBlades li:nth-child(4) {
    -webkit-transform: rotate(90deg) skewY(-60deg);
    -ms-transform: rotate(90deg) skewY(-60deg);
    transform: rotate(90deg) skewY(-60deg);
}

#motorBlades li:nth-child(5) {
    -webkit-transform: rotate(120deg) skewY(-60deg);
    -ms-transform: rotate(120deg) skewY(-60deg);
    transform: rotate(120deg) skewY(-60deg);
}

#motorBlades li:nth-child(6) {
    -webkit-transform: rotate(150deg) skewY(-60deg);
    -ms-transform: rotate(150deg) skewY(-60deg);
    transform: rotate(150deg) skewY(-60deg);
}

#motorBlades li:nth-child(7) {
    -webkit-transform: rotate(179deg) skewY(-60deg);
    -ms-transform: rotate(179deg) skewY(-60deg);
    transform: rotate(179deg) skewY(-60deg);
}

#motorBlades li:nth-child(8) {
    -webkit-transform: rotate(210deg) skewY(-60deg);
    -ms-transform: rotate(210deg) skewY(-60deg);
    transform: rotate(210deg) skewY(-60deg);
}

#motorBlades li:nth-child(9) {
    -webkit-transform: rotate(240deg) skewY(-60deg);
    -ms-transform: rotate(240deg) skewY(-60deg);
    transform: rotate(240deg) skewY(-60deg);
}

#motorBlades li:nth-child(10) {
    -webkit-transform: rotate(270deg) skewY(-60deg);
    -ms-transform: rotate(270deg) skewY(-60deg);
    transform: rotate(270deg) skewY(-60deg);
}

#motorBlades li:nth-child(11) {
    -webkit-transform: rotate(300deg) skewY(-60deg);
    -ms-transform: rotate(300deg) skewY(-60deg);
    transform: rotate(300deg) skewY(-60deg);
}

#motorBlades li:nth-child(12) {
    -webkit-transform: rotate(330deg) skewY(-60deg);
    -ms-transform: rotate(330deg) skewY(-60deg);
    transform: rotate(330deg) skewY(-60deg);
}

#motorBlades.notfound {
    background: darkgray;
}

    #motorBlades.notfound li:first-child .moterWheelText, .notfound li:nth-child(6) .moterWheelText, .notfound li:nth-child(7) .moterWheelText, .notfound li:nth-child(12) .moterWheelText {
        background: darkgray !important;
    }

    #motorBlades.notfound li:nth-child(2) .moterWheelText, .notfound li:nth-child(3) .moterWheelText, .notfound li:nth-child(8) .moterWheelText, .notfound li:nth-child(9) .moterWheelText {
        background: lightgray !important;
    }

    #motorBlades.notfound li:nth-child(4) .moterWheelText, .notfound li:nth-child(5) .moterWheelText, .notfound li:nth-child(10) .moterWheelText, .notfound li:nth-child(11) .moterWheelText {
        background: gray !important;
    }

.leftrightborder {
    border-left: 2px solid lightgrey;
    border-right: 2px solid lightgrey;
    border-style: outset;
    border-top: none;
    border-bottom: none;
}

.topbottomborder {
    border-top: 2px solid lightgrey;
    border-bottom: 2px solid lightgrey;
    border-style: outset;
    border-left: none;
    border-right: none;
}

.inline {
    display: inline-block;
    margin: 0 10px;
}

#Transparent, #BaseColor, #PipeColor, #BladeColor {
    margin: 10px 10px;
}

.animate {
    -webkit-animation: spin 0.5s infinite linear;
    -ms-animation: spin 0.5s infinite linear;
    animation: spin 0.5s infinite linear;
    -moz-animation: spin 0.5s infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

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

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

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

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

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

/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./js/components/dateTimeControl/DateTime.css ***!
  \**************************************************************************************************************************/
.dateTimeWrapper{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.dateTimeCalendarWrapper{
    flex: 1 1 0px;
    min-width: 170px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.dateTimeCalendarWrapper:not(:first-child){
    margin-left: 5px;
}
.dateTimeCalendarWrapper:first-child{
    margin-right: 5px;
}
.dateTimeTimeWrapper{
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./js/components/graph/Graph.css ***!
  \*************************************************************************************************************/
.selectedLegendSeries tspan, .selectedLegendSeries {
	color: #007bc1 !important;
	fill: #007bc1 !important;
}
.graphPlotLineCursorLabel{
  background: rgba(0,0,0,.5);
  border: none;
  font-weight: bold;
  color: #f3f3f3;
}
.graphDigitalLabel {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    white-space: pre-wrap;
    width: 1em;
    word-wrap: break-word;
    font-family: monospace;
    color: white;
    z-index: 89;
} 
/* Graph Properties Modal */
.Graph{
    font-size: 14px;
}
.Graph table td{
    vertical-align: middle!important;
    padding: 5px;
}
.Graph table td:last-child.small{
    width: 105px;
    text-transform: lowercase;
}
.Graph table td.alignTop{
    vertical-align: top!important;
}
/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./js/components/chartTools/tools.css ***!
  \******************************************************************************************************************/

/* CSS For custom buttons (graph/waveform) */
.floatButtonGroup{
    display: flex;
    flex-direction: row;
}
.buttonGroup{
    display: flex;
    flex-direction: row;
    margin-left: 10px;
}
.buttonGroup .button{
    display: block;
    height: 30px;
    width: 120px;
    text-align: center;
    outline: none;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;

    color: #606060;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );

    box-shadow: 0 1px 0 rgba(0,0,0,0.05), 0 1px 0 rgba(255,255,255,.1) inset;
    border:1px solid #c1c1c1;
}
.buttonGroup .button:not(:first-child){
    margin-left: -1px;
}
.buttonGroup .button.small{
    height: 30px;
    width: 30px;
}
	.buttonGroup .button:not([disabled]):hover {
		background: #ffffff;
		background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
		background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
		background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
		background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
		background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
		color: #007bc1;
	}
	.buttonGroup .button.pressed, .buttonGroup .button:active {
		color: #007bc1;
		box-shadow: 0 2px 6px rgba(0,0,0,0.125) inset;
		background: #e6e6e6;
		cursor: default;
	}
.buttonGroup .button.pressed.singular:not([disabled]), .buttonGroup .button.singular:active:not([disabled]){
    cursor: pointer;
}
.buttonGroup .button.dark{
    background: #545454;
    background: -moz-linear-gradient(top,  #545454 0%, #333333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#545454), color-stop(100%,#333333));
    background: -webkit-linear-gradient(top,  #545454 0%,#333333 100%);
    background: -o-linear-gradient(top,  #545454 0%,#333333 100%);
    background: -ms-linear-gradient(top,  #545454 0%,#333333 100%);
    background: linear-gradient(to bottom,  #545454 0%,#333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#333333',GradientType=0 );

    border-color:#161616;
    color: #f3f3f3;
}
.buttonGroup .button.dark:not([disabled]):hover{
    background: #5c5c5c;
    background: -moz-linear-gradient(top,  #5c5c5c 0%, #3b3b3b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5c5c5c), color-stop(100%,#3b3b3b));
    background: -webkit-linear-gradient(top,  #5c5c5c 0%,#3b3b3b 100%);
    background: -o-linear-gradient(top,  #5c5c5c 0%,#3b3b3b 100%);
    background: -ms-linear-gradient(top,  #5c5c5c 0%,#3b3b3b 100%); 
    background: linear-gradient(to bottom,  #5c5c5c 0%,#3b3b3b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c5c5c', endColorstr='#3b3b3b',GradientType=0 ); 

    color: #f3f3f3;
}
.buttonGroup .button.dark.pressed:not([disabled]), .buttonGroup .button.dark:active:not([disabled]){
    background: #1f1f1f;
    color: #f3f3f3;
}
.buttonGroup .button[disabled]{
    opacity: .35;
    cursor: auto;
}
.buttonGroup .button:focused{
    border: 1px solid #0e6eb8;
    box-shadow: inset 0px 0px 10px rgba(2, 111, 190, .125), 0px 0px 25px rgba(2, 111, 190, .25);
    z-index: 2;
}

/* Button Icons */
.button .icon{
    width:100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: center center;
    cursor: inherit;
}
    
.icon.zoomIn{
    background-image: url('../../../icons/white/tools/zoomIn.svg');
}
.icon.zoomOut{
    background-image: url('../../../icons/white/tools/zoomOut.svg');
}
.icon.panLeft{
    background-image: url('../../../icons/white/arrows/arrow-round-left.svg');
    background-size: 14px 14px;
}
.icon.panRight{
    background-image: url('../../../icons/white/arrows/arrow-round-right.svg');
    background-size: 14px 14px;
}
.icon.pan{
    background-image: url('../../../icons/white/tools/pan.svg');
}
.button.pressed .icon.pan{
    background-image: url('../../../icons/blue/tools/pan.svg');
}
.icon.marquee{
    background-image: url('../../../icons/white/tools/marquee.svg');
}
.button.pressed .icon.marquee{
    background-image: url('../../../icons/blue/tools/marquee.svg');
}
.icon.play{
    background-image: url('../../../icons/white/tools/play.svg');
    background-size: 14px 14px;
}
.icon.pause{
    background-image: url('../../../icons/white/tools/pause.svg');
    background-size: 14px 14px;
}

/* End Custom Button Styles*/
/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./js/components/progress/progress.css ***!
  \*******************************************************************************************************************/
@-webkit-keyframes spinLoad {
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}
@keyframes spinLoad { 
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}

@-webkit-keyframes slideLoad {
    0%{height: 0px; opacity: 0;}
    100%{height: 35px; opacity: 1;}
}
@keyframes slideLoad { 
    0%{height: 0px; opacity: 0;}
    100%{height: 35px; opacity: 1;}
}
@-webkit-keyframes fadeLoad {
    0%{opacity: 0;}
    100%{opacity: 1;}
}
@keyframes fadeLoad { 
    0%{opacity:0;}
    100%{opacity: 1}
}

/* Blocking Style */
.progressMask{
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.75);
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    z-index: 1000;
    padding: 10px;
    overflow: hidden;

    animation: fadeLoad .5s linear;
    animation-iteration-count: 1;
    animation-fill-mode:both;
}
.progressMask .progressWrapper{
    height: 80px;
    width: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.progressMask .progressSpinner{
    height: 64px;
    width: 64px;
    background-image: url('../../../icons/white/spinner.svg');
    background-size: 100% 100%;
    transform-origin: 50% 48%;
    animation: spinLoad 1.1s cubic-bezier(.65,.2,.35,.8) infinite;
}
.progressMask .progressLabel{
    color: #f3f3f3;
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    text-align: center;
}

/* Blocking Light Style */
.progressMask.progressLight{
    background: rgba(180,180,180,.85);
}
.progressMask.progressLight .progressSpinner{
    background-image: url('../../../icons/black/spinner.svg');
}
.progressMask.progressLight .progressLabel{
    color: #333333;
}

/* Inline Style */
.progressBar{
    height: 35px;
    opacity: 1;
    overflow: hidden;
    width: 100%;
    background: #0f0f0f;
    cursor: default;
    animation: slideLoad .25s linear;
    animation-iteration-count: 1;
    animation-fill-mode:both;
}
.progressBar .progressWrapper{
    height: 100%;
    width: calc(100% - 20px);/*margins*/
    margin: 0 10px 0 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.progressBar .progressSpinner{
    height: 20px;
    width: 20px;
    background-image: url('../../../icons/white/spinner.svg');
    animation: spinLoad 1.1s cubic-bezier(.65,.2,.35,.8) infinite;
    background-size: 100% 100%;
    transform-origin: 50% 48%;
}
.progressBar .progressLabel{
    margin-left: 5px;
    color: #f3f3f3;
    font-size: 14px;
    text-align: left;
}

/* Inline Light Style */
.progressBar.progressLight{
    background: #c1c1c1;
}
.progressBar.progressLight .progressSpinner{
    background-image: url('../../../icons/black/spinner.svg');
}
.progressBar.progressLight .progressLabel{
    color: #333333;
}
/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./js/components/numberInput/NumberInput.css ***!
  \*************************************************************************************************************************/
.numberInput {
    display: inline-block;
    position: relative;
    height: 20px;
    vertical-align: middle;
    color: #f2f2f2;
    background: #0f0f0f;
}

.numberInputUp {
    position: absolute;
    right: 0;
    top: 0;
    width: 21px;
    height: 10px;
    z-index: 1;
    border-left: 1px solid #171717;
    border-bottom: 1px solid #171717;
    background: linear-gradient(#555654, #333333);
    cursor: pointer;
}
.numberInputUp:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../../../icons/white/arrows/arrow-up.svg');
    background-size: 6px 6px;
    background-position: center center;
    background-repeat: no-repeat;
}

.numberInputDown {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 21px;
    height: 10px;
    z-index: 1;
    border-left: 1px solid #171717;
    background-image:linear-gradient(#555654, #333333);
    cursor: pointer;
}
.numberInputDown:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../../../icons/white/arrows/arrow-down.svg');
    background-size: 6px 6px;
    background-position: center center;
    background-repeat: no-repeat;
}

.numberInput input {
    display: block;
    margin: 0;
    padding-left: 3px;
    width: 100% !important;
    height: 20px;
    line-height: 20px;
    border: 1px solid #171717;
    background: #0f0f0f;
    outline: none;
}
/*!*****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./js/components/controlPoints/ControlPoints.css ***!
  \*****************************************************************************************************************************/
.ControlPointHeader{
    height: 35px;
    padding: 0px 10px;
    border-bottom: 1px solid #606060;
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #1f1f1f;
}
.ControlPointContainer{
    padding: 10px;
    overflow-x: auto;
    overflow-y: auto;
    flex: 1 1 0px;
    word-wrap: break-word;
}
.previousButton{
    background-image: url('../../../icons/white/arrows/arrow-round-left.svg');
    background-size: 15px 15px;
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 20px;
}
.nextButton{
    background-image: url('../../../icons/white/arrows/arrow-round-right.svg');
    background-size: 15px 15px;
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-right: 20px;
    text-align: right;
}
/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./js/components/editor/WebAdminComponents/Toolbar/Toolbar.css ***!
  \*******************************************************************************************************************************************/
.toolbar {
  flex: 0 0 auto;
  background: linear-gradient(#2f2f2f, #171717);
}

/* select {
  width: 15px;
}

select option {
  width: 100px !important;
  background-color: #ffffff;
  color: #1f1f1f;
  font-size: 12px;
} */

.btn-default {
  color: #f3f3f3;
  background-color: #333;
  border-color: #1f1f1f;
}

.toolbarFloat {
  height: 8px;
  min-height: 8px !important;
  width: 100%;
  background: linear-gradient(#2f2f2f, #171717);
  position: fixed;
  top: 0px;
  opacity: 0;
  z-index: 1000;
  transition: all 400ms ease-in-out;
}
.toolbarFloat:hover {
  height: auto;
  min-height: 35px;
  opacity: 1;
}
.toolbarFloat > .menuOptions {
  display: none;
}
.toolbarFloat:hover > .menuOptions {
  display: block;
}

.alignOption {
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.iconAlignLeft {
  background-image: url("../../../../../icons/white/alignment/alignleft.svg");
}
.iconAlignTop {
  background-image: url("../../../../../icons/white/alignment/aligntop.svg");
}
.iconAlignRight {
  background-image: url("../../../../../icons/white/alignment/alignright.svg");
}
.iconAlignBottom {
  background-image: url("../../../../../icons/white/alignment/alignbottom.svg");
}
.iconAlignCenterV {
  background-image: url("../../../../../icons/white/alignment/aligncenterV.svg");
}
.iconAlignCenterH {
  background-image: url("../../../../../icons/white/alignment/aligncenterH.svg");
}
.iconSpaceH {
  background-image: url("../../../../../icons/white/alignment/spaceH.svg");
}
.iconSpaceV {
  background-image: url("../../../../../icons/white/alignment/spaceV.svg");
}
.iconStackH {
  background-image: url("../../../../../icons/white/alignment/stackH.svg");
}
.iconStackV {
  background-image: url("../../../../../icons/white/alignment/stackV.svg");
}
.iconEqualSize {
  background-image: url("../../../../../icons/white/alignment/equalSize.svg");
}
.iconEqualWidth {
  background-image: url("../../../../../icons/white/alignment/equalWidth.svg");
}
.iconEqualHeight {
  background-image: url("../../../../../icons/white/alignment/equalHeight.svg");
}

.iconLanguage {
  display: block;
  position: relative;
  float: left;
  padding: 0 12px 0 10px;
  height: 35px;
  cursor: pointer;
  /*overflow: hidden;*/
  white-space: nowrap;
  transition: color 0.1s ease-in-out;
  -webkit-user-select: none;
  user-select: none;
}

.image {
  position: relative;
  padding: 3px 3px 10px 24px;
  background-image: url("../../../../../icons/white/language_white_24dp.svg");
  background-repeat: no-repeat;
  transition: background 0.1s ease-in-out;
  height: 28px;
}

.numberInput {
  width: 55px;
}
.numberInput input {
  min-width: 0px !important;
  height: 20px !important;
}

.licenseWrapper {
  display: flex;
  flex-direction: row;
  word-break: break-all;
}

.licenseElements {
  flex: 0 0 230px;
}

/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./js/components/inputControls/Inputs.css ***!
  \**********************************************************************************************************************/
/* ToggleControl styles*/
.toggle {
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.toggle.start{
    justify-content: flex-start;
}
.toggleLabel {
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    text-transform: none;
}
.toggleSlider {
    width: 30px;
    height: 18px;
    background: transparent;
    border: 2px solid #f3f3f3;
    border-radius: 15px;
    margin-left: 5px;
    position: relative;
    cursor: pointer;
}
.toggleSlider.off {
    border: 2px solid #909090;
}
.toggleSlider .toggleInner{
    height: 10px;
    width: 10px;
    top: 2px;
    transition: left linear 100ms, background linear 100ms;
    border-radius: 10px;
    background: #f3f3f3;
    position: absolute;
    cursor: inherit;
}
.toggleSlider.off .toggleInner {
    background: #909090;
    left: 3px;
}
.toggleSlider.on .toggleInner {
    background: #f3f3f3;
    left: 13px;
}

/* CheckboxControl styles */
.checkbox {
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.checkboxLabel {
    margin-left: 5px;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
}
.check {
    height: 20px;
    width: 20px;
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.check:focus {
    height: 20px;
    width: 20px;
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    cursor: pointer;
    border-color: #0e6eb8;
    border: 1px solid #0e6eb8;
    border-radius: 0px;
}
.check.off{
    background-image: url('../../../icons/white/cb-off.svg');
}
.check.on{
    background-image: url('../../../icons/white/cb-on.svg');
}

/* Dropdown Styles */
.dropdown {
    width: 100%;
    resize: none;
    margin: 0px;
    min-width: 75px;
    font-size: 12px;
    border: 1px solid #171717;
    border-radius: 0px;
    background: #1f1f1f;
    color: #f3f3f3;
}

/* Color Picker Styles */
.colorPicker{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.freeColor{
    flex: 1 1 0px;
    min-width: 75px;
    height: 30px;
    resize: none;
    margin: 0px;
    padding: 5px;
    
    font-size: 12px;
    border: 1px solid #171717;
    border-radius: 0px;
    background: #1f1f1f;
    vertical-align: bottom;
    color: #f3f3f3;
    text-transform: uppercase;
}

.freeColor.disabled {
    cursor: not-allowed; 
}

.colorPreview{
    flex: 0 0 auto;
    /* Color picker preview is just acting as container
       to load the color picker palette hence just hide the input control
       so that it does not show hex color(BUG 187184) and also assign 0 width
       so that no inhereted width is applied to the input control in colorpicker
    */
    display: none !important;
    width: 0px !important;
}

.controlDisabled {
    pointer-events: none;
    opacity: 0.6;
}
/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./js/components/editor/Sidebar.css ***!
  \****************************************************************************************************************/
/* Layout Styles */
.sidebarContent {
  z-index: 10001;
  width: 0px;
  opacity: 0;
  display: none;
  cursor: default;
}
.sidebarContentOpen {
  width: 375px;
  height: 100%;
  opacity: 1;
  display: block;
}
.sidebarTitle {
  padding-left: 10px;
  width: 100%;
  height: 35px;
  flex: 0 0 auto;
  line-height: 35px;
  background: #007bc1;
  color: #f3f3f3;
  font-size: 14px;
  font-weight: bold;
}

.sidebarBody {
  overflow-y: auto;
  flex: 1 1 0px;
  background: #333333;
  height: 100%;
}
.hide {
  display: none;
}

/* Expand/Collapse Button */
.expandButton {
  position: absolute;
  top: 0px;
  right: 0;
  width: 35px;
  height: 35px;
  background: #007bc1;
  cursor: pointer;
  display: block;
  z-index: 100;
}
.expandImage {
  width: 35px;
  height: 35px;
  background: url(../../../icons/white/expand.svg) no-repeat center;
  background-size: 15px 15px;
  cursor: pointer;
}
.collapseButton {
  float: right;
  width: 35px;
  height: 35px;
  background: url(../../../icons/white/collapse.svg) no-repeat center;
  background-size: 15px 15px;
  cursor: pointer;
}

/* Components Sidebars */
/* Component Tab Bar*/
.componentsWrapper {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.componentsCategories {
  width: 50px;
  flex: 0 0 auto;
  height: 100%;
  background: #1f1f1f;
}
.componentsTabs {
  margin: 0;
  padding: 0;
}
.componentsTab {
  width: 50px;
  height: 50px;
  list-style-type: none;
  cursor: pointer;
}
.componentsTabSelected {
  background: #333333;
  width: 50px;
  height: 50px;
  list-style-type: none;
  cursor: pointer;
}
.controlsIcon {
  background-image: url("../../../icons/white/components/controls.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
}
.textIcon {
  background-image: url("../../../icons/white/components/graphics.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
}
.folderIcon {
  background-image: url("../../../icons/white/components/folder.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
}

/* Component Buttons */
.componentsListWrapper {
  height: 100%;
  overflow-y: auto;
  background: #333;
  flex: 1;
}
.componentsList {
  overflow: hidden;
  margin: 20px 20px 0px 20px;
  padding: 0;
  text-align: center;
}

.componentButton {
  box-sizing: border-box;
  position: relative;
  float: left;
  width: calc(50% - 10px);
  height: 105px;
  margin-bottom: 20px;
  border: 1px solid #1f1f1f;
  list-style-type: none;
  background-color: #606060;
}
.componentButton:nth-child(even) {
  float: right;
}
.componentTitle {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 35px;
  height: 35px;
  padding: 0px 5px;
  border-top: 1px solid #1f1f1f;
  color: #f3f3f3;
  background: #444;
  user-select: none;
}
.componentTitle.multiline {
  line-height: 14px;
  padding: 3px 5px;
}

/* Component Icons */
.componentIcon {
  height: 70px;
  background: #606060 center no-repeat;
  background-size: 50px 50px;
  cursor: pointer;
}
.iconAngularGauge {
  background-image: url("../../../icons/white/components/angular.svg");
}
.iconLinearGauge {
  background-image: url("../../../icons/white/components/linear.svg");
  background-size: 40px 40px;
}
.iconSlidingScale {
  background-image: url("../../../icons/white/components/sliding.svg");
}
.iconCheckbox {
  background-image: url("../../../icons/white/components/checkbox.svg");
  background-size: 40px 40px;
}
.iconThermometer {
  background-image: url("../../../icons/white/components/thermometer.svg");
  background-size: 40px 40px;
}
.iconLed {
  background-image: url("../../../icons/white/components/led.svg");
  background-size: 40px 40px;
}
.iconRockerSwitch {
  background-image: url("../../../icons/white/components/rocker.svg");
}
.iconLedSwitch {
  background-image: url("../../../icons/white/components/ledswitch.svg");
  background-size: 40px 40px;
}
.iconGraph {
  background-image: url("../../../icons/white/components/graph.svg");
  background-size: 40px 40px;
}
.iconWaveform {
  background-image: url("../../../icons/white/components/waveform.svg");
}
.iconOdometer {
  background-image: url("../../../icons/white/components/odometer.svg");
}
.iconMotor {
  background-image: url("../../../icons/white/components/motor.svg");
}

.iconChannel {
  background-image: url("../../../icons/white/components/channel.svg");
}
.iconChannels {
  background-image: url("../../../icons/white/components/channels.svg");
}
.iconFolder {
  background-image: url("../../../icons/white/components/folder.svg");
}
.iconFolders {
  background-image: url("../../../icons/white/components/folders.svg");
}
.iconAllObjects {
  background-image: url("../../../icons/white/components/allobjects.svg");
  background-size: 45px 45px;
}
.iconTextbox {
  background-image: url("../../../icons/white/components/textbox.svg");
  background-size: 45px 45px;
}
.iconHyperlink {
  background-image: url("../../../icons/white/components/hyperlink.svg");
}
.iconRectangle {
  background-image: url("../../../icons/white/components/rect.svg");
  background-size: 45px 45px;
}
.iconValueLine {
  background-image: url("../../../icons/white/components/vmLine.svg");
}
.iconMultiline {
  background-image: url("../../../icons/white/components/multiline.svg");
  background-size: 45px 45px;
}
.iconIframe {
  background-image: url("../../../icons/white/components/iframe.svg");
  background-size: 45px 45px;
}
.iconStaticImage {
  background-image: url("../../../icons/white/components/static.svg");
}
.iconAnimatedImage {
  background-image: url("../../../icons/white/components/animated.svg");
}
.iconValueImage {
  background-image: url("../../../icons/white/components/vmImage.svg");
}
/* Multiselect Icons */
.iconAlignLeft {
  background-image: url("../../../icons/white/alignment/alignleft.svg");
}
.iconAlignRight {
  background-image: url("../../../icons/white/alignment/alignright.svg");
}
.iconAlignCenterH {
  background-image: url("../../../icons/white/alignment/aligncenterH.svg");
}
.iconAlignTop {
  background-image: url("../../../icons/white/alignment/aligntop.svg");
}
.iconAlignBottom {
  background-image: url("../../../icons/white/alignment/alignbottom.svg");
}
.iconAlignCenterV {
  background-image: url("../../../icons/white/alignment/aligncenterV.svg");
}
.iconSpaceV {
  background-image: url("../../../icons/white/alignment/spaceV.svg");
}
.iconStackV {
  background-image: url("../../../icons/white/alignment/stackV.svg");
}
.iconSpaceH {
  background-image: url("../../../icons/white/alignment/spaceH.svg");
}
.iconStackH {
  background-image: url("../../../icons/white/alignment/stackH.svg");
}
.iconEqualWidth {
  background-image: url("../../../icons/white/alignment/equalwidth.svg");
}
.iconEqualHeight {
  background-image: url("../../../icons/white/alignment/equalheight.svg");
}
.iconEqualSize {
  background-image: url("../../../icons/white/alignment/equalsize.svg");
}

/* Properties Sidebars */
.sidebarSection {
  overflow: hidden;
  margin: 0px;
  color: #f3f3f3;
  font-size: 12px;
  margin: 0px 10px;
  border-bottom: 1px solid #606060;
}
.sidebarSection:not(:first-child) {
  margin-top: 15px;
}
.expandableHeader {
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  border-bottom: 1px solid #606060;
  padding-left: 15px;
  background-image: url("../../../icons/white/arrows/arrow-down.svg");
  background-position: left center;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  transition: background 0.1s ease-in-out;
  cursor: pointer;
  user-select: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.expandableHeader.closed {
  border-bottom: none;
  background-image: url("../../../icons/white/arrows/arrow-right.svg");
}
.expandableHeader > div {
  flex: 1 1 0px;
  cursor: inherit;
}
.expandableHeader > div:last-child {
  flex: 0 0 auto;
  text-align: right;
}
.nestedChild {
  margin-left: 15px;
}
.nestedChild.padded {
  padding: 10px 0px;
}
.nestedChild.withBorder > div:not(:last-child) {
  border-bottom: 1px solid #606060;
}
.sidebarProperty {
  height: 35px;
  line-height: 13px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #606060;
}
.sidebarProperty.noBorder {
  border-bottom: none;
}
.sidebarProperty:last-child {
  border-bottom: none;
}
.propertyName {
  flex: 1 1 0px;
  text-overflow: ellipsis;
}
.propertyValue {
  flex: 0 0 auto;
  text-overflow: ellipsis;
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 120px;
  white-space: nowrap;
}
.propertyAction {
  flex: 1 1 0px;
  text-overflow: ellipsis;
  display: flex;
  flex-direction: row;
  align-items: center;
  /*cursor: pointer;*/
  user-select: none;
}
.propertyAction > div {
  pointer-events: none;
  cursor: inherit;
}
.propertyValueFull {
  max-width: none;
}
/* Setting min and max width for for handling long name in Sidebar Dropdown*/
.propertyValue select {
  min-width: 120px;
  max-width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.editLink {
  margin-left: 5px;
  display: block;
  text-decoration: underline;
  cursor: pointer;
}
.actionButton {
  display: block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 1px solid #171717;
  background: linear-gradient(#545553, #343434);
  margin-right: 10px;
}
.actionButton:hover {
  background: linear-gradient(#5c5c5c, #3b3b3b);
}
.actionButton:active,
.actionButton:active:hover {
  background: #1f1f1f;
}
.actionIcon {
  width: 100%;
  height: 100%;
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: inherit;
  pointer-events: none;
}
.deleteButton {
  height: 20px;
  width: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../../icons/white/close.svg");
  cursor: pointer;
  outline: none;
  opacity: 1;
}
.extraInfo {
  padding: 10px 15px;
}
.buttonRow {
  height: 35px;
  background: #444444;
  border: 1px solid #171717;
  cursor: pointer;
  padding: 0px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.buttonRow:hover {
  background: #555555;
}
.buttonRow > div {
  flex: 0 0 auto;
  pointer-events: none;
  cursor: inherit;
  margin-right: 5px;
}

.iconPlus {
  height: 20px;
  width: 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../../icons/white/plus.svg");
}
.valueMapImageRow {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
}
.valueMapImage {
  flex: 0 0 auto;
  margin: 5px 0px;
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
}
.graphChannelListRow {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  height: 100px;
}

/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./js/components/stylePicker/CustomStyle.css ***!
  \*************************************************************************************************************************/
div.previewStyle,
span.previewStyle {
  position: inherit !important; /* For preview of date-time, breadcrumb and Text this is required to show full width of preview block */
}

.previewStyle {
  display: inherit;
  height: 100%;
  max-height: inherit;
}

.previewChannelName {
  max-height: 100%;
  min-width: 50%;
  position: relative !important; /*Required in order to make sure name field is not out of preview container, as some fix position is added by some standard styles */
  display: inline-block;
}

/*this div contains CSS for Right div (Value and Unit) in preview box*/
.previewChannelRightDiv {
  max-height: 100%;
  min-width: 50%;
  position: relative !important; /*Required in order to make sure name field is not out of preview container, as some fix position is added by some standard styles */
  display: inline-block;
}

.previewChannelContainer {
  height: 50px;
}

/* Setting min and max width for custom style dropdown for handling long custom style name */
.handleLongCustomStyleName {
  min-width: 174px;
  max-width: 174px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./js/components/imagePicker/imagePicker.css ***!
  \*************************************************************************************************************************/
/* Styles for the Image Picker Dialog */
 .imagePickerDialog{
     width: 100%;
     height: 100%;
     max-width: 715px;
     max-height: 500px;
 }
 .staticImageWrapper{
    display: inline-block;
    height: 100px;
    width: 100px;
    border: 2px solid #171717;
    margin: 5px;
    padding: 2px;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
 }
 .staticImageWrapper.selected{
     background-color: rgba(14, 110, 184, .75);
 }
 .staticImageWrapper:not(.selected):hover {
    background-color: rgba(255,255,255,.05);
}
.animeImageRowWrapper{
    border: 2px solid #171717;
    margin: 5px;
    cursor: pointer;
}
.animeImageRowHeader{
    height: 20px;
    background: #444444;
    padding-left: 7px;
    border-bottom: 2px solid #171717;
    cursor: pointer;
}
.animeImageRowWrapper.selected{
    border: 2px solid #0e6eb8;
    background: transparent;
}
.animeImageRow{
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}
.animeImageWrapper{
    display: inline-block;
    position: relative;
    flex: 1 1 0px;
    max-width: 100px;
    border: 2px solid #171717;
    margin: 5px;
    padding: 2px;
    background-origin: content-box;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
 }
 .animeImageWrapper:before {
    content: '';
    padding-top: 100%;
    float: left;
}
 .animeImgLabel{
     height: 15px;
     position: absolute;
     bottom: 0px;
     left: 0px;
     right:0px;
     background: rgba(0,0,0,.55);
     font-size: 12px;
     text-align: center;
     cursor: pointer;
 }
.animeImageRowWrapper.selected > .animeImageRowHeader {
	background: #007bc1;
	border-bottom: 2px solid transparent;
}
 /* END Styles for the Image Picker Dialog*/
/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./js/components/alarms/Alarms.css ***!
  \***************************************************************************************************************/
/* ALARM MANAGEMENT WINDOW */
.AlarmManagementPageContainer {
  height: 100%;
  background: #0f0f0f;
  color: #f3f3f3;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  user-select: none;
  outline: none;
}
.alarmManagementHeader {
	background: #007bc1;
	height: 35px;
	flex: 0 0 auto;
	padding: 7px 10px;
}
.alarmTable {
    font-size: 12px;
    font-family: Arial, sans-serif;
}
.alarmTable > thead > tr > th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  height: 18px;
  padding: 0px 8px;
  background: #444444;
  user-select: none;
  font-weight: normal;
}
.alarmTable > tbody > tr > td {
    padding: 0px 8px;
    height: 18px;
    border: 0px;
    line-height: inherit;
    vertical-align: inherit;
}
.alarmTable > thead th:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.alarmTable > thead th.sortable {
  cursor: pointer;
}
.alarmTable > thead th.sort {
    background-image: url("/icons/white/arrows/arrow-up.svg");
    background-position: calc(100% - 5px) 30%;
    background-size: 12px 12px;
    background-repeat: no-repeat;
}
.alarmTable > thead th.sort.reverse {
    background-image: url("/icons/white/arrows/arrow-down.svg");
    background-position: calc(100% - 5px) 30%;
    background-size: 12px 12px;
    background-repeat: no-repeat;
}
.alarmTableHeader {
    text-transform: none;
    height: 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    outline: none;
    font-size: 14px;
    font-family: Arial, sans-serif;
}
.alarmTableHeader:last-of-type {
  border-right: 0px;
}
.alarmHeaderRowStyle {
  background: #444444;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.evenRow {
  background: #1f1f1f;
  outline: none;
}
.oddRow {
  background: #333333;
  outline: none;
}
.alarmTable > tbody > tr.selectedAlarmRow,
.selectedAlarmRow {
	background: #007bc1;
	color: #f3f3f3;
	outline: none;
}
input[type="checkbox"] {
  vertical-align: middle;
}
.alarmState {
  position: relative;
  display: inline-block;
  opacity: inherit;
  height: 10px;
  line-height: 10px;
  width: 100%;
}
.alarmState .statusText {
  display: none;
  text-align: center;
}
.alarmState .statusBar {
  height: 10px;
  width: 100%;
  display: block;
  color: transparent;
}
.statusColumn:hover .statusBar {
  display: none;
}
.statusColumn:hover .statusText {
  display: block;
}

/* ALARM DETAILS MODAL */
.alarmDetailsHeader {
  flex: 0 0 auto;
  padding: 10px;
  background: #1f1f1f;
  border-bottom: 1px solid #0f0f0f;
  overflow-x: hidden;
}
.alarmDetailsHeader button {
  flex: 1 1 0px;
  padding: 0px 5px;
}
.alarmDetailsHeader button:not(:last-child) {
  margin-right: 10px;
}
.alarmDetailsHeader button:disabled {
  pointer-events: none;
}
.alarmDetailsContainer {
  flex: 1 1 0px;
  padding: 10px;
  overflow-y: auto;
}
.alarmDetailsTable {
  margin: 0;
}
.alarmDetailsTable tbody > tr > td {
  border: 0px;
}
.alarmDetailsTable tbody > tr:not(:last-child) > td,
.alarmDetailsNotes tbody > tr:not(:last-child) > td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.alarmDetailsValues {
  padding: 0px !important;
  margin-bottom: 10px;
}
.alarmDetailsAddNote {
  margin-bottom: 10px;
}
.alarmDetailsNotes {
  border: 0px;
}

/* Alarm Filter Modal */
.alarmFilterTable > tbody > tr > td {
  vertical-align: middle !important;
}
.alarmFilterList {
  flex: 1 1 0px;
  height: 135px;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #171717;
  background: #1f1f1f;
  color: #f3f3f3;
  padding: 0px;
  outline: none;
  -webkit-user-select: none;
  user-select: none;
  -ms-user-select: none;
}
.selectedFilterRow {
	background: #007bc1;
	color: #f3f3f3;
}
.truncatedText {
    z-index: 99;
    display: inline-block;
    max-width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.alarmTableColumnSortAsc {
    background-image: url("/icons/white/arrows/arrow-up.svg");
    background-position: calc(100% - 5px) 30%;
    background-size: 10px 10px;
    background-repeat: no-repeat;
}
.alarmTableColumnSortDec {
    background-image: url("/icons/white/arrows/arrow-down.svg");
    background-position: calc(100% - 5px) 30%;
    background-size: 10px 10px;
    background-repeat: no-repeat;
}
.alarmTableColumnResizeIcon {
    z-index: 999;
    cursor: col-resize;
    color: #0085ff;
    float: right;
}

.alarm-notification-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  margin: 0px;
  font-size: 14px;
  text-align: center;
}

.alarm-notification-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  flex-shrink: 0;
  background-image: url('/icons/white/notifications_active_outline.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Target the modal header for alarm notification modals */
.WCModal.AlarmNotification .WCModalHeader {
  font-size: 16px;
  font-weight: 400;
}
/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./js/components/waveform/waveform.css ***!
  \*******************************************************************************************************************/
/* Main Waveform Window */
.wfLegendWrapper{
    flex: 0 0 auto;
    display:flex;
    flex-direction: row;
    flex: 0 0 auto;
    user-select: none;
    -webkit-user-select: none;
}
.wfLegendWrapper table{
    margin: 2px 0 12px 0;
    user-select: none;
    -webkit-user-select: none;
}
.wfLegendWrapper table:not(:last-child){
    margin-right: 30px;
}
.wfLegendWrapper th{
    text-align: right;
    padding: 0 0 0 15px;
    text-decoration: underline;
    user-select: none;
    -webkit-user-select: none;
}
.wfLegendWrapper td{
    text-align: right;
    padding: 0 0 5px 15px;
    user-select: none;
    -webkit-user-select: none;
}
.channelItem{
    display: flex;
    flex-direction:row;
    align-items: center;
}
.cb{
    height: 15px;
    width: 15px;
    margin-right: 5px;
    background-image: url('../../../icons/white/checkbox-unchecked.svg');
    background-size: 100% 100%;
    cursor: pointer;
}
.checked>.cb{
    background-image: url('../../../icons/white/checkbox-checked.svg');
}
.colorIcon{
    height: 15px;
    width: 15px;
    border-radius: 10px;
    margin-right: 5px;
    display: none;
    cursor: pointer;
}
.checked > .colorIcon{
    display: block;
}

/* Waveform Properties Modal */
.propertiesDialog{
    height: 100%;
    max-height: 445px;
    width: 100%;
    max-width: 600px;
}
.propertiesDialog table td{
    vertical-align: middle!important;
}
.propertiesDialog table td:last-child.small{
    width: 105px;
}
/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./js/components/reports/Reports.css ***!
  \*****************************************************************************************************************/
/*START: Reports pop up Table attributes*/
.reportPageContainer {
    height: 100%;
    background: #0f0f0f;
    color: #f3f3f3;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    user-select: none;
    outline: none;
}
.reportHeader {
	background: #007bc1;
	height: 35px;
	flex: 0 0 auto;
	padding: 7px 10px;
}
.reportTable{
    width: 100%;
    background: #333333;
}
.reportTable tr {
    height: 30px;
}
.reportTable tr:not(:last-child) {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.reportTable tr:nth-child(even){
    background: rgba(255,255,255,.1);
}
.reportTable tr:nth-child(odd){
    background: rgba(255,255,255,0);
}
.reportTable td {
    padding: 3px 10px;
}
.reportTable td:first-child{
    background: #0f0f0f;
    width: 200px;
}
.reportTable th{
    background: #444444;
    padding: 3px 10px;
}

.reportTable td:not(:last-child), .reportTable th:not(:last-child){
    border-right: 1px solid rgba(255,255,255,0.3);
}

/*# sourceMappingURL=styles.css.map*/