
.acidjs-css3-treeview {
    max-height: 300px;
    overflow: auto;
}

.acidjs-css3-treeview,
.acidjs-css3-treeview *
{
    /*padding: 1px;*/
    margin: 0;
    list-style: none;
    font-size: 14px;
}

.acidjs-css3-treeview label[for]::before,
.acidjs-css3-treeview label span::before
{
    /*content: "\25b6";*/
    display: inline-block;
    margin: 2px 0 0;
    width: 13px;
    height: 13px;
    vertical-align: top;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 13px;
    padding-right: 10px;
    margin-right: 30px;
}

.acidjs-css3-treeview li ul
{
    margin: 0 0 0 22px;
}

.acidjs-css3-treeview *
{
    vertical-align: middle;
}

.acidjs-css3-treeview
{
    font: normal 11px/16px "Segoe UI", Arial, Sans-serif;
    border: 2px dashed #e5e5e5;
    padding: 4px;
}

.acidjs-css3-treeview li
{
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.acidjs-css3-treeview input[type="checkbox"]
{
    display: none;
}

.acidjs-css3-treeview label
{
    cursor: pointer;
}

.acidjs-css3-treeview label[for]::before
{
    -webkit-transform: translatex(-24px);
    -moz-transform: translatex(-24px);
    -ms-transform: translatex(-24px);
    -o-transform: translatex(-24px);
    transform: translatex(-24px);
}

.acidjs-css3-treeview label span::before
{
    -webkit-transform: translatex(16px);
    -moz-transform: translatex(16px);
    -ms-transform: translatex(16px);
    -o-transform: translatex(16px);
    transform: translatex(16px);
}
.acidjs-css3-treeview input[type="checkbox"] ~ label[for]::before
{
    margin-left: 15px;

}


.acidjs-css3-treeview input[type="checkbox"][id]:checked ~ label[for]::before
{
    content: "\25bc";
}

.acidjs-css3-treeview input[type="checkbox"][id]:not(:checked) ~ ul
{
    display: none;
}

.acidjs-css3-treeview label:not([for])
{
    margin: 0 8px 0 0;
}

.acidjs-css3-treeview label span::before
{
    content: "";
    border: solid 2px #fff;
    color: #fff;
    opacity: .50;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    margin-top: -3px;
    margin-left: -20px;
    margin-right: 15px;
}

.acidjs-css3-treeview label input:checked + span::before
{
    content: "\2714";
    box-shadow: 0 0 2px rgba(0, 0, 0, .25) inset;
    opacity: 1;
    font-size: 24px;
    background: #6a7a8c;
}

.selected_tree{
    background: #6a7a8c!important;
}

.first_tree{
   padding-left: 0;
}

.color_tree {
    background: #b3bbc4;
    padding: 10px;
    color: #fff;
    border: 1px solid #dadcde;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
