/*color code for leaves*/
/*color code for employee*/
/*background color codes*/
.org-level {
  text-align: center;
  margin-top: 30px;
  position: relative;
  border-radius: 4px;
}
.org-level .level-box {
  display: inline-block;
  padding: 10px;
  padding-bottom: 0px;
  border: 1px dashed #cfdae0;
  border-radius: 4px;
}
.org-level .user-container {
  text-align: left;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.org-level .user-container:last-child {
  margin-right: 0px;
}
.org-level .user-container__user {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 5px;
  background-color: #ffffff;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 180px;
}
.org-level .user-container__user_not-selected {
  opacity: 0.6;
}
.org-level .user-container__user .user {
  margin: 0;
  min-height: 51px;
  line-height: 46px;
}
.org-level .user-container__user .user-details {
  font-size: 12px;
  line-height: 18px;
  color: #434f5b;
  max-width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.org-level .user-container__user .user-details__designation {
  color: #758696;
}
.org-level .user-container__user .user-details__child-count {
  min-width: 25px;
  max-width: 30px;
  height: 12px;
  line-height: 11px;
  margin-top: 3px;
}
.org-level .user-container__user .user-details__child-count_visible {
  position: relative;
  padding-left: 13px;
  border-radius: 2px;
  background-color: #6ad1df;
  font-size: 8px;
  font-weight: 600;
  color: #fff;
}
.org-level .user-container__user .user-details__child-count_visible:before {
  background: url('/img/employees@2x.png') no-repeat 0 2px;
  background-size: 8px 8px;
  content: " ";
  position: absolute;
  height: 10px;
  width: 8px;
  z-index: 1;
  top: 0px;
  left: 2px;
}
.org-level .user-container__user__image {
  width: 50px;
  height: 50px;
}
.org-level .user-container .containsChild {
  cursor: pointer;
}
.org-level .dummy-container {
  display: none !important;
}
.org-level .child-container {
  position: absolute;
  top: 110px;
  left: 0px;
}
.org-level .expansion-container {
  display: inline-block;
}
.org-level .expansion-container .expansion-element {
  cursor: pointer;
  color: #434f5b;
  font-weight: bold;
  background-color: #f6f9fb;
  height: 63px;
  vertical-align: middle;
  line-height: 58px;
  padding: 0 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.dummy-container {
  display: none !important;
}
.chart-canvas {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
}
.level-connector {
  position: absolute;
  left: 50%;
  bottom: -30px;
}
.level-connector img {
  height: 30px;
  width: auto;
}
.sticky-footer {
  position: absolute;
  bottom: 0;
  min-height: 50px;
  background-color: #ffffff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
}
.sticky-footer__item {
  display: inline-block;
}
.sticky-footer__item_left-mg {
  margin-left: 20px;
}
.sticky-footer__container {
  display: inline-block;
}
.sticky-footer__container_title {
  width: 20%;
  min-width: 150px;
  border-right: 1px solid #bcc7d1;
  text-align: center;
}
.sticky-footer__container_user-list {
  width: 78%;
  vertical-align: middle;
}
.sticky-footer__title {
  font-size: 14px;
  line-height: 50px;
  font-weight: bold;
  color: #bcc7d1;
}
.sticky-footer .forward {
  width: 15px;
}
.sticky-footer .user-container {
  text-align: left;
  display: inline-block;
}
.sticky-footer .user-container__user {
  display: inline-block;
  background-color: #ffffff;
  width: auto;
}
.sticky-footer .user-container__user_not-selected {
  opacity: 0.4;
}
.sticky-footer .user-container__user .user {
  margin: 0;
  min-height: 50px;
  line-height: 45px;
}
.sticky-footer .user-container__user .user-details {
  font-size: 12px;
  line-height: 14px;
  color: #434f5b;
  max-width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sticky-footer .user-container__user .user-details__designation {
  color: #758696;
}
.sticky-footer .user-container__user__image {
  width: 40px;
  height: 40px;
}
