/* menu-entityimg gap fix */
.content-wrap #main {
	padding-top: 20px !important;
}

/*Inputfont fix*/
input[type="text"], input[type="password"], input[type="file"], input[type="submit"],
input[type="button"], input[type="reset"], select, textarea, .textarea,
button, .aui-field-input-text {
	font-family: inherit !important;
}

/*Searchboxlens fix */
input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus, button:focus {
    background: transparent !important;
}

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover,
	button:hover {
	background: transparent !important;
}

.searchform .sf-searchsubmit:hover, .searchform .sf-searchsubmit:focus {
	background-color: #7ab80e !important;
	background-image: url('../../alter/img/search_icon.png') !important;
	background-position: center !important;
	background-size: 24px 24px !important;
}

/*Localmenu-ad gap fix*/
.portlet-column-content {
	padding: 0px !important;
}

/*logo-ad gap on collapse fix*/
.logo{
	line-height: inherit !important;
}
/*RelatedContentPortletL&F*/
.asset-entries-group-label{
	font-size:20px !important;
}
.taglib-text{
	font-size:14px !important;
}
/* Mainbody heading Indent on collapse fix */
.asset-content {
    margin-left: inherit !important;
    margin-right: inherit !important;
    margin-bottom: 0 !important;
}