/* overwrite the modal container width for this control */
.modal_container .modal_content_container.table_filter.range{
	width: 307px;
	height: 470px;
}

.modal_container .modal_content_container.table_filter.descreete{
	width: 360px;
	height: 280px;
}

.modal_container .modal_content_container.table_filter.rpn_select{
	width: 329px;
	height: auto;
	min-height:270px;
	position: relative;
}

.modal_container .modal_content_container.table_filter.rpn_select ul{
	list-style-type: none;
	margin:0;
	padding:0;
	margin-top:4px;
}

.modal_container .modal_content_container.table_filter.rpn_select ul li{
	font-size: 12px;
	font-weight: bold;
}

.modal_container .modal_content_container.table_filter.rpn_select .filter_by_title{
	font-size:12px;
	height:51px;
	padding-top:37px;
	font-weight:bold;
}



.modal_container .modal_content_container.table_filter.rpn_select ul .remove_button{
	color: red;
	font-size: 14px;
	line-height: 9px;
	position: relative;
	top: 3px;
	margin-right:16px;
	cursor: pointer;
}
	
.table_filter{
	font-family: 'Arial';
	color: #212121;
	clear: both;
	font-size: 12px;
}

.table_filter .end{
	clear: both;
}

.table_filter.descreete{
	height:140px;
}

.table_filter.rpn{
	height:43px;
}


.table_filter.range .simple_slider{
	height: 303px;
}

.table_filter.range .options{
	height:32px;
	line-height: 26px;
	margin: auto;
	width:116px;
	clear: both;
}

.table_filter.range .options .slider_value, .range_separator{
	position: relative;
	float:left;
	width:50px;
	padding:0px;
}

.table_filter.range .options .range_separator{
	width:14px;
	font-size:20px;
	margin-left:5px;
	margin-right:-2px;
}

.table_filter.range .options .slider_value{
	width:48px;
	height:26px;
	line-height: 26px;
	font-size:12px;
	border: 1px solid #dbdbdb;
	text-align: center;
}
/*.table_filter.range .options select{
	outline: none;
	margin-right: 12px;
	height:26px;
	top:1px;
}*/


/*--------------------------------------------*/
.side_container{
	padding: 0;
}

.side_container.mobile{
	padding: 0 10px 0 15px;	
}

.side_content{
	height:auto;
}

.side_buttons_container{
	height:33px;
	margin-bottom: 18px;
	margin-top: 18px;
	width:100%;
	padding-right:20px;
	min-width:300px;
}

.side_buttons_container .ok_container,.reset_container{
	height:100%;
	width: 129px;
	line-height: 33px;
	float: right;
	font-size: 11.2px;
	color: #fff;
	margin-left: 6px;
	cursor: pointer;
}

.side_buttons_container .ok_container{
	width:130px;
}
/*-----------------------------------------------*/

.descreete .list_container{
	height:140px;
	width:320px;
	display:block;
	overflow: auto;
	margin:0px;
	padding:0px;
	outline: none;
	width:100%;
	/*height:100%;*/
}

.descreete .list_container.mobile{
	width:100%;
	height: auto;
}

.descreete .list_container ul{
	list-style-type: none;
	padding: 0;
	margin:12px;
	font-size:12px;
	outline: none;
	height: auto;
	display: block;
}

.descreete .list_container ul li{
	font-weight: bold;
	color: #212121;
	height:20px;
	margin:0;
	padding:0;
	display: block;
	position: relative;
	height:auto;
	padding-left:17px;
}

.descreete .list_container ul li .available{
	font-weight: normal;
	color: #90989e;
	float: right;
	top:4px;
	display: inline-block;
}

.descreete .list_container ul li .record-label{
	width:50%;
	height:auto;
	display: inline-block;
}

.descreete .list_container ul li input{
	position:absolute;
	left:0px;
	top:3px;
}


/*-------------------------------------------*/

.side_content.rpn_select{
	font-size:13px;
	min-height:36px;
	height:auto;
	/*line-height: 39px;*/
	
	width:100%;
	margin-bottom: 25px;
	padding: 0 15px 0 15px;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    position:relative;
    min-width: 320px;
}

.side_content .selected_values{
	height: auto;
	min-height:150px;
}


.side_content.rpn_select input, .table_filter.rpn_select input{
	outline: none;
	width: 123px;
	border: 1px solid #002052;
	margin-bottom:0px;
	float:left;
	height:34px;
	line-height:34px;
	font-size:10px;
	
}

.side_content.rpn_select .update_filter_button, .table_filter.rpn_select .update_filter_button{
	 width: 136px;
    height: 34px;
    line-height: 34px;
    float: left;
    clear: right;
    margin-left:10px;
    display: block;
    font-size:11.2px;
}

.side_content.rpn_select .list_container, .table_filter.rpn_select .list_container{
	background-color: #fff;
	border: 1px solid #002052;
	position:absolute;
	z-index: 100;
	width:123px;
	display:none;
	height: 200px;
	top:33px;
}

.table_filter.rpn_select .list_container{
	top: 98px;
}

.table_filter.rpn_select .selected_values{
	top: 98px;
	height: 95px;
}


.side_content.rpn_select .list_container li, .table_filter.rpn_select .list_container li{
	cursor: pointer;
}

.side_content.rpn_select .list_container li:hover, .table_filter.rpn_select .list_container li:hover{
	background-color: #002052;
	color: #fff;
}

.side_content.rpn_select ul, .table_filter.rpn_select ul{
	list-style-type: none;
	margin:0;
	padding:0;
	margin-top:4px;
}

.side_content.rpn_select ul li, .table_filter.rpn_select ul li{
	font-size: 12px;
	font-weight: bold;
}

.side_content.rpn_select ul li span:nth-child(2), .table_filter.rpn_select ul li span:nth-child(2){
	color: #A9A9A9;
	float: right;
	margin-right: 32px;
	font-size: 11px;
	font-weight: normal;
}

.side_content.rpn_select .filter_by_title, .table_filter.rpn_select .filter_by_title{
	font-size:12px;
	height:51px;
	padding-top:37px;
	font-weight:bold;
}

.side_content.rpn_select ul .remove_button, .table_filter.rpn_select ul .remove_button{
	color: red;
	font-size: 14px;
	line-height: 9px;
	position: relative;
	top: 3px;
	margin-right:16px;
	cursor: pointer;
}
/*--------------------------------------------------*/
.filter_list, .filter_list ul{
	padding:0;
	margin:0;
	list-style-type: none;
	font-family: 'Arial';
	font-weight: normal;
	font-size: 12px;
	
}

.filter_list{
	margin-left: 15px;
	margin-top: 19px;
	height:auto;
}

.filter_list li{
	cursor: pointer;
	line-height:34px;
	
}


.filter_list .filter_param_list{
	border-bottom: 1px solid #ececee;
}

.filter_list li .arrow{
	display: inline-block;
	float:right;
	font-size:17px;
}

.filter_list .filter_param_list{
	list-style-type: none;
	margin-left: 10px;
	font-size: 12px;
}

.filter_list .filter_param_list li{
	border: none;
	margin:0px;
}
.filter_list li.params_list_group_title{
	background-color: #e0dede;
}

.filter_list .column_sub_list.has_aggregator .panel_list_param{
	margin-left:20px;
}

.filter_list .panel_list_param .remove_button{
	display: inline;
    top: 6px;
    position: relative;  
} 
.filter_list .panel_list_param .remove_button i{
	 margin-left: 14px;
     margin-right: 5px;
     color: red;
     font-size: 20px;
}

.filter_list .filter_param_list i{
	font-size: 27px;
	color: red;
	position: relative;
	top: 10px;
}

/*add the stile of the title reset link*/

.side_modal .modal-content .title_container .title.filter_by{
	white-space: nowrap;
	width: 264px;
}

.side_modal .modal-content .title_container .title.filter_by .reset_all_link{
	font-size: 10px;
	text-transform: none;
	color: red;
	text-decoration: underline;
	white-space: nowrap;
	cursor: pointer;
	margin-left:5px;
	bottom: 1px;
	position: relative;
	display: none;
}
