/**
    NEUTRAL COLORS
*/
/**
    Group 1: 
    Neutral Colors in group 1 are used in backgrounds, panels, panes, or any other non actionable 
    elements and help differentiate sections in a context.
*/
/**
    Group 2:
    Neutral Colors in group 2 are used to emphasize active states in some actionable elements 
    (i.e. radio buttons and group buttons such as pagination)
*/
/**
    DYNAMIC COLORS
*/
/**
    Group 1: 
    Dynamic Colors in group 1 are used to highlight, emphasize or apply prominence to interactive elements (CTAs) 
    in the application.
*/
/**
    Group 2:
    Dynamic Colors in group 2 help establish a logic to highlight outcomes, results or settings in a range from 
    positive to negative, success to failure, etc. Colors can be added in between following same logic to expand the range.
*/
/**
    NEUTRAL COLORS
*/
/**
    Group 1: 
    Neutral Colors in group 1 are used in backgrounds, panels, panes, or any other non actionable 
    elements and help differentiate sections in a context.
*/
/**
    Group 2:
    Neutral Colors in group 2 are used to emphasize active states in some actionable elements 
    (i.e. radio buttons and group buttons such as pagination)
*/
/**
    DYNAMIC COLORS
*/
/**
    Group 1: 
    Dynamic Colors in group 1 are used to highlight, emphasize or apply prominence to interactive elements (CTAs) 
    in the application.
*/
/**
    Group 2:
    Dynamic Colors in group 2 help establish a logic to highlight outcomes, results or settings in a range from 
    positive to negative, success to failure, etc. Colors can be added in between following same logic to expand the range.
*/
.item-underline {
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  background: #FF4F03;
  border-radius: 10px;
  width: 80%;
  margin-bottom: -6px;
  left: 10%;
}

.sub-container-item-amount {
  text-align: right;
}

.tree-node-content-fluid {
  width: 88% !important;
  margin: 0 0 0 0;
}

.angular-ui-tree-nodes {
  display: block;
  position: static;
  padding: 0;
  list-style: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-bottom: 2px;
}

li .value-highlight {
  background-color: #E6E7E8;
}

.margin-left-zero {
  margin-left: -15px;
}

/* Values styles is used on modal styles*/
.value-row {
  margin-left: 20px;
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -ms-flexbox;
  cursor: pointer;
}
.value-row .value-indicator {
  color: #999;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.value-row .value-item {
  margin-left: 5px;
  width: 150px;
  display: inline-block;
}
@media (min-width: 1200px) {
  .value-row .value-item {
    min-width: 90px;
    margin-left: 0;
  }
}
.value-row .value-count {
  margin-left: 0;
  width: 50px;
  display: inline-block;
}
.value-row .value-percent {
  margin-left: 0;
  width: 70px;
  padding-right: 10px;
  padding-left: 5px;
  display: inline-block;
}
.value-row {
  /*Arrow for highlight outliers*/
}
.value-row .value-icon {
  width: 15px;
}

.fa-circle-fix:before {
  position: absolute;
  top: -15px;
  left: 1px;
}

/* This is used on the pane modal*/
.value-sucess {
  background-color: #c1e2b3;
}
.value-sucess .fa-long-arrow-alt-up:before {
  color: rgb(82.3142857143, 145.4857142857, 55.5142857143);
}

.value-info {
  background-color: #afd9ee;
}
.value-info .fa-long-arrow-alt-up:before {
  color: rgb(30.3721649485, 105.4092783505, 142.9278350515);
}

.let-pane-row .fa-long-arrow-alt-up:before, .modal-pane-row .fa-long-arrow-alt-up:before, .hierarchy-view-row .fa-long-arrow-alt-up:before {
  font-size: 11px;
  position: relative;
  top: -1px;
}
.let-pane-row:hover, .modal-pane-row:hover, .hierarchy-view-row:hover {
  background-color: rgb(202.35, 228.35, 232.25) !important;
}
.let-pane-row.value-sucess:hover, .modal-pane-row.value-sucess:hover, .hierarchy-view-row.value-sucess:hover {
  background-color: #dff0d8;
}
.let-pane-row.value-info:hover, .modal-pane-row.value-info:hover, .hierarchy-view-row.value-info:hover {
  background-color: #d9edf7;
}

.angular-ui-tree-node,
.angular-ui-tree-placeholder {
  position: static;
  padding: 0;
  min-height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  min-width: 100%;
}

@media (min-width: 1200px) {
  .angular-ui-tree-placeholder {
    width: 256px !important;
  }
}

.angular-ui-tree-node .row,
.angular-ui-tree-placeholder .row {
  margin-right: 0;
  clear: both;
}

.angular-ui-tree-node-fluid {
  width: 100% !important;
  max-width: 330px;
}

.angular-ui-tree-hidden {
  display: none;
}

.angular-ui-tree-placeholder {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
}

.tree-move-bars {
  cursor: move;
}

.angular-ui-tree-handle {
  text-decoration: none;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 20px;
  line-height: 20px;
}

.angular-ui-tree-drag {
  position: absolute;
  pointer-events: none;
  z-index: 7;
  opacity: 0.8;
}

.tree-node {
  color: #ffffff;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
  height: 35px;
  cursor: pointer;
  padding-left: 4px;
}
.sidebar-inner .tree-node {
  color: #FFFFFF;
  background: rgb(63.8, 110.2, 133.4);
}
#content-admin .tree-node {
  color: white;
  border-radius: 4px;
}
#content-admin .tree-node .fa {
  color: white;
}
#content-admin .tree-node.tree-node-open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.tree-node-fluid {
  width: 100% !important;
}
.tree-node-fluid .editable-input {
  width: 153px !important;
  height: 25px;
  padding: 1px 8px;
}

.child-tree {
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 0;
  border-bottom-style: solid;
  border-color: #b3b3b3;
}
.sidebar-inner .child-tree {
  border-right: 0;
  background-color: rgb(39.9, 92.1, 118.2);
  color: rgb(207.2, 218.8, 224.6);
}
.child-tree .angular-ui-tree-node {
  margin-bottom: 0;
}

.child-tree-value-spinner {
  list-style: none;
  height: 30px;
}

.child-tree-value-spinner > li {
  height: 15px;
}

.tree-sub-node {
  color: white;
  height: 32px;
  border-radius: 4px;
}
.tree-sub-node.left-pane-tree {
  float: left;
  display: inline-flex !important;
}
.tree-sub-node.not-allowed {
  cursor: not-allowed;
  position: absolute;
  width: 45px;
  height: 25px;
  top: 0;
  left: 0;
}

.parentInclude {
  color: #7b9f38;
}

.parentExclude {
  color: #e43b2a;
}

.tree-sub-node-fluid {
  width: 90%;
}

.overflow-ellipsis, .tree-sub-label, .tree-label {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tree-label {
  color: #ffffff;
  width: 210px;
  position: relative;
  top: -13px;
  left: 34.5px;
}
.sidebar-inner .tree-label {
  color: white;
}

.tree-sub-label {
  cursor: pointer;
  width: 230px;
  position: relative;
  top: -13px;
  left: 38.5px;
}
@media (min-width: 1200px) {
  .tree-sub-label {
    width: 230px;
  }
}

.tree-sub-options {
  float: right;
  margin-left: 222px;
  top: -35px;
  position: relative;
  color: #999;
  cursor: pointer;
  font-size: 10px;
}
.tree-sub-options span:first-child {
  margin-right: 35px;
}

.tree-sub-label-fluid {
  width: 60% !important;
}

.tree-sub-action-controls {
  margin-bottom: -30px;
}

.tree-sub-action-controls > button {
  color: white;
  position: relative;
  top: -35px;
  width: 51px;
  left: 291.5px;
}
.tree-sub-action-controls > button:hover, .tree-sub-action-controls > button:focus {
  color: white;
}

.tree-label-edit {
  position: relative;
  top: -15px;
  left: 26.5px;
  z-index: 10;
}

.tree-expand-control {
  color: #ffffff;
  width: 10px;
  position: relative;
  top: 6px;
  left: 5px;
}
.sidebar-inner .tree-expand-control {
  color: #4f4f4f;
}

.tree-expand-sub-control {
  cursor: pointer;
  width: 5px;
  position: relative;
  top: 6px;
  left: 13px;
}

.tree-action-controls {
  position: relative;
  top: -33px;
  left: 190px;
  width: 51px;
}

.tree-action-controls-fluid {
  left: 0;
  float: right;
}

.tree-node-content {
  margin: 0 4px 10px 4px;
  height: 25px;
  display: block;
}
.tree-node-content .leftpaneCategoryContainer {
  position: relative;
}
.tree-node-content .leftpaneCategoryContainer .blockCategoryToggle {
  width: 42px;
  height: 24px;
  position: absolute;
  top: -35px;
  right: 0;
  background-color: transparent;
}
.tree-node-content span.fa-chevron-up,
.tree-node-content span.fa-chevron-down {
  width: 20px;
  display: inline-block;
  position: relative;
  left: 10px;
  top: 7px;
}
.tree-node-content .tree-expand-sub-control.fa-chevron-down, .tree-node-content .tree-expand-sub-control.fa-chevron-right {
  left: 14.6px;
}
@media (min-width: 1200px) {
  .tree-node-content {
    margin: 0 4px 7px 0;
  }
}

.tree-node > .tree-node-content > a,
.tree-sub-node > .tree-node-content > a {
  text-decoration: none;
  color: white;
}

.tree-handle {
  color: white;
  padding: 7px;
  margin-right: 5px;
  cursor: move;
  margin-left: 4px;
}

.tree-handle-head {
  color: #ffffff;
  padding: 7px;
  margin-right: 5px;
}
#content-admin .tree-handle-head {
  color: #4f4f4f;
}

.tree-handle-head-fluid {
  width: 5% !important;
}

.angular-ui-tree-placeholder {
  background: #f0f9ff;
  border: 2px dashed #bed2db;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tree-resizer {
  margin-top: 7px;
}
.tree-resizer .resize-container {
  border-bottom: solid 1px black;
  margin-bottom: 15px;
}

.resize-icon {
  text-align: center;
  padding-top: 5px;
  width: 100%;
}

.resize-items {
  text-align: right;
  position: relative;
  top: -21px;
  margin-right: 5px;
}

.include-exclude-balloon {
  background-color: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 25px;
  position: absolute;
  width: 82px;
  height: 45px;
  left: 20px;
  padding: 0;
  top: -48px;
}
.include-exclude-balloon span {
  padding: 9px 0 0 10px;
  color: #999;
  cursor: pointer;
}
.include-exclude-balloon span.bottom-caret {
  position: relative;
  bottom: -6px;
  width: 0;
  height: 0;
  padding: 0;
  border-top: 9px solid #b3b3b3;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: "";
  float: left;
  left: 28px;
}
.include-exclude-balloon span.bottom-caret::before {
  position: relative;
  bottom: 11px;
  left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  content: "";
  float: left;
}

.sub-container-item .ballon-container {
  list-style: none;
  position: absolute;
  width: 100%;
  cursor: pointer;
}

.modalFilters {
  list-style: none;
  position: absolute;
  width: 100%;
  cursor: pointer;
  margin: 0;
}
.modalFilters .include-exclude-balloon {
  background-color: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 25px;
  position: absolute;
  width: 75px;
  height: 27px;
  left: 193px;
  padding: 0;
  top: -46px;
}
.modalFilters .include-exclude-balloon span {
  color: #999;
  cursor: pointer;
  padding: 2px 4px 0 5px;
}
.modalFilters .include-exclude-balloon .bottom-caret {
  position: relative;
  bottom: 0;
  width: 0;
  height: 0;
  padding: 0;
  border-top: 9px solid #b3b3b3;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  content: "";
  float: left;
}

.addFiltersTable .value-indicator {
  color: #999;
  width: 15px;
  height: 0;
  display: -webkit-box;
}

.commentIndent {
  position: relative;
  left: 35px;
  width: 95%;
}

#tree-root {
  padding: 5px;
}

@media screen and (max-width: 1024px) {
  .tree-node-fluid .editable-input {
    width: 151px !important;
  }
}

/*# sourceMappingURL=cm-ui-tree.css.map */
