.margintop-35{
    margin-top: 53px;
    width: 129px;
}
.margintop-15{
    margin-top: 21px;
    width: 123px;
}
.margintop-20{
    margin-top: 32px;
    width: 130px;
}
.checkBoxlbl{
    margin-left: 10px;
}
.groupBtn{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 7px;
    float: right;
}
.labeltxt{
    font-weight: 600;
    font-size: 14px;
    color: #545151;
}
.colorred{
    color: red;
}
.override-input{
    height: 43px !important;
    border-radius: none !important;
    border: 1px solid #ccc !important;
    width: 100%;
}
.dropdown{
    height: 43px !important;
    border: 1px solid #ccc !important;
}
.txtmage  {
    color: #989da1;
    margin-left: 6px;

}
.hr{
    border-bottom: 1px solid #ccc !important;
}
.colorCode{
    border-radius: 4px;
    padding-right: 44px;
    padding-bottom: 4px;
    background: #0543717d;
}

.dropdown{
    height: 39px !important;
    border: 1px solid #cccccc7a !important;
    background: #cccccc7a !important;
    padding: 8px !important;
}


.dropdown-toggle::after {

    float: right !important;
    font-size: 20px !important;
}

.textInput{
    border: none !important;
    border-bottom: 2px solid #0089fd !important;
    min-width: 440px !important;
    border: none !important;
    border-bottom: 2px solid #0089fd !important;
   
    color: #bdb3b3 !important;
    font-size: 12px !important;

}



.expand-tree::ng-deep .ui-treenode.tree {
    padding-left: 0;
    margin-left: -5px
}

.expand-tree::ng-deep .ui-treenode div.tree-children {
    position: relative;
    padding-left: 0;
    margin-left: 16px
}

div.tree div.tree-children::before {
    left: 5px
}

div.tree tree-node>div>.node-wrapper {
    margin-left: 24px
}

div.tree tree-node>div>.node-wrapper>.node-content-wrapper {
    margin-left: 4px
}

div.tree tree-node>div.tree-node-leaf>.node-wrapper {
    margin-left: 0
}

div.tree tree-node>div::before {
    content: "";
    position: absolute;
    border-bottom: 1px dotted #23527c;
    width: 7px;
    margin-top: 12px;
    left: 7px
}

div.tree tree-node>div .toggle-children-wrapper {
    width: 13px;
    height: 13px;
    border: 1px solid #23527c;
    position: absolute;
    left: 15px;
    margin-top: 5px;
    margin-left: 0;
    display: inline-block;
    background-color: #fff;
    z-index: 1
}

div.tree tree-node>div .toggle-children-wrapper::before {
    content: "";
    display: inline-block;
    width: 7px;
    border-top: 1px solid #23527c;
    position: absolute;
    top: 5px;
    left: 2px
}

div.tree tree-node>div .toggle-children-wrapper.toggle-children-wrapper-collapsed::after {
    content: "";
    display: inline-block;
    height: 7px;
    border-left: 1px solid #23527c;
    position: absolute;
    top: 2px;
    left: 5px
}

div.tree tree-node>div .toggle-children-wrapper .toggle-children {
    display: none
}

div.tree tree-node>div .node-content-wrapper {
    margin-left: 4px
}

div.tree>tree-node>div::before {
    left: 14px
}

div.tree>tree-node>div>.node-wrapper>tree-node-expander>.toggle-children-wrapper {
    left: 22px
}


/* .expand-tree::ng-deep .ui-tree .ui-tree-container .ui-treenode .ui-treenode-content .ui-tree-toggler::before{
    border: 1px solid #ccc !important; 
    width: 11px !important;
    height: 10px !important;
}

.expand-tree::ng-deep .ui-treenode-content::before{
    padding: 0 !important;
    border-left: 1px dotted !important;
    content: "";
    border-bottom: 1px dotted #23527c !important;
    width: 10px !important;
    position: relative !important;
} */

/* Synapsing styles Start*/

.divLoadingWrapper {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100003;
    text-align: center;
  }
  
  .divLoadingBg {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
  }
  
  .divLoadingContent {
    background-color: #2f2442;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 7pt;
    padding: 10px 12px;
    position: absolute;
    top: 45%;
    left: 45%;
    box-shadow: rgba(0, 0, 0, 0.8) 0 4px 10px -1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 4px 10px -1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 4px 10px -1px;
    -khtml-box-shadow: rgba(0, 0, 0, 0.8) 0 4px 10px -1px;
  }
  
  .divLoadingContent img {
    position: relative;
    -webkit-animation: loadingImg 0.3s forwards;
    animation: loadingImg 0.3s forwards;
    vertical-align: middle;
  }
  /* Synapsing styles End*/