ul{
	margin: 0;
	padding: 0;
}
.filtertabs > li{
	list-style: none;
	float: left;
	border: solid 1px #eee;
	border-right:none;
	padding: 10px;
	transition:0.2s;
	
}
.filtertabs li{
	padding: 10px;
	transition:0.2s;
	list-style: none;
}
.filtertabs > li.last{
	border-right: solid 1px #eee;	
}
.filtertabs li a{
	font-family: sans-serif;
	font-weight: 100;
	padding: 10px 15px;
	text-decoration: none;
	color: #333;
	transition:0.2s;
}
.filtertabs li a:hover{
	color: #fff;
}
.filtertabs li:hover{
	background: #87C43B;
	color: #fff;
}
.filtertabs li.selected{
	background: #87C43B;
	color: #fff;
}
.filtertabs > li.selected .child li a{
	color: #000;
}
.filtertabs li.selected a{
	color: #fff;
}
.filtertabs .child{
	position: absolute;
	border: solid 1px #eee;
	background: #fff;
	padding: 0;
	display: none;
}
.filtertabs li:hover > .child{
	display: inline-block;	
	z-index:100;
}
.filtertabs{
	display: inline-block;
}
.navholder{
	overflow: hidden;
	text-align: center;
}
div.item{
	border: solid 1px #eee;
    box-sizing: border-box;
    padding: 30px;
    margin-top: 30px;
    box-shadow: 6px 10px 20px #ddd;
    
}
div.item.options{
	padding: 10px 30px;
	box-shadow: none;
}
.childstatement{
	max-width: 90%;
	margin-left: 10%;
}
.item td{
	padding-right: 10px;
}
.controls{
	float: right;
	padding-left: 10px;
	display: inline-block;
}

.chosen-container .chosen-results li.group-option{
	padding-left: 25px;
}

.chosen-container .chosen-results li.category{
	background: #cdcdcd;
	color: #111 !important;
	padding:5px !important; 
	margin: 0;
	font-weight: bold;
}

.chosen-container .chosen-results li.parent-statement{
	font-weight: bold;
	border-top: 1px solid #cdcdcd;
	color: #333 !important;
	padding: 10px !important;
	margin: 0;
	background: #f2f2f2;

}
.ghid { display: none; }

.mod a{
	margin-bottom: 0;
}
.mod a:last-of-type{
	margin-bottom: 1rem;
}

fieldset, .fieldset{
	margin-bottom: 1rem;
}

.dashboard .mod {
	padding:1rem;
}
.dashboard .mod .fa{
	font-size: 4rem;
	margin: 2rem 0 0.5rem;
	color: #1d3161;
}
.dashboard .mod h3{
	margin-bottom: 1rem;
}
.dashboard .mod .btn{
	width:80%;
}

.tox-tinymce-aux{
	z-index: 18000 !important;
}
