
#filter-bar, #chart-area
{
	height:480px !important; 
	max-height:480px !important; 
	overflow-y:auto !important;
}

.filter-column
{
	padding:7px;
}

.filter-box{
	max-height:400px;
	height:400px;
	min-height:50px;
	background:#E8EAEB;
	margin-top:10px;
	border-radius:5px;
	border:1px solid #ccc;
}

.filter-box.half{
	max-height:195px;
	height:195px;
	min-height:50px;
}

.filter-box.three-by-four{
	max-height:265px;
	height:265px;
	min-height:50px;
}
.filter-box.one-by-four{
	max-height:125px;
	height:125px;
	min-height:50px;
}
.three-by-four .filter-body
{
	max-height:190px;
	overflow-y:auto;
}
.one-by-four .filter-body
{
	max-height:90px;
	overflow-y:auto;
}

.filter-body
{
	max-height:315px;
	overflow-y:auto;
	padding:10px;
}

.half .filter-body
{
	max-height:110px;
	overflow-y:auto;
}

*::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: #F5F5F5;
	margin-left:-5px;
}

*::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
	margin-left:-5px;
}

*::-webkit-scrollbar-thumb
{
	border-radius: 8x;
	background-color: #acacac;
	margin-left:-5px;
}

.filter-title
{
	background:#222;
	color:#fff;
	background:#008C9B;
	width:100%;
	font-size:11px;
	text-align:center;
	border-radius:5px 5px 0 0;
	padding:10px;
	height:40px;
}

.filter-action
{
	background:#464F60;
	color:#fff;
	background:#99D1D7;
	color:#000;
	width:100%;
	font-size:10px;
	text-align:center;
	padding:5px;
	display:flex;
}

.option-search
{
    padding: 4px;
    height: 20px;
    font-size: 11px;
}

.option-check
{
    padding: 4px;
    height: 20px;
    width:20px;
    margin:0 !important;
    margin-left:10px !important;
    font-size: 11px;
}

.filter-option{
	width:100%;
	background:#ccc;
	text-align:center;
	font-size:11px;
	color:#222;
	margin: 3px 0px;
	padding:5px;
	border-radius:5px;
	cursor:pointer;
}

.filter-option:hover, .filter-option.selected:hover{
	background:#F65050;
	font-weight:bold;
	color:#fff;
	
	font-weight:normal;
	color:#000;
	background: #99D1D7;
}

.filter-option.inactive{
	background:#ddd;
	color:#666;
	text-decoration: italic;
}

.filter-option.selected{
	text-decoration: italic;
	color:#fff;
	background: #F65050;
	
	color:#000;
	background: #99D1D7;
}

#data-body
{
	min-height:400px;
}


.filter-maximize-badge
{
	position: fixed;
	top:50%;
	left:-100px;
	width:150px;
	border-radius:100px;
	background: #5050CD;
	text-align:right;
	z-index:1000000;
	cursor:pointer;
}

.filter-maximize-badge:hover
{
	left:-80px;
	background: #37379B;
}

.filter-maximize-badge span
{
	color:#fff;
	font-size:30px;
	padding:12px;
}

.hidden
{
	display:none;
}


.fliter-close
{
	font-size:11px !Important;
}



