.treeview, .inner_treeview{
	list-style-type:none;
	margin: 0;
	padding: 0;
}
.inner_treeview{
	padding-left:25px;
	display:none;
}
.inner_treeview.active{
	display:block;
}
.btn-tree{
	width:50px;
	padding:0px;
}
.height-300{
	height:300px;
}
.content-wrapper{
	background-color:bisque;
}
.committee_table th,.committee_table td{
	width:10%;
	padding:0px;
}
.admin-lightblue-text{
	color:#3c8dbc;
}
.field{
	margin-bottom:1rem
}
.table-group-row{
	
}
.table-group-field{
	width:75%;
}
.table-group-button{
	width:25%;
}
.error-404-page .content{
	background-color:white;
	text-align:center;
	padding:100px 0px;
}
.report_builder_dnd_table td:first-child,.report_builder_dnd_table td:nth-child(2){
	width:30%;
}
.report_builder_dnd_table td:nth-child(3),.report_builder_dnd_table td:nth-child(4){
	width:10%;
}
.report_builder_dnd_table td:last-child{
	width:20%;
}
.report_builder_used_good{
	color:green;
}
.report_builder_used_too_much{
	color:red;
}
