/*#region TaskSelectionBlock
*/
#UserSelectionBlock {
  float: left;
  overflow: visible;
  display: inline-block;
  width: 275px;
  margin-right: 20px;
  border: 2px solid #b3b3b3;
  border-radius: 5px;
  position: relative;
}

#UserFilterBlock {
  margin: 0 10px;
  padding: 10px 0;
  border-bottom: 2px solid #e6e6e6;
}

div.FilterWrapper {
  margin-top: 1rem;
}

div.FilterWrapper h3 {
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 13px;
  text-align: left;
}

#SearchNodeBox {
  width: calc(100% - 50px);
  vertical-align: top;
}

.drag {
  background-image: url(/Themes/Base/images/icons/drag_icons.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 10;
  cursor: e-resize;
}

.drag:hover,
.drag:active {
  background-position: -10px 0;
}

#UserSelectionBlock .usertree-filter-btn {
  display: inline-block;
  outline: none;
  text-decoration: none !important;
}

#UserSelectionBlock .usertree-filter-btn.collapsed,
#UserSelectionBlock .usertree-filter-btn.collapsed:active,
#UserSelectionBlock .usertree-filter-btn.collapsed:focus {
  color: #4d4d4d;
}

#UserSelectionBlock .usertree-filter-btn:hover,
#UserSelectionBlock .usertree-filter-btn.collapsed:hover {
  color: #129CDD;
}

#UserSelectionBlock .usertree-filter-btn .icon-filter {
  font-size: 1.875rem;
}

/*#endregion*/
/*#region FilterSettingsControl
*/
#pnlUserHierarchyFilter {
  display: inline-block;
  text-align: left;
  width: 100%;
}

#pnlUserHierarchyFilter .custom-control + .custom-control {
  border-top: 1px solid #b3b3b3;
}

#pnlUserHierarchyFilter .custom-control {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  margin: 0;
}

#pnlUserHierarchyFilter .usersDeletedInterval {
  margin-bottom: 15px;
}

/*#endregion*/
/*#region Tree
*/
.treeContainer {
  padding: 6px 0 20px;
  position: relative;
  background-color: #e6e6e6;
  box-shadow: 0px 5px 8px 0px #d2d2d2 inset, 0px -5px 8px 0px #d2d2d2 inset;
}

#newNodeTree {
  width: 275px;
  height: 200px;
  min-height: 300px;
  max-height: 800px !important;
}

/*#endregion*/
td.myJobCtrl {
  display: none;
}

td.myJobCtrl div {
  width: 0px !important;
}

/* #region UserTree scroller */
.treeContainer div.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: transparent;
}

.treeContainer div.scrollbar-inner > .scroll-element .scroll-element_outer {
  padding: 0 3px;
  left: -3px;
}

.treeContainer div.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: transparent;
  padding: 0 3px;
}

.treeContainer div.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: transparent;
}

.treeContainer div.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: transparent;
  right: 3px;
}

.treeContainer div.scrollbar-inner > .scroll-element .scroll-bar:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 6px;
  background-color: #4d4d4d;
  border-radius: 8px;
}

.treeContainer div.scrollbar-inner > .scroll-element:hover .scroll-bar:before {
  background-color: #666;
}

.treeContainer div.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar:before {
  background-color: #808080;
}

.treeContainer div.scrollbar-inner > .scroll-element,
.treeContainer div.scrollbar-inner > .scroll-element div {
  z-index: 1;
}

.treeContainer div.scrollbar-inner > .scroll-element .scroll-element_track,
.treeContainer div.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  opacity: 1;
}

.treeContainer div.scrollbar-inner > .scroll-element.scroll-y {
  width: 6px;
}

.treeContainer div.scrollbar-inner > .scroll-element.scroll-x {
  height: 6px;
}

.treeContainer .user-external-scroll_x {
  display: none;
  position: absolute;
}

.treeContainer .user-external-scroll_x.scroll-scrollx_visible {
  display: block;
  height: 6px;
  left: 0;
  bottom: -8px;
  width: 100%;
}

.treeContainer .user-external-scroll_x div {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

.treeContainer .user-external-scroll_x .scroll-bar {
  background-color: transparent;
  z-index: 2;
  width: 100px;
  padding: 4px 0;
  background-origin: content-box;
}

.treeContainer .user-external-scroll_x .scroll-bar:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #4d4d4d;
  border-radius: 8px;
}

.treeContainer .user-external-scroll_x:hover .scroll-bar:before {
  background-color: #666;
}

.treeContainer .user-external-scroll_x.scroll-draggable .scroll-bar:before {
  background-color: #808080;
}

/* #endregion */
/* #region Password Strength Meter  */
.passwordMessage {
  border: 1px solid red;
  background-color: #edabab;
  font-weight: 700;
  border-radius: 5px;
  padding: 5px 10px;
  margin-left: 5px;
  color: #808080;
  height: 100%;
  width: auto;
}

.passwordMessage.strong {
  border: 1px solid green;
  background-color: #abeda3;
}

.passwordInput {
  white-space: nowrap;
}

/* #endregion */
/* #region Mass Move*/
#userMultipleSelectionDialog {
  display: none;
}

#userMultipleSelectionDialog table tr td:first-child {
  vertical-align: top;
  padding-top: 17px;
  padding-right: 7px;
}

#userMultipleSelectionDialog table tr:first-child {
  border-bottom: 2px solid #f6f6f6;
}

#userMultipleSelectionDialog table td {
  padding: 10px 0;
}

/* #endregion */
#userTreeFilterButton {
  top: 2px;
}