.columnSelectorContainer {
	position:absolute;
	z-index:999999;
	background-color:#E98230;
	padding:10px;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 2px 2px 6px #666666;
	left:140px;
	display:none;
	color:#eeeeee;
 }
.tablecontrols .columnSelectorContainer {
	top:0;	
}
 .filterTextInput, .filterNumberInput, .filterDateInput, .filterTimeInput {
    width: 7em;
    margin-right: 5px;
    font-size: 11px !important;
}

.addFiltersControl {
	cursor:pointer;
	display:inline-block;
	margin-right:6px;
	/*background-image:url('/UI/images/mw/icon_plus.gif');*/
	background-image: url('/UI/images/mw/icon_sprites.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 19px;
	width: 20px;
	float: left;
}
.addFiltersText {
	cursor:pointer;
	color:#F48024;
	line-height:19px;
	height: 19px;
}
.filterControls {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 200px;
}
.filterApplyButton {margin-left:4em;position:relative;top:-3px;}
.filterAllLabel {position:relative;top:2px;margin-right:3em;}
.filterAnyLabel {position:relative;top:2px;}
.allOrAnyControl {position:relative;top:4px;}
.filterItemContainer {display:inline;}
.customFiltersContainer {padding-bottom:0px;padding-left:15px;}
.customFilterTypeSelect {margin-top:5px; margin-bottom: 1px;}

.localFiltersLeftColumn {overflow:auto;float:left;padding-right:20px;}
.localFiltersRightColumn {overflow:auto;float:left;margin-left:20px;}

.filterItemContainer select {
    margin-left: 10px;
    margin-right: 10px;
    width: 90px;
}

.filterItemLabelContainer {
	display:block;float:left;
}

.filterItemContainer {
	margin-top:5px;
}
.filterItemLabelContainer {
    position: relative;
    text-align: right;
    top: 4px;
}

/**
remove filter icon
*/
.removeFilterContainer {
	background-image:url('/UI/images/mw/icon_minus.gif');
	width:20px;
	height:22px;
	margin-top: 4px;
	margin-right:6px;
	cursor:pointer;
	display:inline-block;
	float:left;
	position:relative;
	/*font-size:20px;
	border:solid 1px #ccc;
	line-height:16px;
	text-align:center;
	color:#2582EE;
	top:5px;
	left:-5px;
	cursor:pointer;*/
}

/**
 filter error message 
*/
.filterErrorContainer {
	color:red;
	display:inline-block;
	margin-left:5px;
}
.filterInputInError {
	background-color:#FFF4F4;
}


.allFiltersContainer {
    min-width:400px;
    min-height: 300px; 
	font-size:11px;
	padding:10px;
	overflow:hidden;
    background-color:#fff;
}

/*panel header */	
.ui-panel-title-text {
	color:#0073EE;
	font-size:11px;
	font-weight:normal;
	cursor:pointer;
}

select.applicableFilterOption {
	font-weight:bold;
	font-style:normal;
	color:#515153;
	
}
select.notApplicableFilterOption {
	font-style:italic;
	font-weight:normal;
	color:#AAAAAA;
}
option.notApplicableFilterOption {
	font-style:italic !important;
	font-weight:normal !important;
	color:#AAAAAA !important;
}
option.applicableFilterOption {
	font-weight:bold !important;
	font-style:normal !important;
	color:#515153 !important;
	
}
.customFilterIEOverflow {
	display: inline-block;
}
.multiSelectFilterTrigger {
	
	cursor:pointer;
	margin-left:15px;
	text-decoration:underline;
}
.multiSelectFilterTrigger:hover {
	
	cursor:pointer;
	margin-left:15px;
	text-decoration:underline;
	color:#FF0000 !important;
}

.multiSelectTreeContainer {
 background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    -webkit-box-shadow: #CBCBCB 3px 4px 10px;
    -moz-box-shadow: #CBCBCB 3px 4px 10px;
    box-shadow: #CBCBCB 3px 4px 10px;
    min-width: 253px;
    position: absolute;
    z-index: 99999;
}
.multiSelectTreeContainer .dynatree-container {
	max-height:250px;
}

.multiSelectFilterCloseIcon {
	background:url("/UI/images/mw/icon_sprites.png") repeat scroll -21px 0 transparent !important;
	 height: 19px;
    width: 20px;
    display:inline-block;
    cursor:pointer;
}
.multiSelectTreeContainerHeader {
	background-color: #819AAE;
    color: #FFFFFF;
    padding: 5px 5px 8px;	
}
/* Location Filter */
.locationFilterContainer{    
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    display: block;
    // dbansal:CPSRV-4800
    position: relative;
    z-index: 15;
}
.locationFilterBody {
	padding:10px;
	min-height: 100px;
}



.locationFilterHead {
	background-color: #819AAE;
    color: #FFFFFF;
    padding: 5px 5px 8px;
}
.locationFilterHead:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.radiusInput {
	width:50px;	
}
.mapResponseDisplay {
	margin-top:10px;
	}
.searchTextField {
	margin-right:30px;
	}	
.radiusInput {
	text-align:right;
	}
.locationFilterLdiv {
	float:left;
	padding-left:3px;
	padding-right:10px;
	min-width:231px;
	}
.locationFilterRdiv {
	float:left;
	}
.locationFilterRdiv:after {
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
	}
.locationFilterLdiv:after {
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
	}	
	
.locationFilterInfotxt {
	font-weight:bold;
	}
.milesLabel {
	margin-left:3px;
	}
	
.distanceLabel {
	margin-right:4px;
	}
/* Sandeep: CPSRV-5717 - Analytic Reports: Location Filter popup shows the OK button outside the window */
.locationMarginTop {
    margin-top: -30px;
}