/*
 * Copyright 2012 Clay Walker
 * Licensed under GPLv2 ONLY
 */
.listTree {
    margin-bottom: 5px;
    overflow: auto;
}

.listTree i {
    float: right;
    margin-right: 15px;
}

.listTree ul {
    margin: 0;
}

.listTree li {
    list-style-type: none;
    cursor: pointer;
}

.listTree > ul > li {
    background-color: #272f3b;
}

.listTree > ul > li:first-child {
    border-width: 1px 1px 0 1px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.listTree > ul > li:last-child {
    border-width: 1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.listTree > ul > li:last-child > ul > li:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.listTree span {
    display: inline-block;
    width: 99%;
    padding: 5px 0 5px 5px;
}



.listTree > ul > li > span {
    font-weight: normal;
}


.listTree > ul > li > ul > li:first-child {
    border-width: 1px 0 0 0;
}

.listTree > ul > li > ul > li:last-child {
    border-width: 1px 0 0 0;
}

.listTree > ul > li > ul > li > ul > li:first-child {
    border-width: 1px 0 0 0;
}

.listTree > ul > li > ul > li > ul > li:last-child {
    border-width: 1px 0 0 0;
}

.listTree > ul > li > ul > li > ul > li > ul > li:first-child {
    border-width: 1px 0 0 0;
}

.listTree > ul > li > ul > li > ul > li > ul > li:last-child {
    border-width: 1px 0 0 0;
}

.listTree input[type="checkbox"] {
    margin-top: 0;
}

.chk {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
