/*
.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: grey;
}
.panel-heading a.collapsed:after {
    content:"\e080";
}
*/
.container {
    width: 90%;
}

ul, menu {
	-webkit-padding-start: 20px;
	padding-left: 20px;
}

thead {
	background-color: #eee;
}


thead td {
	text-align: center;
	font-weight: bold;
}


.Container {
    padding: 0;
    margin: 0;
}

.Container li {
    list-style-type: none;
}

/* indent for all tree children excepts root */
.Node {
    margin-left: 18px;
    zoom: 1;

}

.IsRoot {
    margin-left: 0;
}

.ExpandOpen .Expand {
    background-image: url(img/minus.gif);
}

/* closed is higher priority than open */
.ExpandClosed .Expand {
    background-image: url(img/plus.gif);
}

/* highest priority */
.ExpandLeaf .Expand {
    background-image: url(img/leaf.gif);
}

.Content {
    min-height: 18px;
    margin-left:18px;
}
* html  .Content {
    height: 18px;
}

.ExpandPreLoad {
    width: 18px;
    height: 18px;
    float: left;
    background-image: url(img/plus.gif);
}

.ExpandLoading   {
    width: 18px;
    height: 18px;
    float: left;
    background-image: url(img/expand_loading.gif);
}

.Expand {
    width: 18px;
    height: 18px;
    float: left;
}


.ExpandOpen .Container {
    display: block;
}

.ExpandClosed .Container {
    display: none;
}

.ExpandOpen .Expand, .ExpandClosed .Expand {
    cursor: pointer;
}
.ExpandLeaf .Expand {
    cursor: auto;
}

.unselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.isBlocked{
    color: #808080;
}