#hierarchy,
#hierarchy *,
#hierarchy *::before,
#hierarchy *::after {
    box-sizing: content-box;
}

#hierarchy.center-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#hierarchy .activities-wrapper {
    position: relative;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 750px;
    height: 550px;
    overflow: hidden;
    background: #f6f7fa;
    border-radius: 5px;
}

#hierarchy .page-name {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 20px;
    padding: 16px 18px 0;
}

#hierarchy .activities-list {
    padding: 30px 15px 30px 34px;
    overflow-y: auto;
    max-height: 447px;
    height: 447px;
}

#hierarchy .activities,
#hierarchy .id-priority,
#hierarchy .first-column {
    display: flex;
}

#hierarchy .separator {
    height: 60px;
    border-left: 0;
}

#hierarchy .first-column {
    width: 240px;
    max-width: 240px;
    box-sizing: border-box;
    position: relative;
}

#hierarchy .activities {
    border-bottom: 1px solid #ededed;
    height: 61px;
    box-sizing: border-box;
    background: #fff;
}

#hierarchy .activities.ui-sortable-helper {
    border-top: 1px solid #ededed;
    z-index: 5;
    background: #fff;
}

#hierarchy .activities.dragging .draggable-item {
    display: none;
}

#hierarchy .activities-list.dragging .activities.ui-droppable-hover:before {
    content: "+";
    position: absolute;
}

#hierarchy .activities:hover .draggable-item {
    position: absolute;
    height: 60px;
    width: 4px;
    background: url("../../images/draggable.png") center center no-repeat;
    left: 8px;
}

#hierarchy .activities.draggable:hover {
    cursor: move;
}

#hierarchy .ui-sortable-placeholder {
    padding: 12px 20px;
    box-sizing: border-box;
    height: 61px;
    background-color: #efefef;
    border: 1px solid #dfdfdf;
    min-width: 170px;
}

#hierarchy .new-activity-container {
    padding: 12px 20px;
    box-sizing: border-box;
    height: 61px;
    background-color: #e5edff;
    border: 1px solid #a9bff1;
    min-width: 170px;
}

#hierarchy .new-activity {
    outline: none;
    vertical-align: top;
    color: #666979;
    font-size: 15px;
    font-family: "Open Sans", arial, helvetica, sans-serif;
    padding: 6px;
    height: 34px;
    box-sizing: border-box;
    background-color: transparent;
    width: calc(100% - 120px);
    border: 0 none;
    box-shadow: none;
    border-radius: 0;
}

.float-right {
    float: right;
}

#hierarchy .button {
    font-family: "Open Sans", arial, helvetica, sans-serif;
    font-size: 15px;
    height: 26px;
    line-height: 24px;
    border-radius: 3px;
    font-weight: 600;
    cursor: pointer;
    padding: 3px 20px 3px 18px;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    background-size: inherit;
    user-select: none;
    color: #fff;
    border: 1px solid #5ba449;
    background-color: #72c45d;
    background: linear-gradient(to top, #6db65a, #72c45d) #72c45d;
}

#hierarchy .button:hover {
    border-color: #5ba449;
    background-color: #72c45d;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.06), 0 1px 1px 0 rgba(144, 148, 169, 0.5);
    background: linear-gradient(to top, #6db65a, #72c45d) #72c45d;
}

#hierarchy .button:focus {
    border-color: #5ba449;
}

#hierarchy .button:active,
#hierarchy .button.active {
    border-color: #5ba449;
    background: #6db65a;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.12);
}

#hierarchy .id-priority {
    height: 23px;
    align-items: center;
    padding-bottom: 7px;
}

#hierarchy .id-info {
    color: #9094a9;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    background: url("../../images/id.png") left center no-repeat;
    padding-left: 10px;
    height: 15px;
    line-height: 15px;
}

#hierarchy .activity-name {
    color: #123;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding-top: 7px;
    height: 23px;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#hierarchy .ac-priority {
    color: #9094a9;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    height: 15px;
    line-height: 15px;
    background: url("../../images/flag.png") left center no-repeat;
    padding-left: 18px;
    margin-left: 14px;
}

#hierarchy .health {
    background-color: #d1d1d1;
    width: 6px;
    height: 60px;
}

#hierarchy .health.good {
    background-color: #6498e4;
}

#hierarchy .message-board {
    background: url("../../images/message-board.png") center center no-repeat;
    height: 60px;
    width: 40px;
}

#hierarchy .status-wrapper {
    width: 61px;
    padding: 0 13px;
    display: flex;
}

#hierarchy .status {
    color: #666979;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    line-height: 60px;
    padding-left: 11px;
}

#hierarchy .health-1 {
    background: url("../../images/health.png") -15px center no-repeat;
    width: 15px;
    height: 60px;
}

#hierarchy .health-1.good {
    background-position: 0 center;
}

#hierarchy .add-task {
    cursor: pointer;
    position: relative;
    z-index: 2;
    background: url("../../images/plus.png") -35px center no-repeat;
    height: 44px;
    width: 35px;
    margin-right: 3px;
}

#hierarchy .add-task:hover {
    background-position: 0 center;
}

#hierarchy .info-growing .add-task {
    background-position: -70px center;
}

#hierarchy .add-task-growing {
    display: none;
}

#hierarchy .info-growing .add-task-growing {
    display: block;
    position: absolute;
    top: 19px;
    left: 20px;
    background: #45e7e3;
    height: 5px;
    width: 5px;
    animation: add-task-animation 2s infinite;
    box-shadow: 0 0 16px 3px rgba(5, 187, 181, .13);
    z-index: 1;
}

@keyframes add-task-animation {
    0% {
        box-shadow: 0 0 16px 3px rgba(5, 187, 181, .13);
    }
    33% {
        box-shadow: 0 0 16px 3px rgba(5, 187, 181, .73);
    }
    100% {
        box-shadow: 0 0 16px 3px rgba(5, 187, 181, .13);
    }
}

#hierarchy .progress-container {
    display: flex;
    width: 66px;
    padding: 0 13px;
    justify-content: flex-end;
}

#hierarchy .progress {
    color: #666979;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    line-height: 60px;
}

#hierarchy .progress-wrapper {
    border: 1px solid #c6c6c6;
    height: 7px;
    width: 26px;
    margin: 26px 0 25px 10px;
}

#hierarchy .progress-bar {
    height: 7px;
    width: 26px;
    background-color: #e6e6e6;
}

#hierarchy .estimate-container {
    display: flex;
    justify-content: flex-end;
    width: 65px;
    padding: 0 13px;
}

#hierarchy .estimate {
    color: #666979;
    text-align: right;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    white-space: nowrap;
    padding-top: 9px;
}

#hierarchy .estimate-wrapper {
    border: 1px solid #c6c6c6;
    background-color: #e6e6e6;
    margin: 13px 9px;
    height: 26px;
    width: 6px;
}

#hierarchy .estimate-bar {
    height: 26px;
    width: 6px;
    background-color: #fff;
}

#hierarchy .assigns {
    width: 115px;
    padding: 20px 13px;
    height: 20px;
    bottom: 10px;
    display: flex;
}

.user {
    height: 20px;
    width: 20px;
    border-radius: 2px;
    background: #c3c7d9 url("../../images/avatars.png") center center no-repeat;
    margin-right: 5px;
}

.user1 {
    background-color: #fbd04c;
    background-position: 0 0;
}

.user2 {
    background-color: #06c4b7;
    background-position: -20px 0;
}

.user3 {
    background-color: #a768e7;
    background-position: -40px 0;
}

.user4 {
    background-color: #00559b;
    background-position: -60px 0;
}

.user5 {
    background-color: #21aaf8;
    background-position: -80px 0;
}

.user6 {
    background-color: #fbd04c;
    background-position: -100px 0;
}

.user7 {
    background-color: #f43034;
    background-position: -120px 0;
}

.user8 {
    background-color: #fbd04c;
    background-position: -140px 0;
}

.user9 {
    background-color: #06c4b7;
    background-position: -160px 0;
}

.user10 {
    background-color: #fbd04c;
    background-position: -180px 0;
}

#hierarchy .assigns-plus {
    padding: 0 4px 0 2px;
    border: 1px solid #dadde1;
    height: 18px;
    line-height: 10px;
}

#hierarchy .assigns-plus-amount {
    color: #979ca6;
    line-height: 18px;
    font-size: 13px;
    font-family: "Open Sans", Arial, sans-serif;
}

#hierarchy .users-icon {
    vertical-align: top;
    height: 18px;
    width: 11px;
    display: inline-block;
    background: url("../../images/users.png") center center no-repeat;
}
.informer {
    position: absolute;
    color: #fff;
    background: #193885;
    font-size: 16px;
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 40px;
    padding: 0 27px;
    border-radius: 3px;
    top: 15px;
    left: 0;
    animation: bounce-informer 2s infinite;
}
.informer:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #193885;
    transform: rotate(45deg);
    bottom: -7px;
    left: 12px;
}
@keyframes bounce-informer {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-10px);
    }
    60% {
      transform: translateY(-15px);
    }
  }