﻿@import "/Scripts/bootstrap/css/bootstrap.min.css";

.bootstrap-tree {
}

    .bootstrap-tree ul {
        margin-bottom: 3px;
    }

    .bootstrap-tree li {
        list-style-type: none;
        cursor: pointer;
    }

    .bootstrap-tree i {
        margin-right: 3px;
    }

    .bootstrap-tree .loading {
        text-align: center;
        margin-top: 5px;
    }

    .bootstrap-tree .noDataMsg {
        text-align: center;
        margin-top: 10px;
    }

    .bootstrap-tree .tree-mouseover {
        background: #eee;
    }

    .bootstrap-tree .tree-mouseout {
        background: white;
    }

    .bootstrap-tree .tree-pitchon {
        background: #428BCA;
        color: white;
    }

    .bootstrap-tree .icon-color {
        color: #336699;
    }


