#grid-filter label.x-column{
	font-size:12px;
	line-height: 25px;
	color: #e6290f;
	text-decoration: none;
	padding: 5px 25px 5px 5px;
	border-left: 2px solid #e6290f;
	box-sizing: border-box;
}
label.x-component.displayField{
	border-top: 1px solid #eee;
}
label.x-component.displayField::before {
	line-height: 30px;
	font-size: 14px;
	content: "\f107";
	font-family: "Font Awesome\ 5 Free";font-weight: 900;
	color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	right: 10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
.girdMenu .x-form-item-body-default.x-form-text-field-body{ padding:0 4px 0 1.75rem;}

.content .main > .centercontainer > div > div.dataList {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.x-grid-cell-inner {

	white-space: normal;
	word-wrap: break-word;
	margin-bottom: 5px;
}
.x-grid-cell-inner a{
	text-decoration:none;
}
.x-grid-cell-inner a:hover{
	text-decoration:underline!important;
}
.girdMenu{
	max-height: 630px;
	overflow-y: auto;
}
.checkDistiImg{
    height: 23px;
    width: 23px;
}
div.panelBlk{
	float: unset;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1025px){
	.girdMenu{
		max-height: unset;
		overflow-y: unset;
	}
	.advancedSearch.incontent {
		padding-bottom: 0;
	}
}
@media screen and (max-width: 850px){
	#guideSearch.incontent {
		padding-bottom: 100px;
	}
	
	#guideSearch .input{
		display: flex;
		position: absolute;
		top: 50px;
		left: 0;
		margin: 0;
	}
	#guideSearch select, #guideSearch option {
		width: 100%;
	}
	
	#guideSearch::after {
		top: 50px;
	}
}
.content .aside {
    width: 300px;
}