.tree {
    background: url("sprite.png");
    width: 14px;
    height: 14px;
    display: inline-block;
    background-position: 0px 46px;
    margin-top: 2px;
}

.btnCallapsed {
    background-position: -182px -281px;
}

.btnExpanded {
    background-position: -200px -281px; 
}
.angularLazyLoad{
    background: url("loading.gif");
}



.treeBtn.endNode {
    background-position: -28px -23px;
}

/*.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    top: 0px;
    left: 0px;
    background: url("overlay.png");
}*/

.boxContainer {
    /*border: 1px solid orange;*/
    /*background: orange;*/
    background: #fff;
    /*text-shadow: #aaa 0.5px 0.5px;*/
    /*width: 40%;*/
    /*height: 70%;*/
    height: auto;
    overflow: auto;
    box-shadow: #222 20px 10px 30px 10px;
    /*margin-top: 50px;*/
    /*margin-left: 25%;*/
    /*padding-left:10px;*/
    border-radius: 2px;
}

.dataContainer {
    margin-top: -16px;
    width: 100%;
    height: 75px;
    overflow: auto;
    background: linen;
    color: #333;
}

.header {
    /*background: orange;*/
    /*text-align: center;*/
}



.searchBar {
    /*background: linen;*/
    border-top: 1px solid #f2f2f2;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
    padding-left: 31px;
}

.searchText {
    display: block;
    /*width: 80%;*/
    width: 90%;
    padding: 6px 12px;
    height: 25px;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

html {
    font-family: 'Noto Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
}


/*Added CSS for Category 2.0 look*/
.modal .btn, .btn-large, .btn-flat {
    border: none;
    font-weight: 700;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 1.429rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none !important;
}

.btn-flat {
    box-shadow: none;
    background-color: transparent;
    color: #159dfc;
    cursor: pointer;
}

.modal-header .title {
    font-size: 1.286rem;
}

.modal-header {
    padding: 20px;
}
.treecomponant li{
    position:relative;
}
.treeComponentContainer {
    height: 328px;float:left;padding:10px 0;
}
    .treeComponentContainer > ul {
        list-style: none;
        float: left;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
    }
    .treeComponentContainer > ul li {
        float:left;
        width:100%;
        padding-bottom:8px;
        box-sizing:border-box;
    }


/*.treecomponant > li input[type="checkbox"] {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0px;
    z-index: 0;
}*/

/*.treecomponant > li [type="checkbox"]:not(:checked),
.treecomponant > li [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}*/

[type="checkbox"] {
  /* checkbox aspect */
}

.treecomponant > li [type="checkbox"] + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
 .treecomponant > li [type="checkbox"] + span {
    line-height: 22px;
    /* chrome only hack */
  }
}

/*.treecomponant > li .formWrap:before [type="checkbox"]*/

.treecomponant > li [type="checkbox"] + span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

.treecomponant > li [type="checkbox"]:not(:checked):disabled + span:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

.treecomponant > li [type="checkbox"]:checked + span:before {
  top: -4px;
  left: -3px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #159dfc;
  border-bottom: 2px solid #159dfc;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.treecomponant > li [type="checkbox"]:checked:disabled + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}

/* Indeterminate checkbox */
.treecomponant > li [type="checkbox"]:indeterminate + span:before {
  left: -10px;
  top: -11px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #159dfc;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.treecomponant > li [type="checkbox"]:indeterminate:disabled + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent;
}

.treecomponant > li [type="checkbox"].filled-in + span:after {
  border-radius: 2px;
}

.treecomponant > li[type="checkbox"].filled-in + span:before,
.treecomponant > li [type="checkbox"].filled-in + span:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

.treecomponant > li [type="checkbox"].filled-in:not(:checked) + span:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}

.treecomponant > li [type="checkbox"].filled-in:not(:checked) + span:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

.treecomponant > li [type="checkbox"].filled-in:checked + span:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.treecomponant > li [type="checkbox"].filled-in:checked + span:after {
  top: 0px;
  width: 20px;
  height: 20px;
  border: 2px solid #159dfc;
  background-color: #159dfc;
  z-index: 0;
}

.treecomponant > li [type="checkbox"].filled-in:disabled:not(:checked) + span:before {
  background-color: transparent;
  border: 2px solid transparent;
}

.treecomponant > li [type="checkbox"].filled-in:disabled:not(:checked) + span:after {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}

.treecomponant > li [type="checkbox"].filled-in:disabled:checked + span:before {
  background-color: transparent;
}

.treecomponant > li [type="checkbox"].filled-in:disabled:checked + span:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}

.treecomponant > li [type="checkbox"].filled-in:not(:checked) + span:after {
    background: #fff;
    border: 2px solid #757575;
}

.treecomponant > li [type="checkbox"].filled-in:not(:checked) + span:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0px;
    z-index: 0;
}

.treecomponant > li [type="checkbox"].filled-in + span:before, [type="checkbox"].filled-in + span:after {
    content: '';
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}
.treecomponant > li [type="checkbox"].filled-in + span:after {
    border-radius: 2px;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.overlay {
    opacity:1 !important;
}

.treecomponant { padding:15px; }
.treecomponant li { padding:10px; }
.treecomponant li > ul{ padding-left:40px; }
.treecomponant [type="checkbox"] {/*position:absolute;*/ z-index: 2; /*opacity: 0;*/ top: 3px; margin-left: 6px;} 
.ldg-node {width: 16px;height: 16px;background-image: url(loading.gif);display: inline-block}
.smart-chk input[type=checkbox] {display: none}
.smart-chk .smart-chk-helper {display: inline-block!important;width: 14px;padding: 0!important;height: 14px!important;background-image: url(sprite.png);background-position: -2px -262px;}
.smart-chk input[type=checkbox]:checked + .smart-chk-helper {background-position: -78px -262px}
.smart-chk input[type=checkbox]:indeterminate + .smart-chk-helper {background-position: -211px -262px}
.smart-chk input[type=checkbox]:disabled + .smart-chk-helper{background-position: -21px -262px}
.smart-chk input[type=checkbox]:disabled:checked + .smart-chk-helper {background-position: -59px -262px}
.smart-chk input[type=checkbox]:disabled:indeterminate + .smart-chk-helper {background-position: -249px -262px}
.smart-chk .smart-chk-helper:before {display:none}