.slx-autocomplete {
  padding-right: 15px;
}
.slx-autocomplete-container {
  position: relative;
  box-sizing: border-box;
  display: block;
}
.slx-autocomplete-container.input-group {
  display: table;
}
.slx-autocomplete-container.open {
  z-index: 5;
}
.slx-autocomplete.form-control {
  padding-right: 30px;
}
.slx-autocomplete-arrow {
  position: absolute;
  display: inline-block;
  top: 1px;
  right: 0px;
  width: 30px;
  height: calc(100% - 2px);
  background-color: transparent;
  border: none;
  outline: none;
}
.slx-autocomplete-arrow > .caret {
  margin-top: -2px;
}
.slx-autocomplete-options {
  position: absolute;
  box-sizing: border-box;
  list-style: none;
  border: solid 1px #ccc;
  background-color: #fff;
  top: 100%;
  left: 0;
  min-width: 100%;
  z-index: 1;
  padding: 7.5px 0;
  margin: -1px 0 0 0;
  max-height: 254px;
  overflow-y: auto;
}
.slx-autocomplete-options > li {
  padding: 7.5px 15px;
  font-size: 0.8em;
  box-sizing: border-box;
}
.slx-autocomplete-options > li:first-child {
  margin-top: -7.5px;
}
.slx-autocomplete-options > li:last-child {
  margin-bottom: -7.5px;
}
.slx-autocomplete-options > li:hover,
.slx-autocomplete-options > li:focus,
.slx-autocomplete-options > li.active {
  cursor: pointer;
  background-color: Highlight;
}
.slx-autocomplete-template {
  display: none;
}
.slx-autocomplete-group-btn {
  width: 0;
}
.slx-autocomplete-group-btn .slx-autocomplete-arrow {
  right: 0 !important;
  margin-left: -30px;
}
.form-inline .slx-autocomplete-container {
  display: inline-block;
}
.input-group .slx-autocomplete-arrow {
  z-index: 3;
}

.slx-list-unstyled {
  list-style: none;
}

.slx-calendar {
  position: relative;
  overflow-x: hidden;
  display: inline-block;
  width: 250px;
  background-color: #fff;
  border: solid 1px #999;
  vertical-align: top;
  white-space: nowrap;
}
.slx-calendar-controls {
  padding: 10px;
  text-align: center;
  background-color: #222;
  color: #fff;
}
.slx-calendar-controls a {
  padding: 0 2.5px;
}
.slx-calendar-controls a,
.slx-calendar-controls a:active {
  color: #fff;
  text-decoration: none;
}
.slx-calendar-controls a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.slx-calendar-controls .slx-calendar-controls-previous,
.slx-calendar-controls .slx-calendar-controls-next {
  margin: -10px;
  padding: 10px;
}
.slx-calendar-controls .slx-calendar-controls-previous::before,
.slx-calendar-controls .slx-calendar-controls-next::before {
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  margin: 3px 0;
  content: '';
}
.slx-calendar-controls-previous {
  float: left;
}
.slx-calendar-controls-previous::before {
  border-right: 6px solid;
}
.slx-calendar-controls-next {
  float: right;
}
.slx-calendar-controls-next::before {
  border-left: 6px solid;
}
.slx-calendar-calendar {
  position: relative;
  display: inline-table;
  width: calc(100% - 20px);
  border-collapse: collapse;
  margin: 10px;
  box-sizing: border-box;
  vertical-align: top;
}
.slx-calendar-calendar thead th {
  border-bottom: solid 1px #eee;
}
.slx-calendar-calendar th,
.slx-calendar-calendar td {
  text-align: center;
  padding: 5px;
}
.slx-calendar-calendar td:hover,
.slx-calendar-calendar td:active,
.slx-calendar-calendar td:focus {
  background-color: #eee;
  cursor: pointer;
}
.slx-calendar-calendar td.current {
  background-color: #ccc;
}
.slx-calendar-calendar td.active {
  background-color: highlight;
  color: #fff;
}
.slx-calendar-calendar td.muted {
  opacity: 0.5;
}
.slx-calendar-view-year tbody td,
.slx-calendar-view-decade tbody td {
  padding: 15px 10px;
}

.slx-dateselector-container {
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
.slx-dateselector-container .slx-input-group {
  display: block;
}
.slx-dateselector-container.open {
  z-index: 2;
}
.slx-dateselector-icon > span {
  margin-top: -2px;
}
.slx-dateselector-calendar {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  margin: -1px 0 0 0;
}
.slx-input-group .slx-dateselector {
  padding-right: 15px;
}
.slx-input-group .slx-dateselector.form-control {
  padding-right: 30px;
}
.slx-btn.slx-dateselector-icon {
  position: absolute;
  display: inline-block;
  top: 1px;
  right: 0px;
  width: 30px;
  height: calc(100% - 2px);
  background-color: transparent;
  border: none;
  outline: none;
  color: #666;
}
.form-inline .slx-dateselector-container {
  display: inline-block;
}

.slx-fixedgrid {
  position: relative;
}
.slx-fixedgrid::after {
  display: table;
  width: 100%;
  content: '';
  clear: both;
}
.slx-fixedgrid > .slx-fixedgrid-column {
  float: left;
  overflow: hidden;
  max-height: 400px;
}
.slx-fixedgrid > .slx-fixedgrid-column .slx-fixedgrid-body {
  overflow: hidden;
}
.slx-fixedgrid > .slx-fixedgrid-column table {
  width: calc(100% + 1px);
}
.slx-fixedgrid > .slx-fixedgrid-column + .slx-fixedgrid-scrolling {
  float: left;
}
.slx-fixedgrid .slx-fixedgrid-scroll-x {
  overflow-x: auto;
  max-width: 100%;
}
.slx-fixedgrid .slx-fixedgrid-scroll-y {
  overflow-y: auto;
  max-height: 400px;
}
.slx-fixedgrid th,
.slx-fixedgrid td {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: none !important;
}
.slx-fixedgrid .slx-fixedgrid-scrolling th,
.slx-fixedgrid .slx-fixedgrid-scrolling td {
  width: 100px;
}
.slx-fixedgrid .slx-fixedgrid-scrolling .slx-fixed {
  display: none;
}
.slx-fixedgrid .slx-fixedgrid-scrolling .slx-fixedgrid-header {
  width: 2000px;
}
.slx-fixedgrid .slx-fixedgrid-scrolling .slx-fixedgrid-body {
  width: 2000px;
  overflow-y: hidden;
}
.slx-fixedgrid-header table {
  table-layout: fixed;
  width: auto;
  margin: 0;
}
.slx-fixedgrid-body {
  overflow-y: hidden;
}
.slx-fixedgrid-body table {
  table-layout: fixed;
  width: auto !important;
  margin-bottom: 25px;
}
.slx-fixedgrid-body table > tbody {
  overflow: auto;
}
.slx-fixedgrid-body table th,
.slx-fixedgrid-body table td {
  height: 25px !important;
}
.slx-fixedgrid-group {
  position: relative;
}
.slx-fixedgrid-header table th::before,
.slx-fixedgrid-body table th::before,
.slx-fixedgrid-header table td::before,
.slx-fixedgrid-body table td::before {
  display: block;
  height: 0;
  width: 100px;
  content: '';
}

.slx-nodebar-container {
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
}
.slx-nodebar.slx-progress {
  height: 8px;
  margin-top: 16px;
  padding: 0;
}
.slx-nodebar-nodes {
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 26px;
}
.slx-nodebar > .slx-nodebar-nodes > .slx-nodebar-node > .btn:not(.btn-success) {
  background-color: #fff;
}
.slx-nodebar-node {
  position: relative;
  float: left;
  text-align: left;
  margin: 0 -5px 0 0;
}
.slx-nodebar-node .slx-nodebar-node {
  margin-left: 0;
  margin-right: 0;
}
.slx-nodebar-node > .slx-nodebar-nodes > .slx-nodebar-node:last-child {
  float: right;
  margin-left: -10px;
  margin-right: 0;
}
.slx-nodebar-node .slx-nodebar-nodes {
  top: 3px;
  width: 80%;
  margin-left: calc(10% + 5px);
}
.slx-nodebar-node .slx-nodebar-nodes > .slx-nodebar-node {
  text-align: center;
  width: 100%;
}
.slx-nodebar-node .slx-nodebar-nodes > .slx-nodebar-node .btn {
  width: 15px;
  height: 15px;
}
.slx-nodebar-node .slx-nodebar-nodes > .slx-nodebar-node .btn.btn-default[disabled] {
  background-color: #aaa;
}
.slx-nodebar-node .btn {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  border-style: solid;
  border-width: 3px;
  border-radius: 100%;
  vertical-align: top;
  z-index: 1;
}
.slx-nodebar-node .btn[disabled] {
  opacity: 1 !important;
  filter: unset;
  border-color: #aaa;
}

.slx-numericinput {
  text-align: right;
}

.slx-context-status {
  height: 50px;
  margin-bottom: 0 !important;
}
.slx-context-status-container {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: -50px;
  -webkit-transition: bottom ease-in-out 0.2s;
  transition: bottom ease-in-out 0.2s;
}
.slx-context-status .slx-icon {
  margin-right: 10px;
}

.slx-timeselector-container {
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
.slx-timeselector-container .slx-input-group {
  display: block;
}
.slx-timeselector-container.open {
  z-index: 2;
}
.slx-timeselector-container.open .slx-timeselector-options {
  display: block;
}
.slx-timeselector-icon > span {
  margin-top: -2px;
}
.slx-timeselector-options {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  margin: -1px 0 0 0;
  height: 135px;
  width: 100%;
  overflow: auto;
  background-color: #fff;
  border: solid 1px #CCC;
  display: none;
}
.slx-timeselector-options ul {
  margin: 0;
  padding: 0;
}
.slx-timeselector-options ul > li {
  display: block;
  padding: 2.5px 10px;
  color: #222;
  text-decoration: none;
  margin: 0;
  height: 26px;
}
.slx-timeselector-options ul > li:hover,
.slx-timeselector-options ul > li:focus,
.slx-timeselector-options ul > li:active,
.slx-timeselector-options ul > li.active {
  background-color: Highlight;
  color: HighlightText;
}
.slx-btn.slx-timeselector-icon {
  position: absolute;
  display: inline-block;
  top: 1px;
  right: 0px;
  width: 30px;
  height: calc(100% - 2px);
  background-color: transparent;
  border: none;
  outline: none;
  color: #666;
}
.slx-input-group .slx-timeselector {
  padding-right: 15px;
}
.slx-input-group .slx-timeselector.form-control {
  padding-right: 30px;
}
.form-inline .slx-timeselector-container {
  display: inline-block;
}
