/* Fix to remove automatic bottom row border on tables */
.content-fragment .content>.content table th, .content-fragment .content>.content table td, .user-defined-markup table th, .user-defined-markup table td {
    border-bottom: none;
}

/* Fix to push anchor links down below banner */
.content-fragment-content a[id]:empty:before {
    margin-top: -180px;
    height: 180px;
}

/* Fix overlapping clickable/hoverable title block in search results */
.content-fragment.search-result-list .content-fragment-content a[id]:empty:before {
    margin-top: -90px;
    height: 90px;
}

.content-fragment.search-result-list .content-fragment-content h2 a[id]:empty:before {
    margin-top: 0px;
    height: 0px;
}

/* Fix overlapping H1 clickable/hoverable title block in liked items on profile */
.content-fragment.liked-content div.summary div.content h1 a[id]:before {
    margin-top: 0px;
    height: 0px;
}

.content-fragment.liked-content div.summary div.content h3 a[id]:before {
    margin-top: 0px;
    height: 0px;
}

.content-fragment.group-banner {
    margin: 0 20px 0 20px;
}

.content.post-summary a[id]:empty:before {
    margin-top: 0px;
    height: 0px;
}

.right-sidebar .slider .content .excerpt {
    width: 70%;
}

.right-sidebar .content-fragment.featured-content-carousel .slider-container .slider .content-list.content>.content-item>.content .excerpt {
        font-size: 14.6px;
}

/* Workaround for points transactions listing overlap on profile pages */
.content-fragment .content-list.tabular {
    display: block;
}
/*AGILENT-141*/
.content-fragment .content.thumbnail .actions a {
    color:#BBBBBB;
    background-color: #444444;
    border-radius: 3px;
    padding-left: 3px;
    padding-right: 3px;
}
/*AGILENT-147*/
.agilent-ask-borderless-50Percent {
    box-shadow: none !important;
    border: none !important;
}
@media only screen and (min-width: 670px) {
    .agilent-ask-borderless-50Percent {
        margin-right: 20% !important;
        margin-left: 20% !important;
    }
}
@media only screen and (max-width: 670px) {
    .agilent-ask-borderless-50Percent {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
}

/* Start - Case #1184371, TE-17094 Workaround */
.activity-description.user-defined-markup table {height: auto !important; }
/* End - Case #1184371, TE-17094 Workaround */


/*****************************************************************************************************************************************************************/
/***************************************************** KM Pro Connector theme updates ****************************************************************************/
.content-fragment.directory-list-filter {
	display: grid !important;
}

.filter-selector {
	float: left;
	margin: 0 10px 10px 10px;
	width: 98%;
}



.directory-list-filter fieldset .field-list .field-item {
	margin: 5px 0px 10px 0px;
}

.kb-search {
	width: 100% !important;
}

.content-fragment .content.abbreviated > .summary .name {
    font-size: 20px;
}

.uiselect.field-search-select {
	margin: 5px 0px 0px 1px !important;
}


/* Related articles widget updates */
/* change heading font size */
.content-fragment.kmpro-related .title {
	font-size: 16px;
}

.content-left-sidebar-right .right-sidebar .content-fragment .content-list.content .content.abbreviated .title
{
	font-size: 14px;
}

/* Reduce padding size from the related articles widget */
.content-left-sidebar-right .right-sidebar .content-fragment .content-list.content .content.abbreviated
{
	padding: 0px 0px 0px 0px;
}


.content-fragment.kmpro-related .content-item {
	padding: 5px 0 5px 0;
}


/* Hide Answer keyword from article */
.content-fragment.kmpro-default-document h2 {
	display: none;
}

/* Change display of tags to be inline list in KMPro Detail widget */
.facet-value {
	display: block;
}

/* Feedback widget margin updates */
.kmpro-document-helpful .yes, .kmpro-document-helpful .no {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	font-size: 0;
	margin-left: 14px;
	margin-right: 10px;
}

.kmpro-document-helpful .feedback {
	margin-top: 20px;
	border-top: 1px #aaa solid;
	padding: 5px;
}

/* KMPro Filter Selector theme updates */
.layout-region-inner.content .filter-selector li {
	display: inline;
}

.layout-region-inner.left-sidebar .filter-selector li {
	display: grid;
}

.li-kb-search {
	width: 100%;
}

/********************************************************************** END of KM Pro updates *************************************************************/
/**********************************************************************************************************************************************************/
/**********************************************************************************************************************************************************/
/**********************************************************************************************************************************************************/




