.label-handle {
  position: absolute;
  width: 44px;
  z-index: 60;
  top: -28px;
  font-size: 10pt;
  text-align: center;
  color: #ffffff;
}
.label-handle:nth-child(2) {
  left: -22px;
}
.label-handle:nth-last-child(2) {
  right: -22px;
}
.phantom-label-handle{
  position: absolute;
  width: 44px;
  z-index: 60;
  top: -29px;
  left: 6px;
  font-size: 9pt;
  text-align: center;
  color: #ffffff;
}
.phantom-label-handle1{
  left: -6px;
}
.phantom-handle {
  display: block;
  background-color: transparent;
  height: 500%;
  width: 44px;
  cursor: pointer;
  position: absolute;
  top: -34px;
  margin-left: -7px;
  z-index: 50;
  left:14px; 
}
.phantom-handle1 {
  left:0px;
}
.elessar-handle {
  display: block;
  background-color: transparent;
  height: 500%;
  width: 44px;
  cursor: ew-resize;
  position: absolute;
  top: -34px;
  z-index: 40;
}
.elessar-handle:first-child {
  left: -22px;
}
.elessar-handle:last-child {
  right: -22px;
}
.elessar-vertical .elessar-handle {
  height: 5px;
  width: 100%;
  left: 0;
  right: 0;
  top: auto;
  bottom: auto;
  cursor: ns-resize;
}
.elessar-vertical .elessar-handle:first-child {
  top: 0;
}
.elessar-vertical .elessar-handle:last-child {
  bottom: 0;
}
.elessar-indicator {
  position: absolute;
  background: black;
  border-color: white;
  border-style: solid;
  border-width: 0 1px;
  width: 2px;
  height: 100%;
  z-index: 30;
}
.elessar-vertical .elessar-indicator {
  width: 100%;
  height: 2px;
}
.elessar-range {
  position: absolute;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  /*overflow: hidden;*/
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #004EA0;
  width: 0;
  z-index: 20;
  height: 12px;
}
.delete-range {
  margin: -24px auto 0;
  display: block;
  width: 44px;
}
.label-delete {
  margin: 0 auto;
  display: block;
  width: 38px;
  font-size: 11px;
  margin-top: -44px;
  color: #fff;
  text-transform: uppercase;
}
.elessar-readonly.elessar-phantom .delete-range, .elessar-readonly.elessar-phantom .label-delete{ display: none;}
.elessar-vertical .elessar-range {
  width: auto;
  height: 0;
}
.elessar-label {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  border-left: 1px solid #999;
  padding-left: 20px;
}
.elessar-readonly {
  cursor: default !important;
}
.elessar-phantom {
  background-color: transparent;
  /*background: rgba(0,0,0,0.5);*/
  color: white;
  text-align: center;
  cursor: pointer !important;
  z-index: 50;
}
.elessar-rangebar {
  position: relative;
  height: 12px;
  line-height: 12px;
  background: #E0E0E0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    z-index: 10;
}
.elessar-delete-confirm {
  background: red;
}
body.elessar-resizing, body.elessar-dragging {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.elessar-resizing,
body.elessar-resizing .bar,
body.elessar-resizing .handle {
  cursor: ew-resize !important;
}
body.elessar-resizing.elessar-resizing-vertical,
body.elessar-resizing.elessar-resizing-vertical .bar,
body.elessar-resizing.elessar-resizing-vertical .handle {
  cursor: ns-resize !important;
}
body.elessar-dragging,
body.elessar-dragging .bar,
body.elessar-dragging .handle {
  cursor: move !important;
  cursor: -webkit-grabbing !important;
  cursor: -moz-grabbing !important;
  cursor: grabbing !important;
}
