﻿#slide-in-handle {
  z-index: 101;
  position: absolute;
  left: 250px;
  width: 30px;
  height: 100px;
  background: #97c900;
  color: #fff;
  box-shadow: 0px 1px 15px #111111;
}
.trGreenHeader {
  background: #7ea700;
  color: #ffffff;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #97c900 !important;
}
.k-progressbar {
  border-radius: 0px !important;
}
.k-progressbar-horizontal.k-progressbar-reverse > .k-state-selected,
.k-rtl .k-progressbar-horizontal > .k-state-selected {
  border-radius: 0px !important;
}
.k-progressbar-horizontal > .k-state-selected,
.k-rtl .k-progressbar-horizontal.k-progressbar-reverse > .k-state-selected {
  border-radius: 0px !important;
}