body { background-color:#fafafa; font-family:'Open Sans';}
.container { min-width: 320px;}
.treegrid-indent {
	width: 0px;
	height: 16px;
	display: inline-block;
	position: relative;
}
.treegrid-expander, .cat_sel {
	width: 16px;
	height: 16px;
	display: inline-block;
	cursor: pointer;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 5px;
	font-size: 12px;
	line-height: 1.2;
}
#tree-table {
    background: #fff;
}

.pop_up{
	position: fixed;
	top: 150px;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	height: 210px;
	text-align: center;
	z-index: 999;
	border: 2px #696969 solid;
	background-color: #d9d9d9 ;	
}
.pop_up select {
	width: 450px;
}
.plus, .minus{
	width: 16px;
	height: 16px;
	display: inline-block;
}
.plus{
	background-image: url("file/categories_plus.gif");
	background-repeat: no-repeat;
	background-position: center;
}
.minus{
	background-image: url("file/categories_minus.gif");
	background-repeat: no-repeat;
	background-position: center;
}
tr.disabled { 
	color: #ccc;
}
.level1{
	font-size: 17px;
	font-weight: bold;
}
.level2{
	font-size: 16px;
}
.level3{
	font-size: 15px;
}
.level4 {
	font-size: 15px;
	font-style: italic;
}
.level2:last-child{
	border-bottom: 2px #ccc;
}
tr td:last-child{
	font-size: 16px;
	font-weight: normal;
}
.hiden{
	display: none!important;
}