.talert:link {
  color: yellow;
}

.talert:visited {
  color: yellow;
}

.talert:hover {
  color: white;
}

.talert:active {
  color: yellow;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  border-radius: 2px !important;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42;
  border-radius: 15px;
}

.iot-tooltip {
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 6px 0;
  font-size: 8px;
  line-height: 1.42;
  border-radius: 15px;
}

#toast-container .toast {
  background-position-y: 15px !important;
  font-size: 12px !important;
  width: 500px !important;
}

#toastsContainerTopRight .toast {
  width: 500px !important;
}

#toastsContainerTopRight {
  margin: 13px !important;
}

.modal-dialog .overlay {
  background: transparent !important;
  opacity: unset !important;
  left: 50% !important;
  top: 50% !important;
}

.number-input input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  margin-bottom: 3rem;
}

.number-input button {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  height: 2px;
  transform: translate(-50%, -50%);
}

.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  text-align: center;
}

.number-input.number-input {
  border: 1px solid #ced4da;
  width: 12rem;
  border-radius: .25rem;
}

.number-input.number-input button {
  width: 2.6rem;
  height: .7rem;
}

.number-input.number-input button.minus {
  padding-left: 10px;
}

.number-input.number-input button:before,
.number-input.number-input button:after {
  width: .7rem;
  background-color: #495057;
}

.number-input.number-input input[type=number] {
  max-width: 6rem;
  padding: .5rem;
  border: 1px solid #ced4da;
  border-width: 0 1px;
  font-size: 1rem;
  height: 2rem;
  color: #495057;
}

@media not all and (min-resolution: .001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color:transparent) {

    .number-input.def-number-input.safari_only button:before,
    .number-input.def-number-input.safari_only button:after {
      margin-top: -.3rem;
    }
  }
}
.control-sidebar{
  width: 350px !important;
}
.fixed-bottom-sidenav{
  position: fixed;
  bottom: 0px;
}